Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
XSS with scope change and no auth required; availability removed as script injection does not cause measurable service disruption.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Cross Site Scripting (XSS) in Media LIbrary Assistant <= 3.38 versions.
AnalysisAI
Unauthenticated Cross-Site Scripting (XSS) in the Media Library Assistant WordPress plugin affects all versions up to and including 3.38, allowing remote attackers without any authentication to inject malicious scripts into pages viewed by victims. The scope change indicated by the CVSS vector (S:C) suggests the injected script executes in a security context beyond the plugin itself, potentially enabling session hijacking, credential theft, or malicious redirects against authenticated WordPress users including administrators. No public exploit code or active exploitation has been confirmed at time of analysis, but the unauthenticated nature and low attack complexity elevate practical risk on exposed WordPress installations.
Technical ContextAI
Media Library Assistant is a WordPress plugin developed by David Lingren (CPE: cpe:2.3:a:david_lingren:media_library_assistant:*:*:*:*:*:*:*:*) that extends WordPress media management capabilities. The vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), the canonical root cause for reflected or stored XSS - meaning the plugin fails to properly sanitize or encode attacker-controlled input before rendering it in the browser DOM. The CVSS scope change (S:C) is consistent with XSS in a WordPress context where a script injected into the plugin's output can access cookies, tokens, or perform actions in the broader WordPress admin session, crossing the plugin's trust boundary into the WordPress core security context.
RemediationAI
The primary remediation is to update the Media Library Assistant plugin to a version above 3.38 via the WordPress plugin dashboard or by downloading directly from the WordPress.org plugin repository. The Patchstack advisory at https://patchstack.com/database/wordpress/plugin/media-library-assistant/vulnerability/wordpress-media-library-assistant-plugin-3-38-cross-site-scripting-xss-vulnerability should be consulted for the confirmed fixed version, as the exact patched release number is not independently confirmed in the available data. If an immediate update is not possible, a compensating control is to restrict access to any plugin pages or endpoints that accept and reflect user-supplied input using a WAF rule targeting script injection patterns, though this carries a risk of false positives affecting legitimate media library operations. Additionally, ensuring WordPress admin accounts use separate session cookies with HttpOnly and Secure flags limits the blast radius of any successful XSS exploitation.
More in Media Library Assistant
View allThe Media Library Assistant plugin for WordPress is vulnerable to Local File Inclusion and Remote Code Execution in vers
The Media Library Assistant plugin before 2.82 for Wordpress suffers from a Local File Inclusion vulnerability in mla_ga
SQL injection in the Media Library Assistant WordPress plugin before version 3.40 allows authenticated users with the Au
In the media-library-assistant plugin before 2.82 for WordPress, Remote Code Execution can occur via the tax_query, meta
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in David Lingre
Arbitrary file upload in the Media Library Assistant WordPress plugin (versions 3.39 and earlier) lets an authenticated
The Media Library Assistant plugin for WordPress is vulnerable to SQL Injection via the plugin's shortcode(s) in all ver
The Media Library Assistant plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order’ parameter wit
The Media Library Assistant plugin for WordPress is vulnerable to arbitrary file uploads due to missing file type valida
Blind SQL injection in Media Library Assistant through version 3.32 allows authenticated attackers to execute arbitrary
Cross-Site Request Forgery in the Media Library Assistant WordPress plugin versions 3.35 and earlier allows remote attac
The Media Library Assistant WordPress plugin before 3.06 does not properly sanitise and escape a parameter before using
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53958
GHSA-wp9v-cvgf-5842