Severity by source
AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Renzo Tejada Libro de Reclamaciones y Quejas allows SQL Injection. This issue affects Libro de Reclamaciones y Quejas: from n/a through 0.9.
AnalysisAI
A SQL Injection vulnerability (CWE-89) exists in Renzo Tejada's 'Libro de Reclamaciones y Quejas' application versions up to 0.9, allowing authenticated attackers with high privileges to execute arbitrary SQL commands. While the CVSS score is 7.6 (High), the attack requires prior authentication and high-level privileges (PR:H), significantly reducing real-world exploitability. The vulnerability impacts confidentiality (data exfiltration) and limited availability, though integrity is not affected. Without confirmed KEV status, active exploitation data, or public proof-of-concept, this represents a medium-priority issue requiring patching but not immediate emergency response.
Technical ContextAI
The vulnerability stems from improper neutralization of special SQL characters in user-supplied input, a classic SQL Injection flaw (CWE-89). The application 'Libro de Reclamaciones y Quejas' (a Spanish-language complaints and claims management system) fails to implement adequate input validation or parameterized queries when constructing SQL statements. This allows attackers who have already authenticated and possess high-level privileges to inject malicious SQL syntax that modifies query logic. The affected product is a web or application-based system (implied by network accessibility: AV:N) for managing customer complaints, likely built with inadequate ORM protections or direct string concatenation in database queries. The specific CPE would be: cpe:2.3:a:renzo_tejada:libro_de_reclamaciones_y_quejas:*:*:*:*:*:*:*:* (versions 0.9 and earlier).
RemediationAI
Patching: Upgrade to version 0.10 or later (assumes patch released; verify with vendor); details: Contact Renzo Tejada or check official project repository for patched versions. No direct patch link available in provided intelligence. Input Validation & Parameterization: Implement parameterized queries/prepared statements; details: Replace all dynamic SQL string concatenation with prepared statements (bind parameters). Use ORM frameworks or database abstraction layers that enforce parameterization by default. Access Control: Restrict administrative/high-privilege accounts; details: Since PR:H is required, implement principle of least privilege. Limit number of users with admin access; audit admin account usage regularly. Detection & Monitoring: Monitor SQL logs for suspicious queries; details: Enable SQL query logging and monitor for unusual patterns: UNION SELECT, DROP, INSERT, script-like syntax in user-controlled fields. Web Application Firewall: Deploy WAF rules for SQL injection; details: If patching is delayed, use WAF to block common SQL injection payloads (UNION, CAST, CONVERT, comment sequences).
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-17232