CVE-2019-25529
Description
Placeto CMS Alpha rv.4 contains an SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'page' parameter. Attackers can send GET requests to the admin/edit.php endpoint with malicious 'page' values using boolean-based blind, time-based blind, or union-based techniques to extract sensitive database information.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Placeto CMS Alpha rv.4 suffers from an authenticated SQL injection in the `page` parameter of admin/edit.php, allowing extraction of database contents.
Placeto CMS Alpha rv.4 contains an SQL injection vulnerability in the admin/edit.php endpoint. The page GET parameter is not properly sanitized, allowing authenticated attackers to inject arbitrary SQL commands [1][3][4]. The CMS is a lightweight PHP-based system, but this alpha version lacks essential input validation.
Exploitation requires an authenticated session. Attackers can use boolean-based blind, time-based blind, or union-based SQL injection techniques via the page parameter [3]. The exploit proof-of-concept demonstrates sending crafted requests such as page=JyI" AND 1647=1647 AND "svwN"="svwN for boolean-based detection, or using UNION ALL SELECT to extract data [3].
Successful exploitation allows attackers to retrieve sensitive information from the database, including usernames, passwords, and other application data [4]. The impact is significant given the CMS handles content management and user accounts.
No official patch has been released; the project appears to be in alpha stage and may be unmaintained. Users should consider migrating to a supported CMS or implementing web application firewall rules to mitigate the risk [1][4].
AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.