mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 19:04:02 +02:00
20 lines
1.0 KiB
Markdown
20 lines
1.0 KiB
Markdown
### [CVE-2012-10022](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10022)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Kloxo versions 6.1.12 and earlier contain two setuid root binaries—lxsuexec and lxrestart—that allow local privilege escalation from uid 48. The lxsuexec binary performs a uid check and permits execution of arbitrary commands as root if the invoking user matches uid 48. This flaw enables attackers with Apache-level access to escalate privileges to root without authentication.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/linux/local/kloxo_lxsuexec.rb
|
|
- https://www.exploit-db.com/exploits/25406
|
|
- https://www.vulncheck.com/advisories/kloxo-local-priv-esc
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|