Skip to content

Commit 4a00685

Browse files
1 parent 6dbad14 commit 4a00685

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-6ggm-pwr9-r5h2",
4+
"modified": "2026-03-16T16:39:55Z",
5+
"published": "2026-03-16T16:39:55Z",
6+
"aliases": [
7+
"CVE-2026-32732"
8+
],
9+
"summary": "XSS in @leanprover/unicode-input-component",
10+
"details": "### Impact\nProjects that use [@leanprover/unicode-input-component](https://www.npmjs.com/package/@leanprover/unicode-input-component) are vulnerable to an XSS exploit in 0.1.9 of the package and lower. \nThe component re-inserted text in the input element back into the input element as unescaped HTML.\n\n### Patches\nThe issue has been resolved in 0.2.0.\n\n### Workarounds\nReplace the unicode input component with a basic HTML text field.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@leanprover/unicode-input-component"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.2.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/leanprover/vscode-lean4/security/advisories/GHSA-6ggm-pwr9-r5h2"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32732"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/leanprover/vscode-lean4/pull/735"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/leanprover/vscode-lean4"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://leanprover.zulipchat.com/#narrow/channel/113488-general/topic/weird.20behavior.20in.20loogle.20searchbar/near/578502003"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-80"
63+
],
64+
"severity": "LOW",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2026-03-16T16:39:55Z",
67+
"nvd_published_at": "2026-03-16T14:19:43Z"
68+
}
69+
}

0 commit comments

Comments
 (0)