Skip to content

Commit 5a8df6b

Browse files
1 parent e7603a1 commit 5a8df6b

1 file changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-5549-c5q7-fj65",
4+
"modified": "2026-06-05T15:21:59Z",
5+
"published": "2026-06-05T15:21:59Z",
6+
"aliases": [
7+
"CVE-2024-24769"
8+
],
9+
"summary": "Vantage6: No limit on emails sent for password/MFA reset",
10+
"details": "### Impact\nUsers can reset their MFA token via API routes that send them an email. Currently the number of emails that is sent is not limited. This gives attackers the option to flood someones mailbox with a lot of emails, and would have adverse effects on the SMTP server which may be seen as spam sender.\n\nNote resetting the MFA token requires a correct password, so the potential impact for this is very low.\n\n### Patches\nNo\n\n### Workarounds\nNo",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "vantage6"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "5.0.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 4.2.2"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/vantage6/vantage6/security/advisories/GHSA-5549-c5q7-fj65"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/vantage6/vantage6/issues/1932"
49+
},
50+
{
51+
"type": "PACKAGE",
52+
"url": "https://github.com/vantage6/vantage6"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/vantage6/vantage6/blob/main/docs/release_notes.rst#500"
57+
}
58+
],
59+
"database_specific": {
60+
"cwe_ids": [
61+
"CWE-400"
62+
],
63+
"severity": "LOW",
64+
"github_reviewed": true,
65+
"github_reviewed_at": "2026-06-05T15:21:59Z",
66+
"nvd_published_at": null
67+
}
68+
}

0 commit comments

Comments
 (0)