Files
CVEs-PoC/2021/CVE-2021-24197.md
T
2024-06-18 02:51:15 +02:00

18 lines
1.1 KiB
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-24197](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24197)
![](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 access the data of another user that are present in the same table by taking over the user permissions on the table through formdata[wdt_ID] parameter. By exploiting this issue an attacker is able to access and manage 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.