PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-6641 dglingren CVE debrief

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. This is due to insufficient input sanitization and output escaping on the mla_link_href parameter when mla_output is set to 'paginate_links', where the _paginate_links() function processes the value through mla_process_shortcode_parameter() and _replace_query_parameter() without proper URL escaping, then outputs it directly in href attributes without applying esc_url(). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.

Vendor
dglingren
Product
Media Library Assistant
CVSS
MEDIUM 6.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

WordPress administrators, security teams, and users with contributor-level access or higher should assess exposure and prioritize remediation for installations using the Media Library Assistant plugin.

Why it matters

CVE-2026-6641 is a Stored Cross-Site Scripting vulnerability in the Media Library Assistant plugin for WordPress. Authenticated attackers with contributor-level access or higher can inject arbitrary web scripts, which will execute when users access injected pages. Assess exposure and prioritize remediation for WordPress installations using this plugin.

  • Authenticated attackers with contributor-level access or higher can inject arbitrary web scripts in pages.
  • Injected scripts will execute whenever a user accesses an injected page.
  • Remediation priority is high for WordPress installations using the Media Library Assistant plugin.

Technical summary

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. This is due to insufficient input sanitization and output escaping on the mla_link_href parameter when mla_output is set to 'paginate_links', where the _paginate_links() function processes the value through mla_process_shortcode_parameter() and _replace_query_parameter() without proper URL escaping, then outputs it directly in href attributes without applying esc_url().

Defensive priority

Assess exposure and prioritize remediation for WordPress installations using the Media Library Assistant plugin, particularly those with contributor-level access or higher.

Recommended defensive actions

  • Assess exposure by checking if the Media Library Assistant plugin is installed and if the version is up to date.
  • Prioritize remediation for WordPress installations using the Media Library Assistant plugin, particularly those with contributor-level access or higher.
  • Consider implementing compensating controls, such as monitoring for suspicious activity or restricting access to the plugin.
  • Review and apply vendor patch guidance for the Media Library Assistant plugin.
  • Conduct an exposure review to identify potentially affected assets.
  • Implement monitoring to detect potential exploitation attempts.
  • Perform an asset inventory to identify all instances of the Media Library Assistant plugin.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability, including its description, CVSS score, and affected versions. 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. Evidence is based on CVE and NVD data. Defenders should verify installations, review vendor guidance, and assess exposure.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-6641 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-6641

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-6641 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-6641

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/media-library-assistant/tags/3.34/includes/class-mla-shortcode-support.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/media-library-assistant/tags/3.34/includes/class-mla-shortcodes.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/media-library-assistant/trunk/includes/class-mla-shortcode-support.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/browser/media-library-assistant/trunk/includes/class-mla-shortcodes.php

    [email protected]

  • Source reference

    Unverified legacy reference

    URL: https://plugins.trac.wordpress.org/changeset/3512155/

    [email protected]

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.