LiveActive security incident?Get immediate response
CVE Record

CVE-2025-71400: better-auth passkey before 1.4.0 IDOR via delete-passkey

better-auth passkey versions before 1.4.0 contain an insecure direct object reference vulnerability in the passkey deletion endpoint that allows authenticated users to delete arbitrary passkeys by ID. Attackers with valid sessions can submit crafted requests to the delete-passkey endpoint with enumerated passkey IDs to remove other users' passkeys.

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

An authenticated user can delete another user’s passkey by targeting its identifier. This does not disclose data, but it can disrupt authentication, lock users out, and create recovery and support costs. Applications using affected better-auth passkey versions should upgrade promptly.

Executive priority

Treat this as a high-priority authentication integrity issue. Prioritize internet-facing or multi-tenant applications because any ordinary authenticated account may threaten other users’ passkeys. Accelerate upgrading and review deletion activity, while recognizing that the supplied evidence does not show active exploitation.

Technical view

better-auth passkey versions before 1.4.0 contain a CWE-639 authorization flaw in the delete-passkey endpoint. A valid session can submit another user’s passkey ID for deletion. CVSS 4.0 rates it 7.1: network-accessible, low complexity, low privileges, no user interaction, high integrity impact, and low availability impact.

Likely exposure

Exposure is limited to applications running better-auth passkey versions before 1.4.0 with the passkey deletion endpoint accessible. Exploitation requires a valid authenticated session and knowledge or enumeration of another passkey ID. The bundle does not establish how easily IDs can be enumerated in typical deployments.

Exploitation context

The supplied sources do not establish active exploitation, and the CVE is not listed as KEV in the bundle. Public advisories describe a practical authenticated attack path using crafted deletion requests, but provide no evidence here of observed attacks or public weaponization.

Researcher notes

The authorization boundary is object ownership: authentication alone must not authorize deletion of a passkey belonging to another account. Relevant characteristics are CWE-639, network reachability, low attack complexity, low privileges, and no user interaction. The bundle does not document identifier entropy, endpoint exposure defaults, detection indicators, or affected deployment prevalence.

Mitigation direction

  • Upgrade better-auth passkey to version 1.4.0 or later.
  • Review the vendor advisory for any deployment-specific remediation guidance.
  • Investigate suspicious passkey deletions and revoke associated sessions where appropriate.
  • Help affected users securely re-enrol passkeys after confirmed unauthorized deletion.

Validation and detection

  • Inventory direct and transitive better-auth passkey versions across deployed applications.
  • Confirm production builds use version 1.4.0 or later.
  • Review logs for unusual delete-passkey activity or repeated deletion attempts.
  • In an authorized test environment, verify users cannot delete passkeys owned by another test account.
  • Confirm affected users retain a secure account-recovery or alternative authentication method.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-71400 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:NVulnCheck
7.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L2.84.2VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

7.1High
CVSS 4.0 vector shape for CVE-2025-71400Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
better-authpasskey0, 1.4.0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.