CVE-2026-34746: CWE-918: Server-Side Request Forgery (SSRF) in payloadcms payload
Payload is a free and open source headless content management system. Prior to version 3.79.1, an authenticated Server-Side Request Forgery (SSRF) vulnerability exists in the upload functionality. Authenticated users with create or update access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs. This issue has been patched in version 3.79.1.
AI Analysis
Technical Summary
CVE-2026-34746 is an authenticated Server-Side Request Forgery (SSRF) vulnerability identified in the Payload CMS, a free and open-source headless content management system. The vulnerability exists in the upload functionality of versions prior to 3.79.1. Specifically, authenticated users who have create or update permissions on collections that support uploads can exploit this flaw to coerce the server into making outbound HTTP requests to arbitrary URLs. This behavior arises because the application does not properly validate or restrict the URLs that can be requested during the upload process. SSRF vulnerabilities like this can be leveraged to access internal network resources that are otherwise inaccessible externally, potentially exposing sensitive data or enabling pivoting attacks within an organization's infrastructure. The vulnerability is classified under CWE-918 (Server-Side Request Forgery) and has a CVSS v3.1 base score of 7.7, indicating high severity. The vector metrics indicate that the attack can be performed remotely over the network (AV:N) with low attack complexity (AC:L), requiring privileges (PR:L) but no user interaction (UI:N). The impact is primarily on confidentiality (C:H), with no direct impact on integrity or availability. The vulnerability has been patched in Payload CMS version 3.79.1, and no public exploits have been reported to date. The flaw's exploitation scope is limited to authenticated users with specific permissions, but the potential for internal network reconnaissance or data exfiltration elevates its risk profile.
Potential Impact
The primary impact of CVE-2026-34746 is on the confidentiality of internal network resources and sensitive data. By exploiting the SSRF vulnerability, an attacker with authenticated access can cause the Payload CMS server to send HTTP requests to arbitrary URLs, including internal IP addresses or services not exposed externally. This can lead to unauthorized access to internal APIs, metadata services, or other protected resources, facilitating further attacks such as information disclosure, lateral movement, or privilege escalation. Although the vulnerability does not directly affect data integrity or system availability, the exposure of sensitive internal endpoints can have severe consequences, including leakage of confidential information or enabling attackers to map and exploit internal infrastructure. Organizations using vulnerable versions of Payload CMS, especially those with sensitive internal networks or cloud environments relying on metadata services, are at heightened risk. The requirement for authenticated access limits the attack surface but does not eliminate risk, particularly in environments with many users or weak access controls.
Mitigation Recommendations
To mitigate CVE-2026-34746, organizations should immediately upgrade Payload CMS to version 3.79.1 or later, where the vulnerability has been patched. Beyond patching, it is critical to enforce strict access controls and least privilege principles, ensuring that only trusted users have create or update permissions on upload-enabled collections. Implement network segmentation and firewall rules to restrict the Payload CMS server's ability to make outbound HTTP requests to only necessary destinations, thereby limiting the potential impact of SSRF exploitation. Additionally, monitor and log outbound HTTP requests from the CMS server to detect anomalous or unauthorized requests. Conduct regular security reviews of user permissions and audit upload functionalities for potential abuse. If upgrading immediately is not feasible, consider disabling upload features or restricting them to trusted users only. Employ web application firewalls (WAFs) with SSRF detection capabilities to provide an additional layer of defense. Finally, educate developers and administrators about SSRF risks and secure coding practices to prevent similar vulnerabilities in the future.
Affected Countries
United States, Germany, United Kingdom, Canada, Australia, France, Netherlands, Japan, India, Brazil
CVE-2026-34746: CWE-918: Server-Side Request Forgery (SSRF) in payloadcms payload
Description
Payload is a free and open source headless content management system. Prior to version 3.79.1, an authenticated Server-Side Request Forgery (SSRF) vulnerability exists in the upload functionality. Authenticated users with create or update access to an upload-enabled collection could cause the server to make outbound HTTP requests to arbitrary URLs. This issue has been patched in version 3.79.1.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2026-34746 is an authenticated Server-Side Request Forgery (SSRF) vulnerability identified in the Payload CMS, a free and open-source headless content management system. The vulnerability exists in the upload functionality of versions prior to 3.79.1. Specifically, authenticated users who have create or update permissions on collections that support uploads can exploit this flaw to coerce the server into making outbound HTTP requests to arbitrary URLs. This behavior arises because the application does not properly validate or restrict the URLs that can be requested during the upload process. SSRF vulnerabilities like this can be leveraged to access internal network resources that are otherwise inaccessible externally, potentially exposing sensitive data or enabling pivoting attacks within an organization's infrastructure. The vulnerability is classified under CWE-918 (Server-Side Request Forgery) and has a CVSS v3.1 base score of 7.7, indicating high severity. The vector metrics indicate that the attack can be performed remotely over the network (AV:N) with low attack complexity (AC:L), requiring privileges (PR:L) but no user interaction (UI:N). The impact is primarily on confidentiality (C:H), with no direct impact on integrity or availability. The vulnerability has been patched in Payload CMS version 3.79.1, and no public exploits have been reported to date. The flaw's exploitation scope is limited to authenticated users with specific permissions, but the potential for internal network reconnaissance or data exfiltration elevates its risk profile.
Potential Impact
The primary impact of CVE-2026-34746 is on the confidentiality of internal network resources and sensitive data. By exploiting the SSRF vulnerability, an attacker with authenticated access can cause the Payload CMS server to send HTTP requests to arbitrary URLs, including internal IP addresses or services not exposed externally. This can lead to unauthorized access to internal APIs, metadata services, or other protected resources, facilitating further attacks such as information disclosure, lateral movement, or privilege escalation. Although the vulnerability does not directly affect data integrity or system availability, the exposure of sensitive internal endpoints can have severe consequences, including leakage of confidential information or enabling attackers to map and exploit internal infrastructure. Organizations using vulnerable versions of Payload CMS, especially those with sensitive internal networks or cloud environments relying on metadata services, are at heightened risk. The requirement for authenticated access limits the attack surface but does not eliminate risk, particularly in environments with many users or weak access controls.
Mitigation Recommendations
To mitigate CVE-2026-34746, organizations should immediately upgrade Payload CMS to version 3.79.1 or later, where the vulnerability has been patched. Beyond patching, it is critical to enforce strict access controls and least privilege principles, ensuring that only trusted users have create or update permissions on upload-enabled collections. Implement network segmentation and firewall rules to restrict the Payload CMS server's ability to make outbound HTTP requests to only necessary destinations, thereby limiting the potential impact of SSRF exploitation. Additionally, monitor and log outbound HTTP requests from the CMS server to detect anomalous or unauthorized requests. Conduct regular security reviews of user permissions and audit upload functionalities for potential abuse. If upgrading immediately is not feasible, consider disabling upload features or restricting them to trusted users only. Employ web application firewalls (WAFs) with SSRF detection capabilities to provide an additional layer of defense. Finally, educate developers and administrators about SSRF risks and secure coding practices to prevent similar vulnerabilities in the future.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-03-30T19:17:10.224Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69cd7b33e6bfc5ba1df49814
Added to database: 4/1/2026, 8:08:19 PM
Last enriched: 4/1/2026, 8:23:53 PM
Last updated: 4/6/2026, 3:02:51 AM
Views: 11
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.