cvedb.io
CVE-2026-31873
NONE · CVSS 0
EPSS exploitation probability: 0%
Published 2026-03-12T18:16:24.387 · Last modified 2026-06-17T10:34:40.490

Summary

Unhead is a document head and template manager. Prior to 2.1.11, The link.href check in makeTagSafe (safe.ts) uses String.includes(), which is case-sensitive. Browsers treat URI schemes case-insensitively. DATA:text/css,... is the same as data:text/css,... to the browser, but 'DATA:...'.includes('data:') returns false. An attacker can inject arbitrary CSS for UI redressing or data exfiltration via CSS attribute selectors with background-image callbacks. This vulnerability is fixed in 2.1.11.

Affected products

unjs — unhead

Does this affect you?

Add your gear to cvedb and we'll alert you only when unjs ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.