VYPR
Unrated severityNVD Advisory· Published Jul 9, 2014· Updated May 6, 2026

CVE-2014-4741

CVE-2014-4741

Description

SQL injection vulnerability in demo/ads.php in Artifectx xClassified 1.2 allows remote attackers to execute arbitrary SQL commands via the catid parameter.

AI Insight

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

xClassified 1.2 is vulnerable to SQL injection via the catid parameter in demo/ads.php, enabling remote attackers to execute arbitrary SQL commands.

Vulnerability

xClassified version 1.2 is vulnerable to SQL injection through the catid parameter in the /demo/ads.php script. The application fails to properly sanitize user-supplied input before constructing SQL queries, allowing an attacker to inject malicious SQL statements [1].

Exploitation

An attacker can exploit this vulnerability without authentication by sending a crafted HTTP GET request to the vulnerable endpoint. The catid parameter is directly passed into a SQL query without sanitization. By appending SQL injection payloads, such as ' OR '1'='1 or UNION-based queries, the attacker can manipulate the database query logic [1].

Impact

Successful exploitation allows an attacker to execute arbitrary SQL commands on the underlying database. This can lead to unauthorized access to sensitive data, including usernames, passwords, and other stored information. The attacker may also be able to modify or delete data, potentially compromising the entire application [1].

Mitigation

As of the publication date (2014-07-09), no patched version has been released for xClassified 1.2. Users should apply input validation and parameterized queries to the catid parameter as a workaround. Given the software's age and apparent lack of maintenance, upgrading to a modern, securely developed alternative is strongly recommended [1].

References
  1. Packet Storm

AI Insight generated on May 23, 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

2

News mentions

0

No linked articles in our index yet.