VYPR
Unrated severityNVD Advisory· Published May 26, 2022· Updated Aug 3, 2024

CVE-2022-29681

CVE-2022-29681

Description

CSCMS Music Portal System v4.2 was discovered to contain a blind SQL injection vulnerability via the id parameter at /admin.php/Links/del.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

CSCMS Music Portal System v4.2 has a blind SQL injection in the id parameter of /admin.php/Links/del, allowing authenticated admins to extract database info.

Vulnerability

CSCMS Music Portal System v4.2 contains a blind SQL injection vulnerability in the id parameter of the /admin.php/Links/del endpoint. The flaw resides in the sys_Links.php_del function, which fails to sanitize the id parameter when deleting a friendship link. An attacker must be logged in as an administrator and have at least one friendship link added to reach the vulnerable code path [1].

Exploitation

An authenticated administrator sends a POST request to /admin.php/Links/del with the id[] parameter containing a malicious SQL payload. The reference demonstrates a time-based blind injection using sleep(5) to confirm the vulnerability, and a conditional payload to extract the database name character by character (e.g., (case(1)when(ascii(substr((select(database()))from(1)for(1)))=99)then(sleep(5))else(1)end)) [1].

Impact

Successful exploitation allows an attacker to perform blind SQL injection, enabling them to extract sensitive information from the database, such as the database name (cscms). This could lead to further compromise of the application and its data [1].

Mitigation

No official patch or fixed version has been released as of the publication date. The vendor has not addressed the issue in the referenced GitHub issue. As a workaround, restrict administrative access to trusted users and implement input validation on the id parameter to reject unexpected data types [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

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.