CVE-2022-29666
Description
CSCMS Music Portal System v4.2 was discovered to contain a SQL injection vulnerability via the id parameter at /admin.php/pic/admin/lists/zhuan.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSCMS Music Portal System v4.2 has a SQL injection vulnerability in the id parameter at /admin.php/pic/admin/lists/zhuan, allowing time-based blind injection by an authenticated admin.
Vulnerability
CSCMS Music Portal System v4.2 contains a SQL injection vulnerability in the id parameter at /admin.php/pic/admin/lists/zhuan. The flaw exists in the pic_Lists.php_zhuan script and allows for time-based blind injection. An administrator must be logged in to access the vulnerable endpoint. [1]
Exploitation
An attacker who is authenticated as an administrator can exploit this vulnerability by sending a crafted POST request to /admin.php/pic/admin/lists/zhuan with a malicious id[] parameter. The payload uses SQL sleep functions to infer database information based on response timing. The provided payload id[]=(sleep(5)) causes a 5-second delay if successfully injected. [1]
Impact
Successful exploitation allows an attacker to perform time-based blind SQL injection, enabling extraction of sensitive data from the database, such as the database name. In the proof of concept, the attacker was able to determine that the first character of the database name is 'c' using a conditional sleep. [1]
Mitigation
No official fix or updated version has been released as of the publication of this CVE. Users are advised to restrict administrative access to trusted individuals and monitor logs for suspicious activity. [1]
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/24mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.