
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-34747 is a SQL injection vulnerability in Payload CMS, a free and open-source headless content management system, affecting all versions prior to 3.79.1 for Node.js. The vulnerability arises from insufficient validation of certain request inputs, allowing attackers to craft requests that influence SQL query execution and potentially expose or modify data in collections. It was published by the National Vulnerability Database on April 1, 2026, following initial disclosure by the maintainer on March 30, 2026. The CVSS v3.1 base score is 8.5 (High) per the GitHub Advisory, or 8.2 (High) per NVD scoring (Github Advisory, Payload Advisory).
The root cause is classified as CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), where Payload CMS constructs SQL queries using externally-influenced input without adequate sanitization or neutralization of SQL special elements (Github Advisory). The vulnerability is exploitable over the network with low attack complexity and requires low privileges (an authenticated user account), with no user interaction needed; the scope is changed, meaning the impact can extend beyond the vulnerable component itself (Payload Advisory). The fix, introduced in v3.79.1, includes stricter input validation (commit e474205, PR #15868) and a sanitizeWhereQuery call for join query access results (commit dc049fe, PR #15891) (Payload Release). No public proof-of-concept exploit code has been identified at this time.
Successful exploitation allows an attacker with low-level authenticated access to execute arbitrary SQL queries against the underlying database, resulting in high confidentiality impact through unauthorized data exposure and low integrity impact through potential data modification within collections (Github Advisory). The changed scope metric indicates that the impact can extend beyond the Payload CMS application itself to other components sharing the database. Availability is not directly impacted, but sensitive content managed through the CMS — including user data, content collections, and application configuration — is at risk of exfiltration or tampering (Payload Advisory).
There is no evidence of a public proof-of-concept exploit or active in-the-wild exploitation at this time (Github Advisory). The vulnerability has not been added to the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.032% (0.000480 per Feedly data), placing it in the 10th percentile for exploitation probability within the next 30 days. The vulnerability was reported by security researchers hessandrew and arkmarta (Payload Advisory).
/api/<collection>?where[field][operator]=value).where clauses or filter inputs) that are passed unsanitized to the underlying SQL query builder./api/<collection>) containing SQL syntax characters (', --, OR, UNION, SELECT) in query parameters such as where, sort, or limit.UNION SELECT, subqueries, or access to system tables not normally queried by the application (Github Advisory).The primary remediation is to upgrade the payload npm package to v3.79.1 or later, which includes hardened query input validation (Payload Release, Github Advisory). For deployments where immediate upgrading is not feasible, the following temporary controls are recommended:
Upgrading to v3.79.1 is the definitive fix and should be prioritized (Payload Advisory).
The vulnerability received coverage from The Hacker Wire, which published an article on the SQL injection issue via unvalidated input in Payload CMS (The Hacker Wire). The advisory was noted across several vulnerability tracking platforms including VulDB, CIRCL, and ENISA's EUVD shortly after disclosure. Community reaction on the Payload CMS GitHub repository was generally positive regarding the patch release, with contributors acknowledging the fix as part of the v3.79.1 release (Payload Release).
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."