Skip to content

Commit 2b81181

Browse files
1 parent 47d02ed commit 2b81181

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

advisories/unreviewed/2025/12/GHSA-vhrc-hgrq-x75r/GHSA-vhrc-hgrq-x75r.json renamed to advisories/github-reviewed/2025/12/GHSA-vhrc-hgrq-x75r/GHSA-vhrc-hgrq-x75r.json

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-vhrc-hgrq-x75r",
4-
"modified": "2025-12-09T18:30:35Z",
4+
"modified": "2025-12-10T00:01:26Z",
55
"published": "2025-12-09T18:30:35Z",
66
"aliases": [
77
"CVE-2025-14284"
88
],
9+
"summary": "@tiptap/extension-link vulnerable to Cross-site Scripting (XSS)",
910
"details": "Versions of the package @tiptap/extension-link before 2.10.4 are vulnerable to Cross-site Scripting (XSS) due to unsanitized user input allowed in setting or toggling links. An attacker can execute arbitrary JavaScript code in the context of the application by injecting a javascript: URL payload into these attributes, which is then triggered either by user interaction.",
1011
"severity": [
1112
{
@@ -14,10 +15,30 @@
1415
},
1516
{
1617
"type": "CVSS_V4",
17-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
18+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N/E:P"
19+
}
20+
],
21+
"affected": [
22+
{
23+
"package": {
24+
"ecosystem": "npm",
25+
"name": "@tiptap/extension-link"
26+
},
27+
"ranges": [
28+
{
29+
"type": "ECOSYSTEM",
30+
"events": [
31+
{
32+
"introduced": "0"
33+
},
34+
{
35+
"fixed": "2.10.4"
36+
}
37+
]
38+
}
39+
]
1840
}
1941
],
20-
"affected": [],
2142
"references": [
2243
{
2344
"type": "ADVISORY",
@@ -31,6 +52,10 @@
3152
"type": "WEB",
3253
"url": "https://gist.github.com/th4s1s/3d1b6cd3e7257b14947242f712ec6e1f"
3354
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/ueberdosis/tiptap"
58+
},
3459
{
3560
"type": "WEB",
3661
"url": "https://github.com/ueberdosis/tiptap/releases/tag/v2.10.4"
@@ -44,9 +69,9 @@
4469
"cwe_ids": [
4570
"CWE-79"
4671
],
47-
"severity": "MODERATE",
48-
"github_reviewed": false,
49-
"github_reviewed_at": null,
72+
"severity": "LOW",
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2025-12-10T00:01:26Z",
5075
"nvd_published_at": "2025-12-09T16:17:37Z"
5176
}
5277
}

0 commit comments

Comments
 (0)