Skip to content

Commit 5df3351

Browse files
1 parent 07b4eca commit 5df3351

File tree

1 file changed

+30
-4
lines changed

1 file changed

+30
-4
lines changed

advisories/unreviewed/2025/12/GHSA-vfm5-cr22-jg3m/GHSA-vfm5-cr22-jg3m.json renamed to advisories/github-reviewed/2025/12/GHSA-vfm5-cr22-jg3m/GHSA-vfm5-cr22-jg3m.json

Lines changed: 30 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-vfm5-cr22-jg3m",
4-
"modified": "2025-12-16T21:30:54Z",
4+
"modified": "2025-12-16T23:12:33Z",
55
"published": "2025-12-16T18:31:35Z",
66
"aliases": [
77
"CVE-2025-65581"
88
],
9+
"summary": "ABP Account Module has an Open Redirect through Improper validation in its register function",
910
"details": "An open redirect vulnerability exists in the Account module in Volosoft ABP Framework >= 5.1.0 and < 10.0.0-rc.2. Improper validation of the returnUrl parameter in the register function allows an attacker to redirect users to arbitrary external domains.",
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:L"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "NuGet",
21+
"name": "Volo.Abp.Account.Web"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "5.1.0"
29+
},
30+
{
31+
"fixed": "10.0.0-rc.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -26,15 +47,20 @@
2647
{
2748
"type": "WEB",
2849
"url": "https://github.com/abpframework/abp/commit/a01adc58464d278ca817c4bbb6cbce30f155d0d1"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/abpframework/abp"
2954
}
3055
],
3156
"database_specific": {
3257
"cwe_ids": [
58+
"CWE-20",
3359
"CWE-601"
3460
],
3561
"severity": "MODERATE",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
62+
"github_reviewed": true,
63+
"github_reviewed_at": "2025-12-16T23:12:33Z",
3864
"nvd_published_at": "2025-12-16T18:16:14Z"
3965
}
4066
}

0 commit comments

Comments
 (0)