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

CVE-2022-29689

CVE-2022-29689

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/singer/del.

AI Insight

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

Blind SQL injection in CSCMS Music Portal System v4.2 allows authenticated admin to execute arbitrary SQL queries via the id parameter, risking data exfiltration.

Vulnerability

CSCMS Music Portal System v4.2 contains a blind SQL injection vulnerability in the singer_Singer.php_del file. The flaw is triggered when an administrator deletes a singer via the /admin.php/singer/admin/singer/del endpoint. The id parameter in the POST request is not properly sanitized and is concatenated directly into an SQL query, allowing an attacker to inject malicious SQL code [1].

Exploitation

An attacker must first obtain a valid administrator session by logging into the admin panel. After adding a singer, the attacker sends a POST request to /admin.php/singer/admin/singer/del with a crafted id parameter. The reference demonstrates a payload id=1)and(sleep(5))--+ that causes a 5-second delay, confirming blind injection. More advanced payloads can extract database contents by evaluating boolean conditions [1].

Impact

Successful exploitation allows an authenticated administrator to perform blind SQL injection attacks, enabling the attacker to extract sensitive information from the database, such as credentials, user data, or configuration details. The attack does not directly grant remote code execution but can compromise data confidentiality [1].

Mitigation

As of the publication date, no official patched version has been released by the vendor. The issue is tracked in the project's issue tracker. Administrators should restrict access to the admin panel and monitor database queries for anomalies. Until a fix is available, consider input validation on the id parameter or applying a web application firewall rule [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.