mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-26 01:07:59 +02:00
18 lines
847 B
Markdown
18 lines
847 B
Markdown
### [CVE-2021-23654](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23654)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
This affects all versions of package html-to-csv. When there is a formula embedded in a HTML page, it gets accepted without any validation and the same would be pushed while converting it into a CSV file. Through this a malicious actor can embed or generate a malicious link or execute commands via CSV files.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/hanwentao/html2csv/blob/master/html2csv/converter.py
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|