Description
The Music Store WordPress plugin before 1.4.5 does not sanitise and escape user input before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.
Published: 2026-09-05
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Music Store plugin does not sanitize or escape user‑supplied data before embedding it in an SQL query. An unauthenticated attacker can craft a request to the paypal-data handler that injects SQL code, allowing arbitrary database queries, data exfiltration, or damage. The flaw directly compromises confidentiality and integrity of the site’s database.

Affected Systems

All WordPress sites running the Music Store eCommerce plugin version 1.4.4 or earlier are affected. The vulnerability is present in every build prior to 1.4.5, regardless of other plugins or themes.

Risk and Exploitability

No EPSS score is publicly available and the vulnerability is not listed in the CISA KEV catalogue. The CVSS score is not provided, but based on the description it is a high‑severity SQL injection that requires no authentication. An attacker can exploit it by sending a specially crafted request to the plugin’s paypal‑data endpoint; no special configuration is required. The lack of input filtering makes exploitation straightforward once the target URL is known.

Generated by OpenCVE AI on September 5, 2026 at 07:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Music Store plugin to version 1.4.5 or later.
  • If an upgrade cannot be performed immediately, restrict access to the plugin’s endpoints using a web application firewall or firewall rules to block unauthenticated traffic.
  • Alternatively, implement custom input validation or escaping around the paypal‑data handler until a patch is available.

Generated by OpenCVE AI on September 5, 2026 at 07:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 05 Sep 2026 08:15:00 +0000

Type Values Removed Values Added
First Time appeared Musicstore
Musicstore music Store
Wordpress
Wordpress wordpress
Vendors & Products Musicstore
Musicstore music Store
Wordpress
Wordpress wordpress

Sat, 05 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-89

Sat, 05 Sep 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Music Store WordPress plugin before 1.4.5 does not sanitise and escape user input before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.
Title Music Store – WordPress eCommerce < 1.4.5 - Unauthenticated SQLi via paypal-data Handler
References

Subscriptions

Musicstore Music Store
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-09-05T06:00:06.810Z

Reserved: 2026-08-28T11:44:01.541Z

Link: CVE-2026-82304

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-05T07:17:13.090

Modified: 2026-09-05T07:17:13.090

Link: CVE-2026-82304

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-05T08:00:05Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-89

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