Skip to main content

Online Complaint Site CVE-2025-11516

LOW
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') (CWE-74)
2025-10-09 cna@vuldb.com
2.1
CVSS 4.0 · NVD

Severity by source

NVD PRIMARY
2.1 LOW
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

1
Analysis Generated
Apr 29, 2026 - 02:04 vuln.today

DescriptionCVE.org

A weakness has been identified in code-projects Online Complaint Site 1.0. Impacted is an unknown function of the file /cms/users/complaint-details.php. Executing manipulation of the argument cid can lead to sql injection. It is possible to launch the attack remotely. The exploit has been made available to the public and could be exploited.

AnalysisAI

SQL injection in code-projects Online Complaint Site 1.0 allows authenticated remote attackers to manipulate the cid parameter in /cms/users/complaint-details.php, leading to limited data exposure. The vulnerability requires valid user authentication and has a publicly available proof-of-concept, but the EPSS score of 0.03% and CVSS impact metrics (VC:L/VI:L/VA:L) indicate low real-world exploitation probability despite public availability of exploit code.

Technical ContextAI

The vulnerability exists in PHP code handling user input within the complaint details functionality. The cid (complaint ID) parameter is insufficiently sanitized before being used in SQL queries, allowing attackers to inject arbitrary SQL commands. CWE-74 (Improper Neutralization of Special Elements in Output) represents the root cause - the application fails to properly escape or parameterize user-supplied input before inclusion in database queries. This is a classic unsafe string concatenation pattern common in legacy PHP applications lacking prepared statement usage.

RemediationAI

Immediate patch is not available from the vendor as of this analysis. Primary remediation is to upgrade to a patched version when released by code-projects or to transition to an alternative complaint management system. If upgrade is not feasible, implement compensating controls: (1) restrict access to /cms/users/complaint-details.php to trusted internal networks using Web Application Firewall or reverse proxy rules, blocking external access; side effect is reduced accessibility for remote users. (2) Apply input validation and parameterized SQL query updates at the application level if source code is available - replace string concatenation with prepared statements or ORM frameworks; requires development effort but eliminates the root cause. (3) Implement SQL injection detection via WAF rules that block suspicious SQL syntax in the cid parameter (e.g., single quotes, UNION, SELECT keywords); note that simple pattern-based detection may be bypassed. (4) Monitor database query logs for unusual activity from authenticated accounts, though this only detects, not prevents, exploitation. Contact the vendor at code-projects.org for patch timeline and security update availability.

Share

CVE-2025-11516 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy