CVE-2023-20564
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 · uneditedInsufficient validation in the IOCTL (Input Output Control) input buffer in AMD Ryzen™ Master may permit a privileged attacker to perform memory reads/writes potentially leading to a loss of confidentiality or arbitrary kernel execution.
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 confidenceThis is a local privilege escalation vulnerability in AMD Ryzen Master where insufficient validation of IOCTL input buffers allows a privileged attacker to perform arbitrary memory reads/writes, potentially achieving kernel-mode code execution. The vulnerability requires the attacker to already have privileged access on the target system.
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.11.2.2659< august_2023CVSS 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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:H/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.
-
Locate AMD Ryzen Master installationCheck for Ryzen Master in typical installation paths: C:\Program Files\AMD\RyzenMaster\ or C:\Program Files (x86)\AMD\RyzenMaster\. Also search for 'RyzenMaster.exe' via file explorer or Get-ChildItem -Recurse command.Affected if The software is found installed on the system
-
Identify installed version of Ryzen MasterRight-click RyzenMaster.exe, select Properties, then look at the Details tab for Product Version. Alternatively, run: (Get-Item 'C:\Program Files\AMD\RyzenMaster\RyzenMaster.exe').VersionInfo.ProductVersionAffected if The version number is lower than 2.11.2.2659
-
Check for Ryzen Master Monitoring SDKSearch for files named 'AmdRyzenMasterDriver.sys' or check for the service 'AmdRyzenMasterDriver' via: Get-Service | Where-Object {$_.Name -like '*RyzenMaster*'}. Also look in C:\Windows\System32\drivers\ for the driver file.Affected if The driver/service is present and running
-
Determine driver version if presentIf AmdRyzenMasterDriver.sys exists, right-click the file, select Properties, and check the Details tab for File Version or Product Version.Affected if The driver version is below the patched version (2.11.2.2659 or august_2023 for SDK)
-
Verify service statusOpen Services (services.msc) and look for 'AMD Ryzen Master' or 'AmdRyzenMasterDriver' service. Check if it is Running or set to start automatically.Affected if The service is running or set to auto-start, indicating the vulnerable IOCTL interface is active
You are affected if AMD Ryzen Master or its driver is installed with a version prior to 2.11.2.2659 (or Monitoring SDK prior to august_2023) and the service/driver is active on the system.
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.11.2.2659
Apply the vendor patch when available; until then, restrict access to AMD Ryzen Master and minimize the attack surface by ensuring only necessary personnel have privileged access.
Ryzen Master version 2.11.2.2659 or later; Ryzen Master Monitoring Sdk August 2023 release or later
- 1. Navigate to the official AMD website and locate the AMD Ryzen Master download page
- 2. Download AMD Ryzen Master version 2.11.2.2659 or later
- 3. If using Ryzen Master Monitoring SDK, download the August 2023 release or later version
- 4. Close any running instances of Ryzen Master
- 5. Uninstall the current version of Ryzen Master through Windows Control Panel > Programs and Features
- 6. Run the installer for the new version with administrator privileges
- 7. Follow the on-screen installation prompts to complete the upgrade
- 8. Restart the system after installation to ensure all services initialize correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation16.0 h
- Testing12.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $12,352.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-20564 — 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-2023-20564 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