Files
CVEs-PoC/2013/CVE-2013-6825.md
T
2024-06-18 02:51:15 +02:00

19 lines
943 B
Markdown

### [CVE-2013-6825](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-6825)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
(1) movescu.cc and (2) storescp.cc in dcmnet/apps/, (3) dcmnet/libsrc/scp.cc, (4) dcmwlm/libsrc/wlmactmg.cc, (5) dcmprscp.cc and (6) dcmpsrcv.cc in dcmpstat/apps/, (7) dcmpstat/tests/msgserv.cc, and (8) dcmqrdb/apps/dcmqrscp.cc in DCMTK 3.6.1 and earlier does not check the return value of the setuid system call, which allows local users to gain privileges by creating a large number of processes.
### POC
#### Reference
- http://packetstormsecurity.com/files/126883/DCMTK-Privilege-Escalation.html
- http://seclists.org/fulldisclosure/2014/Jun/11
#### Github
No PoCs found on GitHub currently.