CVE-2026-97732
Received Received - Intake

Authentication Bypass via Malicious Certificate in Ironshield

Vulnerability report for CVE-2026-97732, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-25

Last updated on: 2026-09-25

Assigner: MITRE

Description

IRONMACE Ironshield 1.0.0.167 has a tvk.sys kernel-mode driver that authenticates client executables by checking for expected publisher and root-certificate strings in WIN_CERTIFICATE data ("IRONMACE Co., Ltd." and "DigiCert Trusted Root G4") instead of parsing and validating the PKCS signature data. As a result, a local unprivileged attacker may bypass this via crafted certificate data and obtain access to privileged IOCTL functionality.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-25
Last Modified
2026-09-25
Generated
2026-09-25
AI Q&A
2026-09-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ironmace ironshield 1.0.0.167

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves the IRONMACE Ironshield 1.0.0.167 kernel-mode driver (tvk.sys) which improperly authenticates client executables. Instead of validating PKCS signatures, it checks for hardcoded publisher and certificate strings in WIN_CERTIFICATE data. This allows local attackers to bypass authentication using crafted certificates and gain privileged IOCTL access.

Detection Guidance

Detecting this vulnerability requires checking for the presence of the vulnerable tvk.sys driver and analyzing its behavior. Look for processes loading tvk.sys and inspect WIN_CERTIFICATE data in memory for the hardcoded strings 'IRONMACE Co., Ltd.' or 'DigiCert Trusted Root G4' without proper PKCS validation. Use tools like Process Explorer or WinObj to monitor driver loads and IOCTL interactions.

Impact Analysis

An attacker could exploit this to execute arbitrary code with elevated privileges on your system. This may allow them to read or write kernel memory, manipulate processes, leak sensitive data like kernel pointers, or perform other malicious actions without needing admin rights or debug privileges.

Mitigation Strategies

Immediate mitigation steps include: 1) Uninstall or disable the Ironshield driver (tvk.sys) if possible. 2) Restrict unprivileged users from executing processes that interact with the driver. 3) Monitor for suspicious IOCTL calls or unauthorized memory access. 4) Apply vendor patches if available. 5) Use endpoint detection tools to block unauthorized driver loads.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-97732. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart