mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
969 B
969 B
CVE-2021-40961
Description
CMS Made Simple <=2.2.15 is affected by SQL injection in modules/News/function.admin_articlestab.php. The $sortby variable is concatenated with $query1, but it is possible to inject arbitrary SQL language without using the '.
POC
Reference
- https://github.com/beerpwn/CVE/blob/master/cms_made_simple_2021/sqli_order_by/CMS-MS-SQLi-report.md
- https://packetstormsecurity.com/files/161895/CMS-Made-Simple-2.2.15-SQL-Injection.html
- https://seclists.org/fulldisclosure/2021/Mar/49
- https://www.soteritsecurity.com/blog/2023/01/CMS-Made-Simple_CVE-2021-40961.html
Github
No PoCs found on GitHub currently.