Description
The Media Library Assistant WordPress plugin before 3.40 does not validate a search parameter before concatenating it into a SQL query in one of its media-library query handlers, allowing users with the Author role to perform SQL injection.
Published: 2026-08-21
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Media Library Assistant prior to version 3.40 concatenates an unchecked search parameter directly into a SQL query. This omission allows any site user with the Author role to inject arbitrary SQL statements. The vulnerability enables data read/write or database manipulation, potentially exposing sensitive data or altering site content.

Affected Systems

The affected product is the Media Library Assistant WordPress plugin, any installation running a version lower than 3.40. The plugin is commonly used in WordPress sites for media management.

Risk and Exploitability

The attacker must be authenticated with at least the Author role, so the vulnerability only applies to legitimate users on the site. No public exploit references are available, and the EPSS score is not provided; the occurrence remains unlisted in the KEV catalog. Nonetheless, because the flaw permits arbitrary SQL execution, the impact could be severe if not mitigated promptly.

Generated by OpenCVE AI on August 21, 2026 at 07:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Media Library Assistant to version 3.40 or later.
  • Ensure that only trusted users have Author or higher roles; disable or restrict access to the search functionality for low‑privilege accounts.
  • Regularly review database logs for suspicious queries and consider applying a Web Application Firewall to block injection patterns.

Generated by OpenCVE AI on August 21, 2026 at 07:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 08:15:00 +0000

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

Fri, 21 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Media Library Assistant WordPress plugin before 3.40 does not validate a search parameter before concatenating it into a SQL query in one of its media-library query handlers, allowing users with the Author role to perform SQL injection.
Title Media Library Assistant < 3.40 - Author+ SQL Injection via mla_search_connector
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-08-21T06:00:16.799Z

Reserved: 2026-07-24T08:12:23.948Z

Link: CVE-2026-16959

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T07:16:24.940

Modified: 2026-08-21T07:16:24.940

Link: CVE-2026-16959

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T08:00:08Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-89

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