CVE-2026-6642
MediumCVSS 6.4Exploitation Probability (EPSS)
Low risk12th percentile - higher than 12% of all known CVEs
Summary
The Media Library Assistant plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the bulk edit preset export/import mechanism in versions up to and including 3.35. Due to insufficient output escaping on preset field values in HTML attribute contexts, an authenticated attacker with Author-level access and above can inject malicious scripts that execute when an administrator imports the poisoned preset and the targeted input field receives focus.
Risk Assessment
An attacker with an Author account can inject scripts into the site that execute in an administrator's browser, potentially enabling session hijacking or actions with administrator privileges.
Recommendation
Update the Media Library Assistant plugin to a version newer than 3.35 and limit the number of accounts with Author-level or higher privileges.
Other vulnerabilities in Media Library Assistant
See all- CVE-2026-66601Medium
Subscriber Cross Site Scripting (XSS) in Media Library Assistant <= 3.39 versions.
- CVE-2026-66600Critical
Author Arbitrary File Upload vulnerability in Media Library Assistant versions up to 3.39. A user with author role can upload malicious files.
- CVE-2026-6641Medium
The Media Library Assistant plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'mla_gallery' shortcode in versions up to and including 3.35. Due to insufficient input sanitization and output escaping on the mla_link_href parameter, an authenticated attacker with contributor-level access and above can inject arbitrary web scripts in pages that execute whenever a user accesses an injected page.
- CVE-2026-6640Medium
The Media Library Assistant plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'mla_link_attributes' parameter in all versions up to, and including, 3.35 due to insufficient input sanitization and output escaping. An authenticated attacker with contributor-level access and above can inject arbitrary web scripts in pages that execute whenever a user accesses an injected page.
- CVE-2026-16959Medium
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.
- CVE-2026-66591Medium
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in David Lingren Media Library Assistant allows Stored XSS. This issue affects Media Library Assistant from n/a through 3.39.
- CVE-2026-61963High
Unauthenticated Cross Site Scripting (XSS) in Media Library Assistant versions up to and including 3.38.
- CVE-2026-54198High
An unauthenticated Cross Site Scripting (XSS) vulnerability has been identified in Media Library Assistant versions up to 3.35. An attacker can exploit this flaw to inject malicious JavaScript code.
- CVE-2026-6075High
The Media Library Assistant plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) in versions up to and including 3.35. This is due to missing nonce verification on the bulk action handlers in the settings tab handlers, allowing unauthenticated attackers to trick an administrator into performing bulk delete, edit, or purge operations on plugin settings and attachment metadata via a forged request.
Original NVD description (English source)
The Media Library Assistant plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the bulk edit preset export/import mechanism in versions up to and including 3.35. This is due to insufficient output escaping on preset field values when they are rendered in HTML attribute contexts in the mla_generate_bulk_edit_form_fieldsets() function and mla-bulk-edit-fieldsets.tpl template. While wp_kses() filtering is applied during preset export for users without unfiltered_html capability, this does not prevent attribute injection attacks since the malicious payload consists of quotes and HTML attributes rather than HTML tags. When preset values are retrieved and rendered, they are directly assigned to template variables without esc_attr() escaping and then inserted into input element value attributes via simple string replacement. This makes it possible for authenticated attackers, with Author-level access and above (upload_files capability), to inject arbitrary web scripts that execute when an administrator imports the poisoned preset and the targeted input field receives focus.
Vulnerability data from NVD (NIST) · CISA KEV · EPSS

