CWE-782
AllowedExposed IOCTL with Insufficient Access Control
Abstraction: Variant · Status: Draft
The product implements an IOCTL with functionality that should be restricted, but it does not properly enforce access control for the IOCTL.
52 vulnerabilities reference this CWE, most recent first.
GHSA-XCWR-X5FM-7JMR
Vulnerability from github – Published: 2025-08-01 15:34 – Updated: 2025-08-01 15:34Hangzhou Shunwang Rentdrv2 before 2024-12-24 allows local users to terminate EDR processes and possibly have unspecified other impact via DeviceIoControl with control code 0x22E010, as exploited in the wild in October 2023.
{
"affected": [],
"aliases": [
"CVE-2023-44976"
],
"database_specific": {
"cwe_ids": [
"CWE-782"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-08-01T14:15:34Z",
"severity": "LOW"
},
"details": "Hangzhou Shunwang Rentdrv2 before 2024-12-24 allows local users to terminate EDR processes and possibly have unspecified other impact via DeviceIoControl with control code 0x22E010, as exploited in the wild in October 2023.",
"id": "GHSA-xcwr-x5fm-7jmr",
"modified": "2025-08-01T15:34:18Z",
"published": "2025-08-01T15:34:18Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-44976"
},
{
"type": "WEB",
"url": "https://github.com/keowu/BadRentdrv2"
},
{
"type": "WEB",
"url": "https://unit42.paloaltonetworks.com/agonizing-serpens-targets-israeli-tech-higher-ed-sectors"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
GHSA-XCXV-MC83-GMW5
Vulnerability from github – Published: 2025-03-17 18:31 – Updated: 2025-03-19 21:30An exposed ioctl in the IMFForceDelete driver of IObit Malware Fighter v12.1.0 allows attackers to arbitrarily delete files and escalate privileges.
{
"affected": [],
"aliases": [
"CVE-2025-26125"
],
"database_specific": {
"cwe_ids": [
"CWE-782"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-03-17T18:15:21Z",
"severity": "MODERATE"
},
"details": "An exposed ioctl in the IMFForceDelete driver of IObit Malware Fighter v12.1.0 allows attackers to arbitrarily delete files and escalate privileges.",
"id": "GHSA-xcxv-mc83-gmw5",
"modified": "2025-03-19T21:30:49Z",
"published": "2025-03-17T18:31:53Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-26125"
},
{
"type": "WEB",
"url": "https://github.com/ZeroMemoryEx/CVE-2025-26125"
},
{
"type": "WEB",
"url": "https://github.com/ZeroMemoryEx/IObit-EoP"
},
{
"type": "WEB",
"url": "https://x.com/zeromemoryex/status/1876878269200449819"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:H",
"type": "CVSS_V3"
}
]
}
Mitigation
In Windows environments, use proper access control for the associated device or device namespace. See References.
No CAPEC attack patterns related to this CWE.