Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2815+ Articles
167+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. Internet Download Manager's Kernel Driver Opens a Path to SYSTEM
Internet Download Manager's Kernel Driver Opens a Path to SYSTEM
SECURITYHIGHCVE-2026-90493

Internet Download Manager's Kernel Driver Opens a Path to SYSTEM

CVE-2026-90493 lets a local attacker abuse IDM's idmwfp.sys IOCTL interface for privilege escalation; a public PoC is already out.

Dylan H.

Security Team

September 13, 2026
4 min read

Affected Products

  • Tonec Internet Download Manager through 6.42 Build 63 (Windows)

Executive Summary

A high-severity improper access control vulnerability (CVE-2026-90493) has been disclosed in Tonec's Internet Download Manager (IDM) for Windows, one of the most widely installed third-party download accelerators. The flaw lives in idmwfp.sys, IDM's kernel-mode driver: its exposed IOCTL interface doesn't adequately validate the calling process's context or permissions before executing privileged driver functions, letting a low-privileged local user escalate to SYSTEM.

CVSS Score: 8.8 (CVSS 3.1) / 8.5 (CVSS 4.0)

A public proof-of-concept is already available, and Tonec did not respond to pre-disclosure contact — there is currently no vendor patch.


Vulnerability Overview

AttributeValue
CVE IDCVE-2026-90493
CVSS Score8.8 High (3.1) / 8.5 High (4.0, E:P — exploit PoC published)
TypeImproper Access Control (CWE-284), also cross-referenced as CWE-269 / CWE-266
Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow (any authenticated local user)
User InteractionNone

Affected Versions

SoftwareAffected VersionsFixed Version
Tonec Internet Download ManagerUp to and including 6.42 Build 63 (Windows)None — vendor unresponsive

Attack Vector

1. Attacker obtains low-privileged local code execution on a Windows host
   with IDM installed (e.g. via a standard user account or another
   foothold)
2. Attacker sends crafted IOCTL requests directly to the idmwfp.sys
   kernel driver
3. The driver executes the privileged function without properly
   verifying that the calling process is authorized to invoke it
4. Attacker leverages the driver's elevated context to escalate
   privileges to SYSTEM

A working exploit is public: IDM_LPE_PoC by researcher KnCRJNET, titled "Internet Download Manager (IDM) for Windows ≤6.42 Build 63 Exposed IOCTL with Insufficient Access Control."

Impact of Successful Exploitation

ImpactDescription
Privilege EscalationLocal attacker gains SYSTEM-level access
Full Host CompromiseSYSTEM privileges enable credential dumping, persistence, and disabling of security controls
Wide Install BaseIDM is bundled or manually installed on a large number of consumer and enterprise Windows machines

This maps to MITRE ATT&CK T1068 (Exploitation for Privilege Escalation).

Why this matters beyond home users: IDM is frequently present on corporate workstations despite not being an IT-sanctioned tool. A signed, third-party kernel driver with a broken access-control model is an attractive privilege-escalation primitive for an attacker who has already landed a low-privileged foothold via phishing or another initial-access vector.


Immediate Remediation

Step 1: Check Your Version

Confirm whether IDM 6.42 Build 63 or earlier is installed across your Windows fleet. Since the vendor has not responded, do not assume a future auto-update will silently fix this.

Step 2: Reduce Exposure

  1. Uninstall Internet Download Manager where it isn't a business-approved tool — it's commonly installed outside of IT policy
  2. Block or remove the idmwfp.sys driver via application/driver allow-listing (e.g., Windows Defender Application Control, WDAC) if IDM itself must remain installed
  3. Restrict local logon rights on shared or sensitive hosts to reduce the pool of accounts that could stage this exploit

Step 3: Monitor for Abuse

# Monitor for direct IOCTL calls to idmwfp.sys from unexpected
# processes (i.e. not the legitimate IDM application)
 
# Flag privilege-escalation indicators (new SYSTEM-level processes
# spawned from a standard user session) on hosts running IDM

Post-Remediation Steps

  1. Track Tonec's release notes for any future patch addressing this driver, given the current lack of vendor response
  2. Inventory all hosts with IDM installed as part of routine third-party software audits
  3. Treat unmanaged download-manager kernel drivers as a standing risk and consider EDR rules tuned to the public PoC's IOCTL patterns
  4. Re-evaluate policy on unsanctioned software that ships kernel-mode components, given the elevated blast radius of driver-level bugs

References

  • NIST NVD — CVE-2026-90493
  • VulDB — CVE-2026-90493
  • Strix.ai — CVE-2026-90493
  • TheHackerWire — Tonec IDM Kernel Driver Improper Access Controls
  • Public PoC — IDM_LPE_PoC (GitHub)
#Internet Download Manager#IDM#CVE-2026-90493#Privilege Escalation#Kernel Driver

Related Articles

CVE-2026-68820: Windows WinSock Driver Use-After-Free Privilege Escalation

Actively exploited use-after-free in Windows afd.sys (WinSock driver) enables local privilege escalation to SYSTEM. CVSS 7.0. Patch immediately.

6 min read

MiniPlasma Windows 0-Day Enables SYSTEM Privilege

A new Windows kernel privilege escalation zero-day dubbed MiniPlasma, released by researcher Chaotic Eclipse, grants SYSTEM-level access on fully patched...

5 min read

GodDamn Ransomware Uses PoisonX Kernel Driver to Neutralize Endpoint Security

Symantec's Threat Hunter Team has flagged GodDamn, a new ransomware family that deploys the PoisonX kernel driver to disable endpoint detection and...

5 min read
Back to all Security Alerts