WordPress security changelog
HIGH CVE-2026-84047 Received

Album Cover Finder exposes unauthenticated SQL injection

Album Cover Finder through 0.7.0 inserts an unauthenticated caller-controlled parameter into a SQL query without sufficient sanitization or escaping. An attacker can alter the query and extract sensitive database data. The authoritative export does not identify the endpoint, parameter, query, or selected tables.

CVE / CNA score 8.6 CVSS 3.1 · 134c704f-9b21-4f2e-91b3-4a467353bcc0
NVD score Pending NVD has not published its own CVSS assessment.
Component
Album Cover Finder
Plugin slug
album-cover-finder
Affected
<= 0.7.0
Safe version
See mitigation notes
Published
Sep 12, 2026
Weakness
CWE-89 — Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

This CVE was published Sep 12, 2026 and is one of 1 known issue for this plugin.

Update, patch or deactivate.

No fixed release is confirmed in the authoritative export. Deactivate the plugin pending remediation. The application-level fix must use a prepared query with a fixed SQL structure, validate the parameter against its expected type, and avoid treating escaping as a substitute for parameterization.

No confirmed safe version is listed. Consider a vendor-supported patch or temporarily restricting the affected functionality while you assess the risk.

Deactivate only when warranted by your risk profile, or when advised by your hosting provider in the limited circumstances where the vulnerability cannot otherwise be mitigated. If you’re unsure which action is appropriate, contact Fused or your hosting provider for guidance.

Technical description

The Album Cover Finder WordPress plugin through 0.7.0 does not properly sanitize and escape a parameter before using it in a SQL query, allowing unauthenticated users to perform SQL injection attacks.

CVE / CNA vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

Primary and upstream sources