LiveActive security incident?Get immediate response
CVE Record

CVE-2024-36334: Improper verification of cryptographic signature in the Radeon RGB tool could allow a malicious file placed...

Improper verification of cryptographic signature in the Radeon RGB tool could allow a malicious file placed in the installation directory to be run with elevated privileges potentially leading to arbitrary code execution.

HighCVSS 7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2024-36334 affects AMD's Radeon RX 7900 XTX RGB Tool. A malicious file in the tool's installation directory could be executed with elevated privileges, potentially allowing code execution. The issue is local, requires low privileges and user interaction, and is rated high severity.

Executive priority

Prioritize this for workstation fleets using affected AMD Radeon RGB tooling. It is not internet-exposed, but successful exploitation could give elevated code execution on affected endpoints.

Technical view

The vulnerability is CWE-347, improper cryptographic signature verification, in the Radeon RGB tool for AMD Radeon RX 7000 Series Graphics Products. CVSS v4.0 is 7.0 with AV:L, AC:L, PR:L, UI:P, and high confidentiality, integrity, and availability impact to the vulnerable system.

Likely exposure

Exposure is likely limited to endpoints where the AMD Radeon RX 7900 XTX RGB Tool executable named in the CVE is installed, especially systems where local users or software can place files in the installation directory.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The described attack requires local access, low privileges, a malicious file in the installation directory, and user interaction.

Researcher notes

Evidence is limited to the CVE record and AMD advisory reference. No exploit code, active exploitation, fixed version, or detailed vendor mitigation is present in the provided bundle. Treat remediation as vendor-guidance driven until AMD publishes specific instructions.

Mitigation direction

  • Review AMD-SB-6027 and apply AMD guidance when available.
  • Inventory and remove the Radeon RGB tool where it is not required.
  • Restrict write access to the tool installation directory.
  • Monitor AMD support pages for a corrected RGB tool release.

Validation and detection

  • Identify systems with AMD Radeon RX 7000 Series GPUs and the Radeon RGB tool installed.
  • Confirm whether the named amd_rx_7900_xtx_rgb_led_20241008.exe package is present.
  • Review installation directory permissions for non-administrator write access.
  • Check endpoint telemetry for unexpected files created in the tool directory.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-347: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-36334 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7CVSS 4.0HighCVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NAMD

Vulnerability scoring details

Base CVSS 4.0 score

7High
CVSS 4.0 vector shape for CVE-2024-36334Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
AMDAMD Radeon™ RX 7000 Series Graphics Productsamd_rx_7900_xtx_rgb_led_20241008.exe “AMD Radeon RX 7900 XTX RGB Tool” available at https://www.amd.com/en/support/downloads/drivers.html/graphics/radeon-rx/radeon-rx-7000-series/amd-radeon-rx-7900-xtx.htmlaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-347 · source CWE mapping

Improper Verification of Cryptographic Signature

Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.