CVE-2010-1748
CUPS < 1.4.4 - Information Disclosure via Malformed Percent-Encoded URI Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-1748. PoCs published by Luca Carettoni.
AI-analyzed exploit summary This is a writeup describing a remote information-disclosure vulnerability in the CUPS web interface. The provided URL demonstrates the exploit by injecting a malformed 'OP' parameter to disclose sensitive information.
Description
The cgi_initialize_string function in cgi-bin/var.c in the web interface in CUPS before 1.4.4, as used on Apple Mac OS X 10.5.8, Mac OS X 10.6 before 10.6.4, and other platforms, does not properly handle parameter values containing a % (percent) character without two subsequent hex characters, which allows context-dependent attackers to obtain sensitive information from cupsd process memory via a crafted request, as demonstrated by the (1) /admin?OP=redirect&URL=% and (2) /admin?URL=/admin/&OP=% URIs.
Exploits (1)
This is a writeup describing a remote information-disclosure vulnerability in the CUPS web interface. The provided URL demonstrates the exploit by injecting a malformed 'OP' parameter to disclose sensitive information.