LiveActive security incident?Get immediate response
CVE Record

CVE-2025-48370: auth-js Vulnerable to Insecure Path Routing from Malformed User Input

auth-js is an isomorphic Javascript library for Supabase Auth. Prior to version 2.70.0, the library functions getUserById, deleteUser, updateUserById, listFactors and deleteFactor did not require the user supplied values to be valid UUIDs. This could lead to a URL path traversal, resulting in the wrong API function being called. Implementations that follow security best practice and validate user controlled inputs, such as the userId are not affected by this. This issue has been patched in version 2.70.0.

LowCVSS 2.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Supabase auth-js before 2.70.0 could misroute certain administrative API requests when an application passed malformed, user-controlled identifiers. This might invoke the wrong API function and affect limited confidentiality or integrity. Applications already validating identifiers as UUIDs are not affected according to the advisory.

Executive priority

Treat this as a routine, low-severity remediation rather than an emergency. Prioritize systems running vulnerable versions where external input reaches administrative authentication functions without UUID validation. Upgrade during the next appropriate maintenance cycle, accelerating remediation for internet-facing or security-sensitive identity workflows.

Technical view

The affected getUserById, deleteUser, updateUserById, listFactors, and deleteFactor functions accepted identifiers without UUID validation. Malformed values could alter URL path routing and cause an unintended API function call. Supabase corrected the issue in auth-js 2.70.0. The supplied CVSS 4.0 score is 2.7.

Likely exposure

Exposure is limited to applications using Supabase auth-js earlier than 2.70.0 that pass unvalidated, user-controlled values into affected functions. Implementations enforcing UUID validation before these calls are described as unaffected. Actual business impact depends on whether these functions are reachable through attacker-influenced application flows.

Exploitation context

The source bundle provides no evidence of active exploitation, and the CVE is not listed as KEV. Its CVSS vector records exploit maturity as unreported. Network reachability and low attack complexity are noted, but practical exploitation depends on an application accepting malformed identifiers and forwarding them to affected functions.

Researcher notes

The issue is categorized under CWE-22 and CWE-287, reflecting path manipulation and authentication-related routing concerns. The source bundle attributes limited confidentiality and integrity impact, with no availability impact. Evidence does not establish which unintended API functions are reachable or the precise authorization consequences, so implementation-specific testing is necessary.

Mitigation direction

  • Upgrade Supabase auth-js to version 2.70.0 or later.
  • Validate user and factor identifiers as UUIDs before calling affected functions.
  • Review vendor guidance and the linked security advisory before deployment.
  • Restrict attacker influence over inputs passed to administrative authentication functions.

Validation and detection

  • Inventory deployed auth-js versions and identify installations earlier than 2.70.0.
  • Trace whether user-controlled values reach any of the five affected functions.
  • Confirm UUID validation occurs before every affected library call.
  • After upgrading, verify dependency resolution selects auth-js 2.70.0 or later.
  • Run regression tests confirming malformed identifiers are rejected without unintended API routing.
Prepared
Confidence
high
Sources
5

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 · medium confidence lookup

CWE-22: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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
cwe · medium confidence lookup

CWE-287: Credential and account abuse lookup

Authentication and credential weaknesses can make valid-account abuse and credential telemetry useful review starting points. 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
description · low confidence lookup

File access behavior lookup

The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-48370 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
Low
CVSS
2.7 (4.0)
Known Exploited
No
Published

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

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.

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

SSVC decision data

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

CVSS vector scores

1 official score

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
2.7CVSS 4.0LowCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:UGitHub_M

Vulnerability scoring details

Base CVSS 4.0 score

2.7Low
CVSS 4.0 vector shape for CVE-2025-48370Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

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

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
supabaseauth-js< 2.70.0Listed
Weakness

CWE details

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