Lucene search
+L

46 matches found

RedhatCVE
RedhatCVE
added 2026/03/26 3:16 p.m.13 views

CVE-2026-31873

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...

6.1CVSS6AI score0.00237EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/03/26 3:07 p.m.10 views

CVE-2026-31860

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered...

6.1CVSS5.9AI score0.00258EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/12 6:16 p.m.17 views

CVE-2026-31873

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...

6.1CVSS0.00237EPSS
SaveExploits1References1
NVD
NVD
added 2026/03/12 6:16 p.m.16 views

CVE-2026-31860

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered tags. This is the composable that Nuxt docs recommend for safely handling user-generated content. The acceptDataAttrs...

6.1CVSS0.00258EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/12 5:20 p.m.10 views

CVE-2026-31873 Unhead has a Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity

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...

5.9AI score
SaveExploits0References3
Cvelist
Cvelist
added 2026/03/12 5:20 p.m.37 views

CVE-2026-31873 Unhead has a Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity

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...

0.00237EPSS
SaveExploits1References1
attackerkb
attackerkb
added 2026/03/12 5:20 p.m.8 views

CVE-2026-31873

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...

5.9AI score0.00237EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2026/03/12 5:20 p.m.47 views

CVE-2026-31873

Unhead suffers a bypass of URI scheme sanitization in makeTagSafe prior to version 2.1.11: the code checks href values with String.includes(), which is case-sensitive. Since browsers treat URI schemes case-insensitively, inputs like DATA:text/css,... can evade the check and allow arbitrary CSS vi...

6.1CVSS5.9AI score0.00237EPSS
SaveExploits1References1Affected Software1
attackerkb
attackerkb
added 2026/03/12 5:18 p.m.6 views

CVE-2026-31860

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered...

5.3CVSS5.9AI score0.00258EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/03/12 5:18 p.m.36 views

CVE-2026-31860 Unhead has a XSS bypass in `useHeadSafe` via attribute name injection and case-sensitive protocol check

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered tags. This is the composable that Nuxt docs recommend for safely handling user-generated content. The acceptDataAttrs...

5.3CVSS0.00258EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2026/03/12 5:18 p.m.5 views

CVE-2026-31860 Unhead has a XSS bypass in `useHeadSafe` via attribute name injection and case-sensitive protocol check

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered tags. This is the composable that Nuxt docs recommend for safely handling user-generated content. The acceptDataAttrs...

5.3CVSS5.9AI score0.00258EPSS
SaveExploits1References1
OSV
OSV
added 2026/03/12 5:18 p.m.17 views

CVE-2026-31860 Unhead has a XSS bypass in `useHeadSafe` via attribute name injection and case-sensitive protocol check

Unhead is a document head and template manager. Prior to 2.1.11, useHeadSafe can be bypassed to inject arbitrary HTML attributes, including event handlers, into SSR-rendered tags. This is the composable that Nuxt docs recommend for safely handling user-generated content. The acceptDataAttrs...

5.3CVSS5.9AI score
SaveExploits0References3
OSV
OSV
added 2026/03/12 2:19 p.m.18 views

GHSA-5339-HVWR-7582 Unhead Vulnerable to Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity

The link.href check in makeTagSafe safe.ts, line 68-71 uses String.includes, which is case-sensitive: typescript if key === 'href' if val.includes'javascript:' || val.includes'data:' return nextkey = val Browsers treat URI schemes case-insensitively. DATA:text/css,... is the same as...

6AI score0.00237EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/03/12 2:19 p.m.20 views

EUVD-2026-11640

Unhead Vulnerable to Bypass of URI Scheme Sanitization in makeTagSafe via Case-Sensitivity...

5.8AI score0.00237EPSS
SaveExploits1References2
vulnersOsv
vulnersOsv
added 2026/03/12 2:19 p.m.6 views

@saasmakers/ui (>=0.1.88, <=1.4.50), @styleframe/docs (>=1.1.0, <=2.0.1) +12 more potentially affected by CVE-2026-31873 via unhead (>=2.0.0, <=2.1.10)

unhead NPM version =2.0.0, =0.1.88, =1.1.0, =2.0.0-alpha.19, =2.0.0-alpha.9, =2.0.0-alpha.0, =2.0.0-alpha.18, =2.0.0-alpha.17, =2.0.0-alpha.0, =1.2.0, =0.0.2, =0.17.0, =2.0.0-alpha.8, =0.1.0-beta.10, =0.1.0-beta.14 Source cves: CVE-2026-31873 Source advisory: OSV:GHSA-5339-HVWR-7582...

6.1CVSS5.8AI score0.00237EPSS
SaveExploits1
vulnersOsv
vulnersOsv
added 2026/03/12 2:19 p.m.5 views

@saasmakers/ui (>=0.1.88, <=1.4.50), @styleframe/docs (>=1.1.0, <=2.0.1) +12 more potentially affected by CVE-2026-31860 via unhead (>=2.0.0, <=2.1.10)

unhead NPM version =2.0.0, =0.1.88, =1.1.0, =2.0.0-alpha.19, =2.0.0-alpha.9, =2.0.0-alpha.0, =2.0.0-alpha.18, =2.0.0-alpha.17, =2.0.0-alpha.0, =1.2.0, =0.0.2, =0.17.0, =2.0.0-alpha.8, =0.1.0-beta.10, =0.1.0-beta.14 Source cves: CVE-2026-31860 Source advisory: SNYK:JS-UNHEAD-15627227...

6.1CVSS5.8AI score0.00258EPSS
SaveExploits1
Snyk
Snyk
added 2026/03/12 2:19 p.m.19 views

Cross-site Scripting (XSS)

Overview unhead is a Full-stack manager built for any framework. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the acceptDataAttrs function, which allows attribute names containing spaces or illegal characters to be injected into SSR-rendered HTML tags. An...

6.1CVSS5.9AI score0.00258EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/03/12 2:19 p.m.8 views

Cross-site Scripting (XSS)

Overview org.webjars.npm:unhead is a Full-stack manager built for any framework. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the acceptDataAttrs function, which allows attribute names containing spaces or illegal characters to be injected into SSR-rendered HTM...

6.1CVSS5.9AI score0.00258EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/03/12 2:19 p.m.14 views

EUVD-2026-11639

Unhead has XSS bypass in useHeadSafe via attribute name injection and case-sensitive protocol check...

5.3CVSS5.8AI score0.00258EPSS
SaveExploits1References3
vulnersOsv
vulnersOsv
added 2026/03/12 2:19 p.m.6 views

org.webjars.npm:unhead__vue (>=1.11.20, <=2.1.10), org.webjars.npm:vueuse__head (1.0.22) potentially affected by CVE-2026-31860 via org.webjars.npm:unhead (>=1.11.20, <=2.1.10)

org.webjars.npm:unhead MAVEN version =1.11.20, =1.11.20, =2.1.10 - org.webjars.npm:vueusehead 1.0.22 Source cves: CVE-2026-31860 Source advisory: SNYK:JAVA-ORGWEBJARSNPM-15627228...

6.1CVSS5.3AI score0.00258EPSS
SaveExploits1
Rows per page
Query Builder