nvhda64v.sys - Clean (23/100) - DriverShield Analysis

Analysis of nvhda64v.sys: clean verdict, risk score 23/100. 0 YARA matches, 0/76 multi-engine detections. SHA256 263c77efd21bdf36. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

nvhda64v.sys - Analysis Report

DriverShield analyzed the Windows kernel driver nvhda64v.sys and assigned a verdict of Clean with a composite risk score of 23/100, indicating no notable risk signals (0-29 band).

VerdictClean (23/100)
YARA matches0
Multi-engine detections0 / 76
File size134848 bytes
Code-signing signerDigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
Analyzed2026-03-23
SHA256263c77efd21bdf367f1f8bb85ddea460b4eb23dd73182b1ef83c85f5c42ff81d
SHA1bc870e4dc822dd7065a7aa3981bee3a4426d9c90
MD5d9b98dc2c251c42ea35d243b4b0ce1b2

Driver identity

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

File descriptionNVIDIA HDMI Audio Driver
ProductNVIDIA HDMI Audio Driver
CompanyNVIDIA Corporation
Original filenamenvhda.sys
Internal namenvhda.sys
File version1.4.2.6
Copyright(C) NVIDIA Corporation. All rights reserved.

How the 23/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 matches0 / 100
Dangerous kernel imports54 / 100
IOCTL dispatch surface100 / 100
Known-vulnerable corpus0 / 100
Code-signing state0 / 100
Packing and entropy0 / 100
Dynamic behaviour0 / 100
CVE cross-reference0 / 100

Kernel imports (15)

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

APIRiskWhy it matters
ZwSetValueKeymediumModerate risk - system modification capability
ObReferenceObjectByHandlemediumModerate risk - system modification capability
KeBugCheckExmediumModerate risk - system modification capability
ZwCreateKeymediumModerate risk - system modification capability
ZwQueryValueKeylowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
KeInitializeEventlowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
ExFreePoollowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
ZwOpenKeylowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
KeSetEventlowStandard kernel API - generally benign
KeDelayExecutionThreadlowStandard kernel API - generally benign

IOCTL dispatch codes (39)

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
0x0080818BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #98
0x0080918BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1122
0x987615FFhighMETHOD_NEITHERCUSTOM_PROCESS Function #1407
0x008092FFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1215
0x008090FFhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1087
0x0080838BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #226
0x0080968BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #1442
0x008081C7highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #113
0x0080868BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #418
0x0080878BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #482
0x00808F8BhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #994
0x008083C7highMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #241
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080BA00mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #3712
0x00809E89mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1954
0x00803715mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #3525
0x00340039mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #14
0x00340030mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #12
0x008001F9mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #126
0x0080808DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #35
0x0080EC81mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #2848
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00220115mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #69

Showing 24 of 39 extracted control codes.

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x70DE0x72005.97CODE, EXEC, READ
CODE0x2CC00x2E006.13CODE, EXEC, READ
.rdata0x26880x28004.8IDATA, READ
.data0x02CC0x04001.58IDATA, READ, WRITE
.pdata0x0FA80x10004.88IDATA, READ
PAGE0xAB2A0xAC006.09CODE, EXEC, READ
INIT0x06E40x08004.76CODE, EXEC, READ, DISCARD
.rsrc0x03880x04003.02IDATA, READ, DISCARD
.reloc0x02AC0x04004.32IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score75 / 100

MITRE ATT&CK techniques (8)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1071Application Layer ProtocolCommand and Control
T1112Modify RegistryDefense Evasion
T1211Exploitation for Defense EvasionDefense Evasion
T1543.003Windows ServicePersistence
T1547.001Registry Run KeysPersistence
T1553.002Subvert Trust Controls: Code SigningDefense Evasion
T1569.002System Services: Service ExecutionExecution
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerDigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
Signer organisationDigiCert, Inc.
IssuerDigiCert Trusted Root G4
Serial8AD40B260D29C4C9F5ECDA9BD93AED9
Valid from2021-04-29 00:00 UTC
Valid until2036-04-28 23:59 UTC
Signature validityVerified

Symbolic execution

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

Frequently asked questions about nvhda64v.sys

Is nvhda64v.sys safe?

Based on DriverShield static and dynamic analysis, nvhda64v.sys is assessed as clean, with no notable risk signals. Its composite risk score is 23/100 (verdict: clean). Always validate findings independently before acting.

What is the risk score of nvhda64v.sys?

nvhda64v.sys has a DriverShield composite risk score of 23/100, placing it in the clean verdict band. SHA256: 263c77efd21bdf367f1f8bb85ddea460b4eb23dd73182b1ef83c85f5c42ff81d.

What is nvhda64v.sys?

nvhda64v.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1.

Related: Other drivers signed by DigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1 · What an IOCTL dispatch code is · BYOVD research index · full driver database · CVE library · code signing atlas


DriverShield © 2025-2026 · Terms · Privacy · Contact