Skip to content

Commit 67df228

Browse files
1 parent 8067ea3 commit 67df228

File tree

2 files changed

+114
-0
lines changed

2 files changed

+114
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-6r7f-q7f5-wpx8",
4+
"modified": "2026-04-01T21:25:33Z",
5+
"published": "2026-04-01T21:25:33Z",
6+
"aliases": [
7+
"CVE-2026-34746"
8+
],
9+
"summary": "Payload has Authenticated SSRF via Upload Functionality",
10+
"details": "### Impact\n\nAn authenticated Server-Side Request Forgery (SSRF) vulnerability existed in the upload functionality.\n\nAuthenticated users with `create` or `update` access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs.\n\nConsumers are affected if ALL of these are true:\n\n- Payload version **< v3.79.1**\n- At least one collection with `upload` enabled\n- An authenticated user has `create` or `update` access to that collection\n\n### Patches\n\nThis vulnerability has been patched in **v3.79.1**. Users should upgrade to **v3.79.1** or later.\n\n### Workarounds\n\nUntil consumers can upgrade:\n\n- Restrict `create` and `update` access to upload-enabled collections to trusted roles only.\n- Limit outbound network access from your Payload server where possible.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/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+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/payloadcms/payload/security/advisories/GHSA-6r7f-q7f5-wpx8"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/payloadcms/payload"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-918"
51+
],
52+
"severity": "HIGH",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-04-01T21:25:33Z",
55+
"nvd_published_at": null
56+
}
57+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mmxc-95ch-2j7c",
4+
"modified": "2026-04-01T21:24:22Z",
5+
"published": "2026-04-01T21:24:22Z",
6+
"aliases": [
7+
"CVE-2026-34748"
8+
],
9+
"summary": "@payloadcms/next has Stored XSS in Admin Panel",
10+
"details": "### Impact\n\nA stored Cross-site Scripting (XSS) vulnerability existed in the admin panel. An authenticated user with write access to a collection could save content that, when viewed by another user, would execute in their browser.\n\nConsumers are affected if ALL of these are true:\n\n- Payload version **< v3.78.0**\n- At least one collection with versions enabled\n- An authenticated user has `create` or `update` access to that collection\n\n### Patches\n\nThis vulnerability has been patched in **v3.78.0**. Output encoding has been added to prevent user-supplied content from being interpreted as markup.\n\nUsers should upgrade to **v3.78.0** or later.\n\n### Workarounds\n\nIf consumers cannot upgrade immediately:\n\n- Restrict `create` and `update` access to versioned collections to trusted roles only.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@payloadcms/next"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "3.78.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/payloadcms/payload/security/advisories/GHSA-mmxc-95ch-2j7c"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/payloadcms/payload"
46+
}
47+
],
48+
"database_specific": {
49+
"cwe_ids": [
50+
"CWE-79"
51+
],
52+
"severity": "HIGH",
53+
"github_reviewed": true,
54+
"github_reviewed_at": "2026-04-01T21:24:22Z",
55+
"nvd_published_at": null
56+
}
57+
}

0 commit comments

Comments
 (0)