Cyber Posture

CVE-2024-55407

High

Published: 06 January 2025

Published
06 January 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0007 22.0th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-55407 is a high-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Ite (inferred from references). Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 22.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 CM-10 (Software Usage Restrictions) and SC-41 (Port and I/O Device Access).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly restricts access to ports and I/O devices, preventing arbitrary read and write actions enabled by crafted IOCTL requests in the vulnerable driver.

prevent

Implements input validation mechanisms at IOCTL entry points, addressing the improper validation of index, quantity, or range (CWE-1284) that allows exploitation.

prevent

Authorizes and restricts use of vulnerable third-party drivers like ITE IO Access on the system, blocking deployment of the affected WinIo64.sys component.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Local IOCTL-based arbitrary port read/write in a driver directly enables privilege escalation via hardware manipulation.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

An issue in the DeviceloControl function of ITE Tech. Inc ITE IO Access v1.0.0.0 allows attackers to perform arbitrary port read and write actions via supplying crafted IOCTL requests.

Deeper analysisAI

CVE-2024-55407 is a vulnerability in the DeviceIoControl function of ITE Tech. Inc.'s ITE IO Access v1.0.0.0. The issue allows attackers to perform arbitrary port read and write actions by supplying crafted IOCTL requests. It is classified under CWE-1284: Improper Validation of Specified Index, Quantity, or Range and carries a CVSS v3.1 base score of 7.8 (AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). The vulnerability was published on 2025-01-06.

A local attacker with low privileges (PR:L) can exploit this vulnerability with low attack complexity and no user interaction required. Exploitation involves sending crafted IOCTL requests to the affected component, enabling arbitrary read and write access to hardware ports. This can result in high impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification of system behavior, or disruption of services.

Advisories and additional details are available from the vendor at http://ite.com and a GitHub repository documenting the vulnerable driver at https://github.com/heyheysky/vulnerable-driver/blob/master/CVE-2024-55407/CVE-2024-55407_Winio64.sys_README.md.

Details

CWE(s)

Affected Products

Ite
inferred from references and description; NVD did not file a CPE for this CVE

CVEs Like This One

CVE-2025-0285Shared CWE-1284
CVE-2025-0286Shared CWE-1284
CVE-2026-25345Shared CWE-1284
CVE-2021-47827Shared CWE-1284
CVE-2026-1092Shared CWE-1284
CVE-2023-54337Shared CWE-1284
CVE-2026-40093Shared CWE-1284
CVE-2024-30516Shared CWE-1284
CVE-2024-45351Shared CWE-1284
CVE-2025-12664Shared CWE-1284

References