
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-27567 is a Server-Side Request Forgery (SSRF) vulnerability in Payload CMS's external file upload functionality, affecting all versions prior to 3.75.0 of the payload npm package. The flaw arises from insufficient validation of HTTP redirects when processing external URLs for file uploads, potentially allowing an authenticated attacker to access internal network resources. It was disclosed on February 23, 2026, via a GitHub Security Advisory, and published to the NVD on February 24, 2026. The CVSS v3.1 base score is 6.5 (Medium/Moderate) per the GitHub Advisory Database (Github Advisory, Payload Advisory).
The root cause is CWE-918 (Server-Side Request Forgery): when Payload CMS processes an external URL for a file upload, it previously followed HTTP 3xx redirects automatically without re-validating the redirect destination against its security allowlist. This meant an attacker could supply a publicly accessible URL that redirects to an internal service (e.g., http://127.0.0.1:<port>/secret), bypassing the URL validation that only ran on the initial URL. The fix (commit 1041bb6) adds redirect: 'manual' to safeFetch(), manually handles redirects with re-validation at each step, and caps redirects at a maximum of 3 to prevent infinite loops (Payload Advisory, Patch Commit). Exploitation requires the attacker to be authenticated and have create access to at least one upload-enabled collection.
An authenticated attacker with write permissions to an upload-enabled collection can cause the Payload CMS server to make HTTP requests to internal network resources that would otherwise be inaccessible from the internet. Response content from those internal services (e.g., metadata endpoints, internal APIs, cloud provider instance metadata services) can be retrieved through the application, leading to potential data exfiltration and unauthorized disclosure of sensitive information. Availability is not impacted, but both confidentiality and integrity of internal resources are at risk (Github Advisory, Payload Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (Github Advisory). The EPSS score is approximately 0.011% (1st percentile), indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation is constrained by the requirement for an authenticated account with specific upload collection create permissions, significantly limiting the attacker pool.
create access to at least one upload-enabled collection (e.g., a media or files collection).http://169.254.169.254/latest/meta-data/ for cloud instance metadata, or http://127.0.0.1:<port>/secret for a local service).POST request to the upload-enabled collection endpoint, providing the attacker-controlled URL as the file source:POST /api/<upload-collection>
{ "url": "http://attacker.example.com/redirect", "filename": "malicious.jpg" }127.0.0.1, 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 169.254.169.254) originating from the Node.js process; HTTP requests to cloud metadata endpoints (e.g., 169.254.169.254).Upgrade the payload npm package to version 3.75.0 or later, which includes the fix that adds redirect validation and a maximum redirect limit of 3 (Payload Release, Patch Commit). If an immediate upgrade is not possible, apply one or both of the following workarounds:
disableExternalFile: true option on all upload-enabled collections to prevent external URL file uploads entirely.create access on upload-enabled collections to only fully trusted users, reducing the attacker surface (Payload Advisory).The vulnerability was responsibly disclosed by security researcher r3dbrothers (credited as r3dbrothers1 in the patch commit), and the Payload CMS maintainer denolfe published the advisory and patch promptly (Payload Advisory, Patch Commit). No significant broader media coverage or notable community controversy has been observed beyond standard vulnerability database indexing.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."