平台
nodejs
组件
payload
修复版本
3.79.2
3.79.1
CVE-2026-34751 是 Payload CMS GraphQL 中的一个漏洞,允许未经身份验证的攻击者代表启动密码重置的用户执行操作。该漏洞存在于密码恢复流程中,攻击者可以利用它来冒充用户。受影响的版本包括 3.79.1 之前的版本。此问题已在 @payloadcms/graphql 和 payload 的 3.79.1 版本中修复。
Payload的密码恢复流程中存在一个漏洞。未经身份验证的攻击者可能能够代表发起密码重置的用户执行操作。这归因于恢复流程中输入验证和URL构造不足。如果攻击者能够操纵这些方面,他们可能无需知道用户的当前密码即可破坏用户帐户。
该漏洞是通过操纵密码恢复过程中使用的参数来利用的。这可能涉及修改URL或注入恶意代码。利用成功的关键取决于特定集合的配置以及攻击者拦截或操纵网络请求的能力。我们建议监控Payload日志,以查找与密码重置相关的可疑活动。
Organizations and individuals using Payload with authentication enabled and relying on the built-in forgot-password functionality are at risk. This includes those deploying Payload in shared hosting environments or legacy configurations where upgrading may be challenging. Specifically, users who haven't implemented robust input validation or URL sanitization practices are particularly vulnerable.
• nodejs / server: Monitor Payload application logs for unusual password reset requests originating from unexpected IP addresses.
grep 'password reset request' /var/log/payload/app.log | grep -v 'your_expected_ip_range'• nodejs / server: Use process monitoring tools to ensure Payload is running version 3.79.1 or later.
node -v• generic web: Attempt to trigger the password reset flow for various user accounts and observe the resulting URLs for any signs of manipulation or unexpected behavior. Use curl to inspect the URL generated during the password reset process.
curl 'https://your-payload-instance/[email protected]'disclosure
漏洞利用状态
EPSS
0.05% (17% 百分位)
CISA SSVC
为了减轻此风险,我们强烈建议升级到Payload版本3.79.1或更高版本。此更新包括强化输入验证和URL构造,从而增强了密码恢复流程的安全性。如果无法立即升级,则暂时禁用“忘记密码”功能可能是一种临时措施,但并非理想。
Actualice Payload CMS a la versión 3.79.1 o superior. Esta versión corrige una vulnerabilidad en el flujo de recuperación de contraseñas que podría permitir a un atacante no autenticado realizar acciones en nombre de un usuario que inicia un restablecimiento de contraseña.
漏洞分析和关键警报直接发送到您的邮箱。
3.79.1之前的版本都存在此漏洞。
请遵循Payload文档或官方网站上提供的升级说明。
立即更改您的密码,并检查最近的帐户活动是否存在未经授权的交易或更改。
此更新侧重于密码恢复流程,不应影响Payload的其他功能。
为获得额外的安全层,请实施双因素身份验证(2FA)。
CVSS 向量