Files
CVEs-PoC/2021/CVE-2021-24198.md
T
2024-05-25 21:48:12 +02:00

18 lines
1018 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### [CVE-2021-24198](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24198)
![](https://img.shields.io/static/v1?label=Product&message=wpDataTables%20%E2%80%93%20Tables%20%26%20Table%20Charts&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=3.4.2%3C%203.4.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-284%20Improper%20Access%20Control&color=brighgreen)
### Description
The wpDataTables Tables & Table Charts premium WordPress plugin before 3.4.2 has Improper Access Control. A low privilege authenticated user that visits the page where the table is published can tamper the parameters to delete the data of another user that are present in the same table through id_key and id_val parameters. By exploiting this issue an attacker is able to delete the data of all users in the same table.
### POC
#### Reference
- https://n4nj0.github.io/advisories/wordpress-plugin-wpdatatables-ii/
#### Github
No PoCs found on GitHub currently.