Skip to content

Commit d7b0f8b

Browse files
1 parent 8882c3e commit d7b0f8b

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-g9qw-g6rv-3889",
4+
"modified": "2025-10-20T20:27:01Z",
5+
"published": "2025-10-20T20:27:01Z",
6+
"aliases": [
7+
"CVE-2025-62528"
8+
],
9+
"summary": "Taguette vulnerable to cross-site scripting via tag name, tag description, document name and document description",
10+
"details": "### Impact\nAn issue has been discovered in Taguette versions prior to 1.5.0. It was possible for a project member to put JavaScript in name or description fields which would run on project load.\n\n### Patches\nUsers should upgrade to Taguette 1.5.0.\n\n### References\n- https://gitlab.com/remram44/taguette/-/issues/330",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "taguette"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.5.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/remram44/taguette/security/advisories/GHSA-g9qw-g6rv-3889"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/remram44/taguette"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://gitlab.com/remram44/taguette/-/issues/330"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-79"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-10-20T20:27:01Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)