CVE-2022-28736
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThere's a use-after-free vulnerability in grub_cmd_chainloader() function; The chainloader command is used to boot up operating systems that doesn't support multiboot and do not have direct support from GRUB2. When executing chainloader more than once a use-after-free vulnerability is triggered. If an attacker can control the GRUB2's memory allocation pattern sensitive data may be exposed and arbitrary code execution can be achieved.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceA use-after-free vulnerability exists in GRUB2's grub_cmd_chainloader() function. When the chainloader command is executed multiple times, memory is freed but continues to be referenced, creating a use-after-free condition. An attacker with control over GRUB2's memory allocation patterns could exploit this to expose sensitive data from freed memory regions and achieve arbitrary code execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.00, < 2.06-3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify GRUB2 versionRun 'grub-install --version' or check your distribution's package manager for the grub2 or grub-pc package version (e.g., dpkg -l grub-pc, rpm -qa grub2)Affected if Version is greater than or equal to 2.00 and less than 2.06-3
-
Verify chainloader command existsCheck if the chainloader command is available in your GRUB2 installation; this is typically present in standard GRUB2 builds used for boot loader purposesAffected if The chainloader command is present and executable within GRUB2
-
Confirm boot configuration uses GRUB2Verify the system boots using GRUB2 by checking for /boot/grub or /boot/grub2 directories, or by observing the boot loader menu at system startupAffected if The system uses GRUB2 as its boot loader
Your system is potentially affected if GRUB2 version is 2.00 or higher but below 2.06-3, the chainloader command is present, and GRUB2 is used as the boot loader.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.06-3
Update GRUB2 to the patched version that addresses this use-after-free vulnerability. Restrict physical access to systems to prevent unauthorized attackers from repeatedly executing the chainloader command.
GRUB2 version 2.06-3 or later
- 1. Identify the current GRUB2 version installed on the system using 'grub-install --version' or checking the package manager
- 2. If the version is >= 2.00 and < 2.06-3, plan for an upgrade
- 3. Update the system package repository to ensure latest packages are available
- 4. Upgrade GRUB2 package using the appropriate package manager (e.g., 'apt-get update && apt-get install grub2' for Debian/Ubuntu, or 'yum update grub2' for RHEL/CentOS)
- 5. After upgrading, regenerate GRUB configuration files using 'grub-mkconfig -o /boot/grub/grub.cfg'
- 6. Reboot the system to ensure the new GRUB2 version is loaded
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-28736 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-28736 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data