Files
CVEs-PoC/2014/CVE-2014-2528.md
T
2024-07-25 21:25:12 +00:00

18 lines
786 B
Markdown

### [CVE-2014-2528](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-2528)
![](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
kcleanup.cpp in KDirStat 2.7.3 does not properly quote strings when deleting a directory, which allows remote attackers to execute arbitrary commands via a ' (single quote) character in the directory name, a different vulnerability than CVE-2014-2527.
### POC
#### Reference
- https://bitbucket.org/jeromerobert/k4dirstat/commits/1ad2e96d73fa06cd9be0f3749b337c03575016aa#chg-src/kcleanup.cpp
#### Github
No PoCs found on GitHub currently.