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

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

LnvMSRIO.sys - Analysis Report

DriverShield analyzed the Windows kernel driver LnvMSRIO.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 matches3
Multi-engine detections0 / 76
File size40432 bytes
Code-signing signerDigiCert Trusted Root G4
Analyzed2026-04-01
SHA2567023f08c9f99076a5fb82a0f661847e2951800f095fca1793a0e6bd9c949b478
SHA1f496bc9b6e77fef03f945b48f86b840baf61fe47
MD5517917ff2e5008c791d007cecab5e335

Driver identity

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

File descriptionLenovo filter driver
ProductLenovo filter driver
CompanyLenovo
Original filenameLnvMSRIO.sys
Internal nameLnvMSRIO.sys
File version3.1.0.36
CopyrightCopyright (C) 2024, Lenovo. All Rights Reserved

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 matches85 / 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 (15)

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

APIRiskWhy it matters
MmMapIoSpacecriticalHighly dangerous - potential for arbitrary code execution, memory corruption, or process termination
HalGetBusDataByOffsethighPotentially dangerous - could be used for privilege escalation or security bypass
HalSetBusDataByOffsethighPotentially dangerous - could be used for privilege escalation or security bypass
PsSetCreateProcessNotifyRoutineExhighPotentially dangerous - could be used for privilege escalation or security bypass
MmUnmapIoSpacemediumModerate risk - system modification capability
DbgPrintExlowStandard kernel API - generally benign
ExAllocatePool2lowStandard kernel API - generally benign
IoCreateDevicelowStandard kernel API - generally benign
ProbeForReadlowStandard kernel API - generally benign
IoCreateSymbolicLinklowStandard kernel API - generally benign
ProbeForWritelowStandard kernel API - generally benign
RtlInitUnicodeStringlowStandard kernel API - generally benign
IofCompleteRequestlowStandard kernel API - generally benign
IoDeleteSymbolicLinklowStandard kernel API - generally benign
IoDeleteDevicelowStandard kernel API - generally benign

IOCTL dispatch codes (20)

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
0x9C402088critical (known exploit)METHOD_BUFFEREDMSR write (LnvMSRIO)
0x9C406104high (known exploit)METHOD_BUFFEREDPhysical memory read (LnvMSRIO)
0x9C402084high (known exploit)METHOD_BUFFEREDMSR read (LnvMSRIO)
0x0022BB07highMETHOD_NEITHERFILE_DEVICE_UNKNOWN Function #3777
0x0080830FhighMETHOD_NEITHERFILE_DEVICE_CUSTOM Function #195
0x002200F0mediumMETHOD_BUFFEREDFILE_DEVICE_UNKNOWN Function #60
0x0080248CmediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2339
0x00802484mediumMETHOD_BUFFEREDFILE_DEVICE_CUSTOM Function #2337
0x00342444mediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #2321
0x9C4060D4mediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2101
0x9C40208CmediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2083
0x9C402000mediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2048
0x9C40A0DCmediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2103
0x9C406144mediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2129
0x9C40A0D8mediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2102
0x9C4060CCmediumMETHOD_BUFFEREDCUSTOM_LENOVO Function #2099
0x00224F0DmediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #963
0x0022FF15mediumMETHOD_IN_DIRECTFILE_DEVICE_UNKNOWN Function #4037
0x0034031CmediumMETHOD_BUFFEREDFILE_DEVICE_DISK Function #199
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
.text0x273D0x28005.8CODE, EXEC, READ
.rdata0x0BAC0x0C004.35IDATA, READ
.data0x03080x02000.6IDATA, READ, WRITE
.pdata0x02400x04002.53IDATA, READ
INIT0x05220x06004.27CODE, EXEC, READ, DISCARD
.rsrc0x03800x04002.94IDATA, READ, DISCARD
.reloc0x00340x02000.64IDATA, READ, DISCARD

Exploit mitigations

Control Flow GuardEnabled
ASLREnabled
DEPEnabled
Integrity checkEnforced
Mitigation score100 / 100

YARA rule matches (3)

RuleSeverityDetects
BYOVD_MemRWcriticalPhys memory mapping + device creation
SUSP_PhysMemhighPhysical memory mapping
SUSP_CallbacksmediumKernel callback registration

MITRE ATT&CK techniques (14)

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
T1542.001Pre-OS Boot: System FirmwarePersistence
T1543.003Windows ServicePersistence
T1562.006Indicator BlockingDefense Evasion
T1564.001Hidden Files and DirectoriesDefense Evasion
T1569.002Service ExecutionExecution
T1601Modify System ImageDefense Evasion
T1652Device Driver DiscoveryDiscovery

Code-signing chain

SignerDigiCert Trusted Root G4
Signer organisationDigiCert Inc
IssuerDigiCert Trusted Root G4
Serial59B1B579E8E2132E23907BDA777755C
Valid from2013-08-01 12:00 UTC
Valid until2038-01-15 12:00 UTC
Signature validityVerified

Symbolic execution

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

Frequently asked questions about LnvMSRIO.sys

Is LnvMSRIO.sys safe?

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

LnvMSRIO.sys has a DriverShield composite risk score of 88/100, placing it in the malicious verdict band. SHA256: 7023f08c9f99076a5fb82a0f661847e2951800f095fca1793a0e6bd9c949b478.

What is LnvMSRIO.sys?

LnvMSRIO.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 Root G4.

Related: Other drivers signed by DigiCert Trusted Root G4 · 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