CVE-2025-61928 (CNNVD-202510-1218)

CRITICAL
中文标题:
Better Auth 安全漏洞
英文标题:
Better Auth: Unauthenticated API key creation through api-key plugin
CVSS分数: 9.3
发布时间: 2025-10-09 21:24:37
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

Better Auth是Better Auth开源的一个 TypeScript 最全面的身份验证框架。 Better Auth 1.3.26之前版本存在安全漏洞,该漏洞源于未经验证的攻击者可通过请求体中用户ID绕过身份验证,可能导致身份验证绕过和权限提升。

英文描述:

Better Auth is an authentication and authorization library for TypeScript. In versions prior to 1.3.26, unauthenticated attackers can create or modify API keys for any user by passing that user's id in the request body to the `api/auth/api-key/create` route. `session?.user ?? (authRequired ? null : { id: ctx.body.userId })`. When no session exists but `userId` is present in the request body, `authRequired` becomes false and the user object is set to the attacker-controlled ID. Server-only field validation only executes when `authRequired` is true (lines 280-295), allowing attackers to set privileged fields. No additional authentication occurs before the database operation, so the malicious payload is accepted. The same pattern exists in the update endpoint. This is a critical authentication bypass enabling full an unauthenticated attacker can generate an API key for any user and immediately gain complete authenticated access. This allows the attacker to perform any action as the victim user using the api key, potentially compromise the user data and the application depending on the victim's privileges. Version 1.3.26 contains a patch for the issue.

CWE类型:
CWE-285 CWE-306
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
better-auth better-auth < 1.3.26 - - cpe:2.3:a:better-auth:better-auth:<_1.3.26:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/better-auth/better-auth/security/advisories/GHSA-99h5-pjcv-gr6v x_refsource_CONFIRM
cve.org
访问
https://github.com/better-auth/better-auth/commit/556085067609c508f8c546ceef9003ee8c607d39 x_refsource_MISC
cve.org
访问
CVSS评分详情
4.0 (cna)
CRITICAL
9.3
CVSS向量: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
机密性
HIGH
完整性
HIGH
可用性
HIGH
后续系统影响 (Subsequent):
机密性
NONE
完整性
NONE
可用性
NONE
时间信息
发布时间:
2025-10-09 21:24:37
修改时间:
2025-10-10 14:23:23
创建时间:
2025-11-11 15:40:48
更新时间:
2025-11-11 16:00:16
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-61928 2025-11-11 15:23:33 2025-11-11 07:40:48
NVD nvd_CVE-2025-61928 2025-11-11 15:01:05 2025-11-11 07:48:35
CNNVD cnnvd_CNNVD-202510-1218 2025-11-11 15:13:00 2025-11-11 08:00:16
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:16
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202510-1218; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202510-1218
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:35
data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • data_sources: ['cve'] -> ['cve', 'nvd']