Skip to content

Commit b5ef8fa

Browse files
1 parent 77cf8b0 commit b5ef8fa

File tree

2 files changed

+58
-8
lines changed

2 files changed

+58
-8
lines changed

advisories/unreviewed/2025/12/GHSA-898p-hh3p-hf9r/GHSA-898p-hh3p-hf9r.json renamed to advisories/github-reviewed/2025/12/GHSA-898p-hh3p-hf9r/GHSA-898p-hh3p-hf9r.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-898p-hh3p-hf9r",
4-
"modified": "2025-12-26T03:30:17Z",
4+
"modified": "2025-12-26T19:16:42Z",
55
"published": "2025-12-26T03:30:17Z",
66
"aliases": [
77
"CVE-2025-68942"
88
],
9+
"summary": "Gitea allows XSS because the search input box (for creating tags and branches) is v-html instead of v-text",
910
"details": "Gitea before 1.22.2 allows XSS because the search input box (for creating tags and branches) is v-html instead of v-text.",
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.22.2"
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.22.2"
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.22.2"
@@ -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:16:42Z",
4267
"nvd_published_at": "2025-12-26T03:15:51Z"
4368
}
4469
}

advisories/unreviewed/2025/12/GHSA-jhx5-4vr4-f327/GHSA-jhx5-4vr4-f327.json renamed to advisories/github-reviewed/2025/12/GHSA-jhx5-4vr4-f327/GHSA-jhx5-4vr4-f327.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-jhx5-4vr4-f327",
4-
"modified": "2025-12-26T06:30:27Z",
4+
"modified": "2025-12-26T19:17:47Z",
55
"published": "2025-12-26T06:30:27Z",
66
"aliases": [
77
"CVE-2025-68943"
88
],
9+
"summary": "Gitea inadvertently discloses users' login times by allowing (for example) the lastlogintime explore/users sort order",
910
"details": "Gitea before 1.21.8 inadvertently discloses users' login times by allowing (for example) the lastlogintime explore/users sort order.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/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.21.8"
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.21.8-and-1.21.9-and-1.21.10"
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.21.8"
@@ -37,8 +62,8 @@
3762
"CWE-497"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-26T19:17:47Z",
4267
"nvd_published_at": "2025-12-26T04:15:41Z"
4368
}
4469
}

0 commit comments

Comments
 (0)