Cyber Resilience

CVE-2026-34751

Auth Bypass in Payloadcms Payload ≤ 3.79.1

Published
01 April 2026
Modified
15 April 2026
Patch / advisory
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
EPSS Score 0.0031 23th percentile
Risk Priority 66 floored blend · peak EPSS

Summary

CVE-2026-34751 is a critical-severity External Control of Assumed-Immutable Web Parameter (CWE-472) vulnerability in Payloadcms Payload. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 23th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-12 (Identity Proofing) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2026-34751 is a high-severity vulnerability (CVSS 9.1) affecting Payload, a free and open-source headless content management system, specifically in the @payloadcms/graphql and payload components prior to version 3.79.1. The flaw resides in the password recovery flow, linked to CWE-472 (External Control of Assumed-Immutable Web Parameter) and CWE-640 (Weak Password Recovery Mechanism for Forgotten Password). It enables an unauthenticated attacker to hijack the recovery process and execute actions impersonating the legitimate user.

An unauthenticated attacker (AV:N/AC:L/PR:N/UI:N) can exploit this remotely with low complexity and no user interaction required beyond a target user initiating a password reset. By intercepting or manipulating the recovery mechanism, the attacker gains the ability to perform arbitrary actions on behalf of the victim, resulting in high confidentiality (C:H) and integrity (I:H) impacts without availability disruption (A:N).

The issue has been addressed in Payload version 3.79.1 for both @payloadcms/graphql and payload, as detailed in the official GitHub release notes (https://github.com/payloadcms/payload/releases/tag/v3.79.1) and security advisory (https://github.com/payloadcms/payload/security/advisories/GHSA-hp5w-3hxx-vmwf). Security practitioners should upgrade to the patched version immediately and review password recovery implementations for similar weaknesses.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Payload is a free and open source headless content management system. Prior to version 3.79.1 in @payloadcms/graphql and payload, a vulnerability in the password recovery flow could allow an unauthenticated attacker to perform actions on behalf of a user who…

more

initiates a password reset. This issue has been patched in version 3.79.1 for @payloadcms/graphql and payload.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1078 Valid Accounts Stealth
Adversaries may obtain and abuse credentials of existing accounts as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
T1110 Brute Force Credential Access
Adversaries may use brute force techniques to gain access to accounts when passwords are unknown or when password hashes are obtained.
T1110.001 Password Guessing Credential Access
Adversaries with no prior knowledge of legitimate credentials within the system or environment may guess passwords to attempt access to accounts.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2026-25544Same product: Payloadcms Payload
CVE-2026-34749Same product: Payloadcms Payload
CVE-2026-25574Same product: Payloadcms Payload
CVE-2026-34746Same product: Payloadcms Payload
CVE-2026-27567Same product: Payloadcms Payload
CVE-2026-34747Same product: Payloadcms Payload
CVE-2026-34750Same product: Payloadcms Payload
CVE-2026-34748Same product: Payloadcms Payload
CVE-2023-30843Same product: Payloadcms Payload
CVE-2020-37158Shared CWE-640

Affected Assets

payloadcms
payload
≤ 3.79.1

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V7.4.3

Mitigating Controls (NIST 800-53 r5) AI

Identity proofing at appropriate assurance levels ensures forgotten-password recovery cannot succeed without strong verification of the user.

Authenticator management requires secure distribution, reset, and verification procedures that directly address weak password recovery flows.

SI-10 directly requires validation of all inputs, eliminating the assumption that client-supplied parameters remain immutable.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 mostly match
prevents

Credential lifecycle management directly includes password reset/recovery flows.

PR.AA-02 mostly match
prevents

Identity proofing is the core control that prevents weak or bypassed recovery mechanisms.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require server-side validation of all inputs instead of trusting client-supplied immutable parameters.

PR.AA-03 partial match
prevents

Authentication policy covers strength/MFA but does not address recovery path weaknesses.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure coding standards require server-side verification of client-supplied data, eliminating the root cause of external control of immutable parameters.

finds

Security testing in development and acceptance will detect parameter tampering vulnerabilities before deployment.

degrades

Strong authentication-information lifecycle rules directly address weak password-recovery flows.

prevents

Secure development lifecycle mandates input validation and integrity checks that directly prevent external tampering of assumed-immutable parameters.

prevents

Application security requirements explicitly call for validation of all inputs, including hidden fields, mitigating CWE-472.

mitigates

Secure-authentication requirements include robust forgotten-password procedures.

References