...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar |
| IO.TAINT.FNAME | Tainted Filename | ||||||
| Compass/ROSE | Could catch violations of this rule by enforcing that any call to | ||||||||
| Helix QAC |
| C5047 | |||||||
| Klocwork |
| SV.DLLPRELOAD.NONABSOLUTE.DLL | |||||||
| LDRA tool suite |
| 85 D | Partially implemented | ||||||
| Polyspace Bug Finder |
| CERT C: Rec. FIO02-C | Checks for vulnerable path manipulation (rule fully covered) |
Related Vulnerabilities
CVE-2009-1760 results from a violation of this recommendation. Until version 0.4.13, libtorrent attempts to rule out unsafe file paths by checking only against the ".." string. An attacker can exploit this to access any file on the system by using more complex relative paths [xorl 2009].
...