AMDRyzenMasterDriver.sys - Suspicious (58/100) - DriverShield Analysis

Analysis of AMDRyzenMasterDriver.sys: suspicious verdict, risk score 58/100. 2 YARA matches, 0/74 multi-engine detections. SHA256 0fd8b87d79828282. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

AMDRyzenMasterDriver.sys - Analysis Report

DriverShield analyzed the Windows kernel driver AMDRyzenMasterDriver.sys and assigned a verdict of Suspicious with a composite risk score of 58/100, indicating some risk signals warranting review (30-59 band).

VerdictSuspicious (58/100)
YARA matches2
Multi-engine detections0 / 74
File size60576 bytes
Code-signing signerAdvanced Micro Devices Inc.
Analyzed2026-08-15
SHA2560fd8b87d79828282a2b24c0680ecf6717c3bc284582af552ecea8d2e79c91b4b
SHA111c075264950dcb56cf373e2ab51ac8256df9e9e
MD5a9eee6b1c708789d0441d3d48c82f48f

Driver identity

Version resource data embedded in the AMDRyzenMasterDriver.sys PE header, as extracted by the analysis engine.

File descriptionAMD Ryzen Master Service Driver
ProductAMD Ryzen Master Service Driver
CompanyAdvanced Micro Devices
Original filenameAMDRyzenMasterDriver.sys
Internal nameAMDRyzenMasterDriver.sys
File version2.6.0.0
CopyrightCopyright © 2024 AMD, Inc.

How the 58/100 score breaks down

Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.

ComponentSub-score
Multi-engine consensus0 / 100
YARA signature matches80 / 100
Dangerous kernel imports100 / 100
IOCTL dispatch surface39 / 100
Known-vulnerable corpus0 / 100
Code-signing state80 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (23)

Kernel-mode APIs resolved from the Import Address Table of AMDRyzenMasterDriver.sys, ranked by exploitation relevance.

APIRiskWhy it matters
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
HalGetBusDataByOffsethighPotentially dangerous - could be used for privilege escalation or security bypass
HalSetBusDataByOffsethighPotentially dangerous - could be used for privilege escalation or security bypass
ZwSetValueKeymediumModerate risk - system modification capability
MmUnmapIoSpacemediumModerate risk - system modification capability
NtQuerySystemInformationmediumModerate risk - system modification capability
ObOpenObjectByPointermediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
DbgPrintExlowStandard kernel API - generally benign
DbgPrintlowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IoCreateDeviceSecurelowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
ZwQueryValueKeylowStandard kernel API - generally benign

IOCTL dispatch codes (13)

Control codes reachable through the driver dispatch routine. Codes tied to published exploit code are flagged, since they are the primary Bring Your Own Vulnerable Driver (BYOVD) entry points.

CodeSeverityTransferDescription
0x0080830FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #195
0x00343D07highMETHOD_NEITHERFILE_DEVICE_DISK Function #3905
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x00348BE8mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #762
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00342444mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #2321
0x00340030mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #12
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x008024B4mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2349
0x00340364mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #217
0x00340032mediumMETHOD_OUT_DIRECTFILE_DEVICE_DISK Function #12
0x00228368mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #218

PE sections

Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.

SectionVirtual sizeRaw sizeEntropyFlags
.text0x50620x52005.8CODE, EXEC, READ
.rdata0x11200x12004.69IDATA, READ
.data0x206600x04002.32IDATA, READ, WRITE
.pdata0x039C0x04004.21IDATA, READ
PAGE0x1D0B0x1E006.17CODE, EXEC, READ
INIT0x07160x08004.76CODE, EXEC, READ, DISCARD
.rsrc0x03C80x04003.15IDATA, READ, DISCARD
.reloc0x00440x02000.87IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score85 / 100

YARA rule matches (2)

RuleSeverityDetects
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping

MITRE ATT&CK techniques (16)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003OS Credential DumpingCredential Access
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1006Direct Volume AccessDefense Evasion
T1014RootkitDefense Evasion
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
T1071Application Layer ProtocolCommand and Control
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1542.001Pre-OS Boot: System FirmwarePersistence
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1569.002Service ExecutionExecution
T1601Modify System ImageDefense Evasion
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerAdvanced Micro Devices Inc.
Signer organisationAdvanced Micro Devices Inc.
IssuerSectigo RSA Code Signing CA
Serial535091E6CAB13AF393B51EAD0825F627
Valid from2021-05-11 00:00 UTC
Valid until2024-05-10 23:59 UTC (expired)
Signature validityNot verified

Symbolic execution

Engine angr, status static_approximation, 0 paths explored at a maximum depth of 0. Vulnerability classes reached: 0. Exploitable paths: 1.

Frequently asked questions about AMDRyzenMasterDriver.sys

Is AMDRyzenMasterDriver.sys safe?

Based on DriverShield static and dynamic analysis, AMDRyzenMasterDriver.sys shows some suspicious signals and warrants manual review. Its composite risk score is 58/100 (verdict: suspicious). Always validate findings independently before acting.

What is the risk score of AMDRyzenMasterDriver.sys?

AMDRyzenMasterDriver.sys has a DriverShield composite risk score of 58/100, placing it in the suspicious verdict band. SHA256: 0fd8b87d79828282a2b24c0680ecf6717c3bc284582af552ecea8d2e79c91b4b.

What is AMDRyzenMasterDriver.sys?

AMDRyzenMasterDriver.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Advanced Micro Devices Inc..

Related: Other drivers signed by Advanced Micro Devices Inc. · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact