CVE-2023-20568
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 · uneditedImproper signature verification of RadeonTM RX Vega M Graphics driver for Windows may allow an attacker with admin privileges to launch RadeonInstaller.exe without validating the file signature potentially leading to arbitrary code 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 confidenceImproper digital signature verification in the Radeon RX Vega M Graphics driver installer for Windows allows an attacker with administrative privileges to bypass code signing validation on RadeonInstaller.exe, potentially enabling execution of unsigned or malicious code disguised as a legitimate driver package.
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< 23.10.01.46< 23.7.1< 23.q3all versionsall versionsall versionsall versionsCVSS 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.
-
Identify installed AMD Radeon Software versionOpen Windows Settings > Apps > Apps & features, or use PowerShell: Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -like '*Radeon*'} | Select-Object Name, Version. Alternatively check Program Files/AMD for the installation directory and look for version info in the driver metadata.Affected if The installed AMD Radeon Software version is earlier than 23.7.1 or earlier than 23.q3 (e.g., 23.5.x, 23.4.x, etc.)
-
Identify Intel Radeon Rx Vega M Graphics driver versionOpen Device Manager > Display adapters > Intel(R) UHD Graphics 630 (or similar Vega M variant) > Right-click > Properties > Driver tab. Note the driver version and date.Affected if The driver version for Intel Radeon Rx Vega M Graphics is earlier than 23.10.01.46, or the driver date is prior to the patched release.
-
Check for presence of Vega 56/64 or Pro Vega graphics hardwareOpen Device Manager > Display adapters. Look for entries such as 'AMD Radeon Rx Vega 56', 'AMD Radeon Rx Vega 64', 'AMD Radeon Pro Vega 56', or 'AMD Radeon Pro Vega 64'. Alternatively, use PowerShell: Get-WmiObject -Class Win32_VideoController | Select-Object NameAffected if Any of these specific AMD Vega graphics cards (Vega 56, Vega 64, Pro Vega 56, Pro Vega 64) are listed as installed hardware.
-
Locate RadeonInstaller.exe componentSearch for RadeonInstaller.exe on the system: use PowerShell: Get-ChildItem -Path C:\ -Filter RadeonInstaller.exe -Recurse -ErrorAction SilentlyContinue, or check typical AMD driver installation directories under Program Files.Affected if RadeonInstaller.exe is present on the system and corresponds to an unpatched AMD Radeon Software installation.
A user is affected if they have AMD Radeon Software version < 23.7.1 or < 23.q3, OR Intel Radeon Rx Vega M driver < 23.10.01.46, OR any of the Vega 56/64/Pro Vega graphics hardware installed with their associated drivers.
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 · scoped23.q323.7.123.10.01.46
Apply the vendor-provided patch from AMD that addresses the signature verification vulnerability; organizations should also implement code signing verification policies and restrict administrative privileges where possible to limit exposure.
Radeon Software 23.7.1 or later / Vega M Firmware 23.10.01.46 or later (other Vega variants - contact AMD for patched driver availability)
- 1. Identify the specific AMD Radeon product in use (e.g., RX Vega M, RX Vega 56, RX Vega 64, or Pro Vega variants)
- 2. For RX Vega M: Navigate to AMD's official support page and download Radeon Software version 23.7.1 or later, or firmware version 23.10.01.46 or later
- 3. For RX Vega 56/64 and Pro Vega variants: Contact AMD support to verify if a patched driver/firmware is available, as these are listed as 'all versions' affected with no specific fixed version provided in the CVE details
- 4. Ensure you have administrator privileges on the system
- 5. Uninstall the current AMD Radeon software and drivers completely
- 6. Run the downloaded installer as Administrator
- 7. Verify the file signature of RadeonInstaller.exe before execution by right-clicking the file, selecting Properties, and checking the Digital Signatures tab
- 8. Restart the system after installation completes
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation3.0 h
- Testing4.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,680.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2023-20568 — 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-20568 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