mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 22:31:34 +02:00
19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
### [CVE-2010-1748](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-1748)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://cups.org/str.php?L3577
|
|
- https://oval.cisecurity.org/repository/search/definition/oval%3Aorg.mitre.oval%3Adef%3A9723
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|