CVE-2022-29686
Description
CSCMS Music Portal System v4.2 was discovered to contain a blind SQL injection vulnerability via the id parameter at /admin.php/singer/admin/lists/zhuan.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSCMS Music Portal System v4.2 contains a blind SQL injection in the `/admin.php/singer/admin/lists/zhuan` endpoint via the `id` parameter, allowing authenticated admin users to extract database contents.
Vulnerability
A blind SQL injection vulnerability exists in singer_Lists.php_zhuan within CSCMS Music Portal System v4.2. The id parameter, passed via POST to /admin.php/singer/admin/lists/zhuan, is not properly sanitized, allowing an attacker to inject malicious SQL payloads [1]. The vulnerability is triggered when adding a singer while logged in as an administrator [1].
Exploitation
An attacker must first authenticate as an administrator and add a singer. Then, a POST request to /admin.php/singer/admin/lists/zhuan with a crafted id[] parameter (e.g., id[]=(sleep(5))) causes a measurable delay, confirming time-based blind SQL injection [1]. To extract data, the attacker can use conditional payloads such as (case(1)when(ascii(substr((select(database()))from(1)for(1)))=99)then(sleep(5))else(1)end) which compares characters of database output [1].
Impact
A successful blind SQL injection allows an authenticated administrator to retrieve sensitive information from the database, such as database names, table structures, and possibly user credentials, leading to information disclosure and potential further compromise [1].
Mitigation
As of the published references, no patch has been released for CSCMS Music Portal System v4.2 [1]. Users should restrict administrative access to trusted personnel, apply input sanitization on the id parameter, and monitor for updates from the vendor.
AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- CSCMS/Music Portal Systemdescription
- Range: =4.2
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
1- github.com/chshcms/cscms/issues/29mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.