Analysis of CVE-2018-19320.sys: malicious verdict, risk score 88/100. 4 YARA matches, 10/75 multi-engine detections. SHA256 31f4cfb4c71da441. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.
DriverShield analyzed the Windows kernel driver CVE-2018-19320.sys and assigned a verdict of Malicious with a composite risk score of 88/100, indicating malicious indicators (80-100 band).
| Verdict | Malicious (88/100) |
| YARA matches | 4 |
| Multi-engine detections | 10 / 75 |
| File size | 26192 bytes |
| Code-signing signer | Symantec Time Stamping Services CA - G2 |
| Analyzed | 2026-04-02 |
| SHA256 | 31f4cfb4c71da44120752721103a16512444c13c2ac2d857a7e6f13cb679b427 |
| SHA1 | fe10018af723986db50701c8532df5ed98b17c39 |
| MD5 | 9ab9f3b75a2eb87fafb1b7361be9dfb3 |
Version resource data embedded in the CVE-2018-19320.sys PE header, as extracted by the analysis engine.
| File description | GIGABYTE Tools |
|---|---|
| Product | Windows (R) Server 2003 DDK driver |
| Company | Windows (R) Server 2003 DDK provider |
| Original filename | gdrv.sys |
| Internal name | gdrv.sys |
| File version | 5.2.3790.1830 built by: WinDDK |
| Copyright | © Microsoft Corporation. All rights reserved. |
Each component is scored 0-100 and then weighted into the composite. See the analysis methodology for the exact formula.
| Component | Sub-score |
|---|---|
| Multi-engine consensus | 0 / 100 |
| YARA signature matches | 100 / 100 |
| Dangerous kernel imports | 100 / 100 |
| IOCTL dispatch surface | 100 / 100 |
| Known-vulnerable corpus | 100 / 100 |
| Code-signing state | 80 / 100 |
| Packing and entropy | 0 / 100 |
| Dynamic behaviour | 0 / 100 |
| CVE cross-reference | 0 / 100 |
Kernel-mode APIs resolved from the Import Address Table of CVE-2018-19320.sys, ranked by exploitation relevance.
| API | Risk | Why it matters |
|---|---|---|
| MmMapLockedPages | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| MmMapIoSpace | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| ZwMapViewOfSection | critical | Highly dangerous - potential for arbitrary code execution, memory corruption, or process termination |
| MmAllocateContiguousMemory | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| MmGetPhysicalAddress | high | Potentially dangerous - could be used for privilege escalation or security bypass |
| MmUnmapIoSpace | medium | Moderate risk - system modification capability |
| ObReferenceObjectByHandle | medium | Moderate risk - system modification capability |
| ZwClose | low | Standard kernel API - generally benign |
| IoDeleteDevice | low | Standard kernel API - generally benign |
| DbgPrint | low | Standard kernel API - generally benign |
| IoCreateDevice | low | Standard kernel API - generally benign |
| ExAllocatePoolWithTag | low | Standard kernel API - generally benign |
| IoCreateSymbolicLink | low | Standard kernel API - generally benign |
| RtlInitUnicodeString | low | Standard kernel API - generally benign |
| IoDeleteSymbolicLink | low | Standard kernel API - generally benign |
| IofCompleteRequest | low | Standard kernel API - generally benign |
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.
| Code | Severity | Transfer | Description |
|---|---|---|---|
| 0xC3502808 | critical (known exploit) | METHOD_BUFFERED | Arbitrary memory R/W (RTCore64) |
| 0xC350280C | critical (known exploit) | METHOD_BUFFERED | Physical memory map (RTCore64) |
| 0x002200F0 | medium | METHOD_BUFFERED | FILE_DEVICE_UNKNOWN Function #60 |
| 0xC350A440 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2320 |
| 0xC350A444 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2321 |
| 0xC350A448 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2322 |
| 0x008024B4 | medium | METHOD_BUFFERED | FILE_DEVICE_CUSTOM Function #2349 |
| 0x00226B15 | medium | METHOD_IN_DIRECT | FILE_DEVICE_UNKNOWN Function #2757 |
| 0x00343846 | medium | METHOD_OUT_DIRECT | FILE_DEVICE_DISK Function #3601 |
| 0xC3500E68 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #922 |
| 0xC3500E6C | medium | METHOD_BUFFERED | CUSTOM_MSI Function #923 |
| 0xC3506404 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2305 |
| 0xC3502844 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2577 |
| 0xC3506408 | medium | METHOD_BUFFERED | CUSTOM_MSI Function #2306 |
| 0xC350B941 | medium | METHOD_IN_DIRECT | CUSTOM_MSI Function #3664 |
| 0x00340388 | medium | METHOD_BUFFERED | FILE_DEVICE_DISK Function #226 |
Section layout and Shannon entropy. High entropy in a code section is a packing or encryption indicator.
| Section | Virtual size | Raw size | Entropy | Flags |
|---|---|---|---|---|
| .text | 0x2DC8 | 0x2E00 | 6.24 | CODE, EXEC, READ |
| .rdata | 0x0610 | 0x0800 | 3.59 | IDATA, READ |
| .data | 0x0158 | 0x0200 | 0.3 | IDATA, READ, WRITE |
| .pdata | 0x02DC | 0x0400 | 3.17 | IDATA, READ |
| INIT | 0x0412 | 0x0600 | 3.77 | CODE, EXEC, READ, WRITE, DISCARD |
| .rsrc | 0x03E8 | 0x0400 | 3.41 | IDATA, READ, DISCARD |
| Control Flow Guard | Not enabled |
|---|---|
| ASLR | Not enabled |
| DEP | Not enabled |
| Integrity check | Not enforced |
| Mitigation score | 5 / 100 |
| Rule | Severity | Detects |
|---|---|---|
| PUA_VULN_Driver_Windowsrserverddkprovider_Gdrvsys_Windowsrserverddkdriver_8899 | medium | Detects vulnerable driver mentioned in known-vulnerable driver corpus project using VersionInfo values from the PE header - gdrv.sys |
| VULN_RTCore64 | critical | MSI RTCore64.sys |
| BYOVD_MemRW | critical | Phys memory mapping + device creation |
| SUSP_PhysMem | high | Physical memory mapping |
Techniques this driver could enable if loaded by an adversary.
| ID | Technique | Tactic |
|---|---|---|
| T1003 | OS Credential Dumping | Credential Access |
| T1003.001 | OS Credential Dumping: LSASS Memory | Credential Access |
| T1006 | Direct Volume Access | Defense Evasion |
| T1055.012 | Process Hollowing | Defense Evasion |
| T1068 | Exploitation for Privilege Escalation | Privilege Escalation |
| T1071 | Application Layer Protocol | Command and Control |
| T1211 | Exploitation for Defense Evasion | Defense Evasion |
| T1543.003 | Windows Service | Persistence |
| T1553.002 | Subvert Trust Controls: Code Signing | Defense Evasion |
| T1562.001 | Impair Defenses | Defense Evasion |
| T1569.002 | Service Execution | Execution |
| T1652 | Device Driver Discovery | Discovery |
| Signer | Symantec Time Stamping Services CA - G2 |
|---|---|
| Signer organisation | Symantec Corporation |
| Issuer | Thawte Timestamping CA |
| Serial | 7E93EBFB7CC64E59EA4B9A77D406FC3B |
| Valid from | 2012-12-21 00:00 UTC |
| Valid until | 2020-12-30 23:59 UTC (expired) |
| Signature validity | Not verified |
Engine angr, status completed, 18 paths explored at a maximum depth of 18. Vulnerability classes reached: 1. Exploitable paths: 0.
Corpus match: this hash is present in the known-vulnerable driver corpus DriverShield cross-references during analysis, which is why the score carries a full weighting on that component.
Based on DriverShield static and dynamic analysis, CVE-2018-19320.sys is flagged as malicious and should be treated as dangerous. Its composite risk score is 88/100 (verdict: malicious). Always validate findings independently before acting.
CVE-2018-19320.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 31f4cfb4c71da44120752721103a16512444c13c2ac2d857a7e6f13cb679b427.
CVE-2018-19320.sys is a Windows kernel-mode driver (.sys) analyzed by DriverShield for vulnerabilities, BYOVD abuse potential, and malware indicators. It is code-signed by Symantec Time Stamping Services CA - G2.
Related: Other drivers signed by Symantec Time Stamping Services CA - G2 · What an IOCTL dispatch code is · How YARA matching feeds the score · BYOVD research index · full driver database · CVE library · code signing atlas