Security Advisory

CVE-2026-48125

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-14 20:54:56
Last updated 2026-07-15 12:55:20
Assigner GitHub_M
CVSS score 5.3
State PUBLISHED

Description

UAParser.js is a JavaScript library to detect browsers, operating systems, CPUs, and devices from user-agent data. From 2.0.1 until 2.0.10, a regular expression denial-of-service vulnerability exists when using the Client Hints API. By sending a crafted Sec-CH-UA-Model header to an application that calls UAParser(headers).withClientHints(), an attacker can cause excessive CPU time due to catastrophic backtracking in the device regex because Client Hints values are copied without the UA_MAX_LENGTH limit used for User-Agent values. This issue is fixed in version 2.0.10.