Skip to content

Commit 78c5780

Browse files
1 parent dace672 commit 78c5780

File tree

2 files changed

+58
-8
lines changed

2 files changed

+58
-8
lines changed

advisories/unreviewed/2025/12/GHSA-hq57-c72x-4774/GHSA-hq57-c72x-4774.json renamed to advisories/github-reviewed/2025/12/GHSA-hq57-c72x-4774/GHSA-hq57-c72x-4774.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-hq57-c72x-4774",
4-
"modified": "2025-12-26T06:30:27Z",
4+
"modified": "2025-12-26T19:46:52Z",
55
"published": "2025-12-26T06:30:27Z",
66
"aliases": [
77
"CVE-2025-68946"
88
],
9+
"summary": "Gitea vulnerable to Cross-site Scripting",
910
"details": "In Gitea before 1.20.1, a forbidden URL scheme such as javascript: can be used for a link, aka XSS.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "code.gitea.io/gitea"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.20.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -27,6 +48,10 @@
2748
"type": "WEB",
2849
"url": "https://blog.gitea.com/release-of-1.20.1"
2950
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/go-gitea/gitea"
54+
},
3055
{
3156
"type": "WEB",
3257
"url": "https://github.com/go-gitea/gitea/releases/tag/v1.20.1"
@@ -37,8 +62,8 @@
3762
"CWE-79"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-26T19:46:52Z",
4267
"nvd_published_at": "2025-12-26T05:16:11Z"
4368
}
4469
}

advisories/unreviewed/2025/12/GHSA-jv72-59wq-8rxm/GHSA-jv72-59wq-8rxm.json renamed to advisories/github-reviewed/2025/12/GHSA-jv72-59wq-8rxm/GHSA-jv72-59wq-8rxm.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jv72-59wq-8rxm",
4-
"modified": "2025-12-26T18:30:26Z",
4+
"modified": "2025-12-26T19:47:33Z",
55
"published": "2025-12-26T15:30:17Z",
66
"aliases": [
77
"CVE-2025-25341"
88
],
9+
"summary": "libxmljs has segmentation fault, potentially leading to a denial-of-service (DoS)",
910
"details": "A vulnerability exists in the libxmljs 1.0.11 when parsing a specially crafted XML document. Accessing the internal _ref property on entity_ref and entity_decl nodes causes a segmentation fault, potentially leading to a denial-of-service (DoS).",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "libxmljs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.0.11"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,19 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/libxmljs/libxmljs/issues/667"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/libxmljs/libxmljs"
2550
}
2651
],
2752
"database_specific": {
2853
"cwe_ids": [
2954
"CWE-400"
3055
],
3156
"severity": "HIGH",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2025-12-26T19:47:33Z",
3459
"nvd_published_at": "2025-12-26T15:15:46Z"
3560
}
3661
}

0 commit comments

Comments
 (0)