CVE-2002-2312
Opera 6.0.1 - Arbitrary File Upload via JavaScript Keystroke Event
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2002-2312. PoCs published by Andreas Sandblad.
AI-analyzed exploit summary This exploit leverages a JavaScript vulnerability in older browsers (e.g., IE, Opera) to subvert keypress events, allowing arbitrary local file disclosure via a file upload form. The PoC specifically targets the 'onkeydown' event to simulate Ctrl+V (Paste) and exfiltrate files like 'index.dat' from the user's system.
Description
Opera 6.0.1 allows remote attackers to upload arbitrary file contents when users press a key corresponding to the JavaScript (1) event.ctrlKey or (2) event.shiftKey onkeydown event contained in a webpage.
Exploits (1)
This exploit leverages a JavaScript vulnerability in older browsers (e.g., IE, Opera) to subvert keypress events, allowing arbitrary local file disclosure via a file upload form. The PoC specifically targets the 'onkeydown' event to simulate Ctrl+V (Paste) and exfiltrate files like 'index.dat' from the user's system.