一、 漏洞 CVE-2025-61928 基础信息
漏洞信息
                                        # Better Auth 插件未授权创建API密钥漏洞

N/A
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Better Auth: Unauthenticated API key creation through api-key plugin
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
授权机制不恰当
来源:美国国家漏洞数据库 NVD
漏洞标题
Better Auth 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Better Auth是Better Auth开源的一个 TypeScript 最全面的身份验证框架。 Better Auth 1.3.26之前版本存在安全漏洞,该漏洞源于未经验证的攻击者可通过请求体中用户ID绕过身份验证,可能导致身份验证绕过和权限提升。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2025-61928 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2025-61928 的情报信息
  • 标题: Unauthenticated API Key Creation through api keys plugin · Advisory · better-auth/better-auth · GitHub -- 🔗来源链接

    标签: x_refsource_CONFIRM

    神龙速读
  • 标题: fix: [security] api keys should properly check if a request is from c… · better-auth/better-auth@5560850 · GitHub -- 🔗来源链接

    标签: x_refsource_MISC

    神龙速读
  • https://nvd.nist.gov/vuln/detail/CVE-2025-61928
四、漏洞 CVE-2025-61928 的评论

暂无评论


发表评论