CVE-2006-2426
Sun JDK and JRE <= 1.5.0_6 - Denial of Service via Font.createFont Temporary File Creation
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-2426. PoCs published by Marc Schoenefeld.
AI-analyzed exploit summary This exploit leverages a vulnerability in Sun Java's font creation mechanism to trigger unbounded disk space consumption by creating a temporary file that grows indefinitely. The PoC uses a custom InputStream to manipulate the Font.createFont method, leading to a denial-of-service condition.
Description
Sun Java Runtime Environment (JRE) 1.5.0_6 and earlier, JDK 1.5.0_6 and earlier, and SDK 1.5.0_6 and earlier allows remote attackers to cause a denial of service (disk consumption) by using the Font.createFont function to create temporary files of arbitrary size in the %temp% directory.
Exploits (1)
This exploit leverages a vulnerability in Sun Java's font creation mechanism to trigger unbounded disk space consumption by creating a temporary file that grows indefinitely. The PoC uses a custom InputStream to manipulate the Font.createFont method, leading to a denial-of-service condition.