cve/2022/CVE-2022-25148.md

21 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2022-25148](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25148)
![](https://img.shields.io/static/v1?label=Product&message=WP%20Statistics&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=13.1.5%3C%3D%2013.1.5%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-89%20SQL%20Injection&color=brighgreen)
### Description
The WP Statistics WordPress plugin is vulnerable to SQL Injection due to insufficient escaping and parameterization of the current_page_id parameter found in the ~/includes/class-wp-statistics-hits.php file which allows attackers without authentication to inject arbitrary SQL queries to obtain sensitive information, in versions up to and including 13.1.5.
### POC
#### Reference
- http://packetstormsecurity.com/files/174482/WordPress-WP-Statistics-13.1.5-SQL-Injection.html
2024-06-09 00:33:16 +00:00
- http://packetstormsecurity.com/files/174482/WordPress-WP-Statistics-13.1.5-SQL-Injection.html
2024-05-25 21:48:12 +02:00
- https://gist.github.com/Xib3rR4dAr/5dbd58b7f57a5037fe461fba8e696042
2024-06-09 00:33:16 +00:00
- https://gist.github.com/Xib3rR4dAr/5dbd58b7f57a5037fe461fba8e696042
2024-05-25 21:48:12 +02:00
#### Github
No PoCs found on GitHub currently.