mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-10 03:37:37 +02:00
20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
### [CVE-2016-6599](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-6599)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
BMC Track-It! 11.4 before Hotfix 3 exposes an unauthenticated .NET remoting configuration service (ConfigurationService) on port 9010. This service contains a method that can be used to retrieve a configuration file that contains the application database name, username and password as well as the domain administrator username and password. These are encrypted with a fixed key and IV ("NumaraIT") using the DES algorithm. The domain administrator username and password can only be obtained if the Self-Service component is enabled, which is the most common scenario in enterprise deployments.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://packetstormsecurity.com/files/146110/BMC-Track-It-11.4-Code-Execution-Information-Disclosure.html
|
|
- http://seclists.org/fulldisclosure/2018/Jan/92
|
|
- https://github.com/pedrib/PoC/blob/master/advisories/bmc-track-it-11.4.txt
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|