CVE-2024-36326
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 · uneditedMissing authorization in AMD RomArmor could allow an attacker to bypass ROMArmor protections during system resume from a standby state, potentially resulting in a loss of confidentiality and integrity.
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 confidenceAMD RomArmor is a firmware-based security feature that protects the read-only memory (ROM) of AMD processors from modification. This vulnerability involves a missing authorization check that allows an attacker to bypass RomArmor protections specifically during system resume from a standby (S3) state. By exploiting this flaw, an attacker could potentially read or modify protected firmware/ROM contents, leading to loss of confidentiality and integrity of the system's boot chain.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N
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.
-
Verify AMD processor with RomArmor supportCheck system information to confirm an AMD processor is in use. On Windows, run 'wmic cpu get name,manufacturer' or check System Information. On Linux, run 'cat /proc/cpuinfo' and look for AMD processor info. RomArmor is an AMD-specific feature.Affected if System uses a non-AMD processor - RomArmor is an AMD-specific firmware protection feature and this CVE does not apply.
-
Confirm RomArmor is enabled in BIOS/UEFIEnter system BIOS/UEFI settings during boot (typically press Del, F2, or F10). Navigate to security or firmware protection settings. Look for RomArmor, AMD Platform Security Processor, or similar firmware protection options.Affected if RomArmor is disabled in BIOS/UEFI settings - the bypass vulnerability does not apply as the protection is not active.
-
Identify current BIOS/UEFI firmware versionOn Windows, run 'wmic bios get smbiosbiosversion' or check the BIOS version shown in System Information (Win + R, type 'msinfo32'). On Linux, check 'cat /sys/class/dmi/id/bios_version' or use 'dmidecode -s bios-version'. Compare against any AMD advisory releases.Affected if Unable to determine BIOS version or version is unknown - proper detection requires comparing installed BIOS version against AMD's fixed versions once released.
-
Check S3 standby/resume configurationOn Windows, open Power Options (control panel) and verify if S3 sleep states are available or enabled. On Linux, check 'cat /sys/power/state' to see available sleep states. The vulnerability is specifically triggered during S3 resume.Affected if System does not support or use S3 standby/resume - the attack vector requires the S3 resume path to be exploitable.
-
Review firmware update availabilityCheck AMD's official support website or your system manufacturer's support page for any available BIOS/firmware updates addressing CVE-2024-36326. Note that at the time of this CVE, patches may not yet be released.Affected if A BIOS update specifically addressing this CVE is available and installed - patches supersede the vulnerable code path.
A system is affected if it uses an AMD processor with RomArmor enabled in BIOS/UEFI, supports S3 standby/resume, and has not yet received the AMD firmware update that addresses this missing authorization check during S3 resume.
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.
From vendor dataApply AMD firmware/BIOS updates as they become available. Until patches are released, ensure physical security of affected systems and monitor for unauthorized physical access attempts during standby/resume cycles.
- Consultation3.0 h
- Implementation6.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,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-36326 — 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-2024-36326 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