Cyber Resilience

CVE-2025-48503

High

Published: 11 February 2026

Published
11 February 2026
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3.1 7.8 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
EPSS Score 0.0013 3.1th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-48503 is a high-severity Uncontrolled Search Path Element (CWE-427) vulnerability in Amd (inferred from references). Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique DLL (T1574.001); ranked at the 3.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-2 (Flaw Remediation) and SI-7 (Software, Firmware, and Information Integrity).

Deeper analysis

CVE-2025-48503 is a DLL hijacking vulnerability (CWE-427) in the AMD Software Installer that could allow an attacker to achieve privilege escalation, potentially resulting in arbitrary code execution. Published on 2026-02-11, it carries a CVSS v3.1 base score of 7.8 (AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H), indicating high severity with local attack vector, high complexity, and low privilege requirements.

A local attacker with low privileges could exploit this vulnerability by hijacking a DLL during the installation process, requiring high attack complexity but no user interaction. Successful exploitation would change the scope to altered and grant high impacts on confidentiality, integrity, and availability, enabling arbitrary code execution with elevated privileges.

AMD has issued a product security bulletin providing details on the vulnerability and mitigation at https://www.amd.com/en/resources/product-security/bulletin/AMD-SB-6024.html.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A DLL hijacking vulnerability in the AMD Software Installer could allow an attacker to achieve privilege escalation potentially resulting in arbitrary code execution.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.001 DLL Stealth
Adversaries may abuse dynamic-link library files (DLLs) in order to achieve persistence, escalate privileges, and evade defenses.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

CVE directly describes DLL hijacking (CWE-427) in installer enabling local privilege escalation to arbitrary code execution.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-29223Shared CWE-427
CVE-2024-9496Shared CWE-427
CVE-2022-28339Shared CWE-427
CVE-2025-69784Shared CWE-427
CVE-2024-55540Shared CWE-427
CVE-2024-9490Shared CWE-427
CVE-2025-0069Shared CWE-427
CVE-2025-57836Shared CWE-427
CVE-2025-21206Shared CWE-427
CVE-2026-25656Shared CWE-427

Affected Assets

Amd
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the DLL hijacking vulnerability in the AMD Software Installer by requiring identification, testing, and installation of vendor-provided patches from the AMD security bulletin.

prevent

Enforces integrity verification mechanisms for software components, preventing the installer from loading hijacked malicious DLLs during execution.

prevent

Limits the privileges available to the low-privilege local attacker and installation process, reducing the impact of successful privilege escalation via DLL hijacking.

References