Skip to content

Commit c6ce89c

Browse files
1 parent 81e7ec4 commit c6ce89c

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-hp5w-3hxx-vmwf",
4+
"modified": "2026-04-01T16:08:02Z",
5+
"published": "2026-04-01T16:08:02Z",
6+
"aliases": [
7+
"CVE-2026-34751"
8+
],
9+
"summary": "Payload has Unvalidated Input in Password Recovery Endpoints",
10+
"details": "### Impact\n\nA vulnerability in the password recovery flow could allow an unauthenticated attacker to perform actions on behalf of a user who initiates a password reset.\n\nUsers are affected if:\n\n- They are using Payload version **< v3.79.1** with any auth-enabled collection using the built-in `forgot-password` functionality.\n\n### Patches\n\nInput validation and URL construction in the password recovery flow have been hardened.\n\nUsers should upgrade to **v3.79.1** or later.\n\n### Workarounds\n\nThere are no complete workarounds. Upgrading to **v3.79.1** is recommended.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "payload"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.79.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "npm",
40+
"name": "@payloadcms/graphql"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "3.79.1"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/payloadcms/payload/security/advisories/GHSA-hp5w-3hxx-vmwf"
61+
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/payloadcms/payload"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/payloadcms/payload/releases/tag/v3.79.1"
69+
}
70+
],
71+
"database_specific": {
72+
"cwe_ids": [
73+
"CWE-472",
74+
"CWE-640"
75+
],
76+
"severity": "CRITICAL",
77+
"github_reviewed": true,
78+
"github_reviewed_at": "2026-04-01T16:08:02Z",
79+
"nvd_published_at": null
80+
}
81+
}

0 commit comments

Comments
 (0)