Sceawere

Vulnerability Detail

CVE-2019-25765UPDATED Verified Sceawere Triage Sources: NVD / CISA KEV

ASP-CMS commentList.asp SQL Injection

Vulnerability Metadata

Severity
High
Score / CVSS
7.5
Creation Date
3h ago
Vendor
ASP-CMS Project
Product
ASP-CMS
Attack Type
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Vector String
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Complexity
LOW

Narrative and Response

Description

ASP-CMS contains a SQL injection vulnerability in the commentList.asp endpoint that allows unauthenticated remote attackers to inject arbitrary SQL by manipulating the id parameter in GET requests to the comment listing script. Attackers can bypass the application's keyword blocklist by interleaving the string 'master' within blocked SQL terms to extract sensitive database contents. Exploitation evidence was first observed by the Shadowserver Foundation on 2023-10-18 (UTC).

Executive Summary

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Executive Summary Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Technical Details

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Detailed Technical Analysis Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Mitigations

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Remediation & Mitigations Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

References

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Intelligence References Locked

Sign up to unlock professional threat analysis, mitigations, and indicator signatures.

Additional Metadata

{
  "score": "7.5",
  "pubDate": "2026-08-13T18:17:15.113Z",
  "pubdate": "2026-08-13T18:17:15.113Z",
  "executiveSummary": "ASP-CMS contains an unauthenticated SQL injection vulnerability residing in the commentList.asp endpoint. The flaw enables remote, unauthenticated attackers to execute arbitrary SQL commands against the underlying database by manipulating the id parameter within HTTP GET requests.\nThe vulnerability allows threat actors to bypass the application's native keyword blocklist mechanism through payload obfuscation techniques, specifically by interleaving strings such as master within restricted SQL syntax. Successful exploitation results in unauthorized extraction of sensitive database contents.\nExploitation evidence was initially observed in the wild by the Shadowserver Foundation on October 18, 2023. The risk implications are severe due to the unauthenticated nature of the attack vector, potentially leading to complete compromise of the backend database repository.",
  "technicalDetails": "The vulnerability exists in the comment listing component of ASP-CMS, specifically within the commentList.asp script. The root cause is improper input validation and insufficient sanitization of user-supplied data passed via the id parameter in HTTP GET requests before it is concatenated into dynamic SQL queries executed by the database management system.\nNetwork exposure is fully remote and external attackers do not require authentication or prior privileges to interact with the vulnerable endpoint. Attackers leverage the GET method to transmit malicious SQL payloads directly to the commentList.asp script.\nTo achieve exploitation, attackers must navigate the application's keyword blocklist, which is designed to detect and block common SQL injection signatures. This is accomplished via payload obfuscation by interleaving strings like 'master' within restricted SQL terms. This technique evades pattern-matching security controls.\nThe attack flow proceeds as follows: 1) An unauthenticated attacker crafts an HTTP GET request targeting commentList.asp with a modified id parameter containing the obfuscated SQL injection payload. 2) The script processes the input and concatenates the malicious string into the SQL command without proper parameterization. 3) The blocklist fails to detect the obfuscated sequence due to the interleaved string manipulation. 4) The database executes the resulting query, allowing the attacker to extract sensitive database contents via error-based, union-based, or blind SQL injection techniques depending on the database configuration and payload structure.\nPost-exploitation impact includes unauthorized data exfiltration, disclosure of sensitive application and user information, and potential escalation of access depending on database user privileges."
}
CVE-2019-25765: ASP-CMS commentList.asp SQL Injection (HIGH Severity, CVSS: 7.5) - Sceawere