cve/2020/CVE-2020-15255.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2020-15255](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-15255)
![](https://img.shields.io/static/v1?label=Product&message=timetracker&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-74%3A%20Improper%20Neutralization%20of%20Special%20Elements%20in%20Output%20Used%20by%20a%20Downstream%20Component%20('Injection')&color=brighgreen)
### Description
In Anuko Time Tracker before verion 1.19.23.5325, due to not properly filtered user input a CSV export of a report could contain cells that are treated as formulas by spreadsheet software (for example, when a cell value starts with an equal sign). This is fixed in version 1.19.23.5325.
### POC
#### Reference
- http://packetstormsecurity.com/files/159996/Anuko-Time-Tracker-1.19.23.5325-CSV-Injection.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/159996/Anuko-Time-Tracker-1.19.23.5325-CSV-Injection.html
2024-05-25 21:48:12 +02:00
- https://www.exploit-db.com/exploits/49027
2024-06-09 00:33:16 +00:00
- https://www.exploit-db.com/exploits/49027
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.