VYPR
Unrated severityNVD Advisory· Published Nov 20, 2014· Updated May 6, 2026

CVE-2014-2382

CVE-2014-2382

Description

Faronics Deep Freeze 8.10 and earlier's DfDiskLo.sys driver allows local administrators to execute arbitrary kernel code via a crafted IOCTL that writes to arbitrary memory.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Faronics Deep Freeze 8.10 and earlier's DfDiskLo.sys driver allows local administrators to execute arbitrary kernel code via a crafted IOCTL that writes to arbitrary memory.

Vulnerability

The DfDiskLo.sys driver in Faronics Deep Freeze Standard and Enterprise versions 8.10 and earlier contains a vulnerability where it calls the IofCallDriver function without validating parameters. The driver expects a DEVICE_OBJECT structure pointer, but a crafted IOCTL request can cause the pointer to be zero, allowing an attacker who can allocate the NULL page to control memory at address 0x08 and redirect execution [1][2].

Exploitation

To exploit, a local attacker with administrator privileges sends a specially crafted IOCTL request. The attacker must first allocate the NULL page, then write controlled data to address 0x08. The driver uses unvalidated values from the IRP function code (stored in EAX) in a call table lookup CALL DWORD [ESI+EAX*4+38], where ESI is read from the attacker-controlled NULL page. This gives the attacker full control over EIP. The exploit has been verified on Windows XP SP3 and Windows 7 SP0 (32-bit) [1][2].

Impact

Successful exploitation allows arbitrary code execution with kernel privileges. The attacker can crash the system (denial of service) or execute malicious code without needing another kernel-mode driver. The vulnerability does not allow vertical privilege escalation because only administrator accounts can send IOCTL requests by default [1][2].

Mitigation

No official fixed version has been released by Faronics. The vendor was contacted but no patch was provided. Administrators should restrict local administrative access to trusted users only, as the attack requires administrative privileges. The vulnerability is not listed on the CISA Known Exploited Vulnerabilities (KEV) catalog [1][2].

AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3
  • cpe:2.3:a:faronics:deep_freeze:*:*:*:*:enterprise:*:*:*+ 2 more
    • cpe:2.3:a:faronics:deep_freeze:*:*:*:*:enterprise:*:*:*range: <=8.10
    • cpe:2.3:a:faronics:deep_freeze:*:*:*:*:standard:*:*:*range: <=8.10
    • (no CPE)range: <=8.10

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

3

News mentions

0

No linked articles in our index yet.