Description
The Quotes llama WordPress plugin before 3.1.6 does not properly sanitize and escape a user-supplied parameter before using it in a SQL query, allowing unauthenticated attackers to perform UNION-based SQL injection and read arbitrary data from the database, including password hashes.
Published: 2026-07-15
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from inadequate sanitization of the sc parameter in the Quotes llama WordPress plugin before 3.1.6, allowing crafted input that is inserted into a SQL query, enabling UNION-based injection. This flaw lets a unauthenticated user retrieve data stored in the database, including password hashes and other sensitive information. The weakness is a classic input validation flaw, identified as CWE‑89, with the potential to compromise confidentiality and credential integrity for the affected site. The plugin’s failure to guard against injection results in an attacker having read access to arbitrary database tables and potentially using extracted hashes for credential stuffing or other attacks.

Affected Systems

WordPress sites running the Quotes llama plugin older than version 3.1.6 are affected. Signatures or references specifically mention the sc parameter that can be exploited without authentication. No other products or versions are indicated as impacted.

Risk and Exploitability

The CVSS score of 8.6 highlights a high severity flaw, while the EPSS score of less than 1% suggests a low current exploitation probability, yet the attack CISA KEV catalog, indicating no known widespread exploitation. Given that the flaw allows unauthenticated attackers with network visibility to the WordPress site to construct payloads, the likely attack vector is remote web-based exploitation (the inference is made based on the description that the vulnerability is accessed via a web parameter). Potential attackers that exfiltrate database content, leading to credential compromise and subsequent account takeover.

Generated by OpenCVE AI on July 31, 2026 at 04:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Quotes llama plugin to apply the vendor patch that properly sanitizes the sc parameter.
  • If an upgrade is not immediately feasible, disable or remove the Quotes llama plugin and monitor the site for suspicious activity and compromised accounts.
  • After patching, audit enforce strong password rotate any credential tokens or keys associated with the site.

Generated by OpenCVE AI on July 31, 2026 at 04:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 15 Jul 2026 11:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-89
Metrics cvssV3_1

{'score': 8.6, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description The Quotes llama WordPress plugin before 3.1.6 does not properly sanitize and escape a user-supplied parameter before using it in a SQL query, allowing unauthenticated attackers to perform UNION-based SQL injection and read arbitrary data from the database, including password hashes.
Title Quotes Llama < 3.1.6 - Unauthenticated SQL Injection via sc Parameter
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-15T10:29:07.096Z

Reserved: 2026-06-17T11:59:13.454Z

Link: CVE-2026-12512

cve-icon Vulnrichment

Updated: 2026-07-15T10:29:02.739Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T04:15:04Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')