mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-23 23:14:03 +02:00
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
### [CVE-2012-10047](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-10047)
|
|

|
|

|
|
&color=brightgreen)
|
|
|
|
### Description
|
|
|
|
Cyclope Employee Surveillance Solution versions 6.x is vulnerable to a SQL injection flaw in its login mechanism. The username parameter in the auth-login POST request is not properly sanitized, allowing attackers to inject arbitrary SQL statements. This can be leveraged to write and execute a malicious PHP file on disk, resulting in remote code execution under the SYSTEM user context.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://raw.githubusercontent.com/rapid7/metasploit-framework/master/modules/exploits/windows/http/cyclope_ess_sqli.rb
|
|
- https://www.exploit-db.com/exploits/20393
|
|
- https://www.exploit-db.com/exploits/20501
|
|
- https://www.vulncheck.com/advisories/cyclope-employee-surveillance-solution-sql-injection
|
|
|
|
#### Github
|
|
- https://github.com/fkie-cad/nvd-json-data-feeds
|
|
|