Cormem.sys - Malicious (88/100) - DriverShield Analysis

Analysis of Cormem.sys: malicious verdict, risk score 88/100. 0 YARA matches, 0/76 multi-engine detections. SHA256 40c855d20d497823. Kernel imports, IOCTL codes, MITRE ATT&CK, and code-signing details.

Cormem.sys - Analysis Report

DriverShield analyzed the Windows kernel driver Cormem.sys and assigned a verdict of Malicious with a composite risk score of 88/100, indicating malicious indicators (80-100 band).

VerdictMalicious (88/100)
YARA matches0
Multi-engine detections0 / 76
File size77616 bytes
Code-signing signerDigiCert Trusted G4 Code Signing RSA4096 SHA384 2021 CA1
Analyzed2026-03-24
SHA25640c855d20d497823716a08a443dc85846233226985ee653770bc3b245cf2ed0f
SHA1bceae6dc87c9c6c33555a4a9008be14c66fd1e20
MD578fb9882e498d964f42169ce511f07fc

Driver identity

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

File descriptionSapera Memory Manager
ProductSapera LT
CompanyTeledyne Digital Imaging Inc.
Original filenameCorMem.sys
Internal nameCorMem.sys
File version9.00
CopyrightCopyright (c) Teledyne Digital Imaging Inc.1997-2024

How the 88/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 imports100 / 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 (18)

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

APIRiskWhy it matters
MmMapLockedPagesSpecifyCachecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
ZwMapViewOfSectioncriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
MmGetPhysicalAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
MmAllocateContiguousMemoryhighPotentially dangerous - could be used for privilege escalation or security bypass
MmGetSystemRoutineAddresshighPotentially dangerous - could be used for privilege escalation or security bypass
ObReferenceObjectByHandlemediumModerate risk - system modification capability
IoGetDeviceObjectPointermediumModerate risk - system modification capability
KeInitializeEventlowStandard kernel API - generally benign
IoBuildDeviceIoControlRequestlowStandard kernel API - generally benign
ExAllocatePoolWithTaglowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign
KeWaitForSingleObjectlowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
ZwCloselowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign

IOCTL dispatch codes (21)

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
0x0022201Ccritical (known exploit)METHOD_BUFFEREDProcess termination by PID (wsftprm)
0x00222000medium (known exploit)METHOD_BUFFEREDDriver communication init
0x00343677highMETHOD_NEITHERFILE_DEVICE_DISK Function #3485
0x00220123highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #72
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080048CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #291
0x0022200CmediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #2051
0x0080163DmediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #1423
0x0022B941mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #3664
0x0034730DmediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #3267
0x00349B0DmediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #1731
0x0034BF0DmediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #4035
0x0034C30DmediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #195
0x0034DF0DmediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #1987
0x00221F25mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #1993
0x0080BF41mediumMETHOD_IN_DIRECTFILE_DEVICE_CUSTOM Function #4048
0x00802494mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2341
0x00341715mediumMETHOD_IN_DIRECTFILE_DEVICE_DISK Function #1477
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00340324mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #201
0x00340032mediumMETHOD_OUT_DIRECTFILE_DEVICE_DISK Function #12

PE sections

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

SectionVirtual sizeRaw sizeEntropyFlags
.text0x90590x92006.5CODE, EXEC, READ
.rdata0x0A600x0C004.19IDATA, READ
.data0x01B00x02000.45IDATA, READ, WRITE
.pdata0x04080x06003.18IDATA, READ
NONPAGE0x21C00x22000.01IDATA, READ, WRITE
.gfids0x00040x02000.02IDATA, READ
INIT0x06320x08004.49CODE, EXEC, READ, DISCARD
.rsrc0x04100x06002.56IDATA, READ, DISCARD
.reloc0x00300x02000.46IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardNot enabled
ASLREnabled
DEPEnabled
Integrity checkNot enforced
Mitigation score70 / 100

MITRE ATT&CK techniques (11)

Techniques this driver could enable if loaded by an adversary.

IDTechniqueTactic
T1003.001OS Credential Dumping: LSASS MemoryCredential Access
T1055.012Process HollowingDefense Evasion
T1068Exploitation for Privilege EscalationPrivilege Escalation
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.002Service 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 static_approximation, 0 paths explored at a maximum depth of 0. Vulnerability classes reached: 0. Exploitable paths: 0.

Frequently asked questions about Cormem.sys

Is Cormem.sys safe?

Based on DriverShield static and dynamic analysis, Cormem.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.

What is the risk score of Cormem.sys?

Cormem.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 40c855d20d497823716a08a443dc85846233226985ee653770bc3b245cf2ed0f.

What is Cormem.sys?

Cormem.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