NONE · 0

CVE-2026-42052

Beets is the media library management system. Prior to version 2.10.0, the bundled web UI uses Underscore template interpolation mode <%= ... %> for untrusted metadata fields. In this runtime, <%= ......

Vulnerability Description

Beets is the media library management system. Prior to version 2.10.0, the bundled web UI uses Underscore template interpolation mode <%= ... %> for untrusted metadata fields. In this runtime, <%= ... %> is raw insertion and HTML escaping is only performed by <%- ... %>. Rendered output is then inserted with .html(...), allowing attacker-controlled markup to become active DOM. This issue has been patched in version 2.10.0.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-42052?

CVE-2026-42052 is a documented vulnerability. Beets is the media library management system. Prior to version 2.10.0, the bundled web UI uses Underscore template interpolation mode <%= ... %> for untrusted metadata fields. In this runtime, <%= ......

How severe is CVE-2026-42052?

CVSS scoring is not yet available for CVE-2026-42052. Check NVD for updates.

Is there a patch for CVE-2026-42052?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.