Description
baseline-browser-mapping 2.x before 2.11.0 calls process.exit() instead of throwing on invalid or conflicting input parameters, and can trigger immediate process termination, causing denial of service.
Published: 2026-08-13
Score: 6.6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The baseline-browser-mapping package for Node.js, versions 2.x prior to 2.11.0, incorrectly calls process.exit() when receiving invalid or conflicting input parameters instead of throwing an error. This causes the entire Node.js process to terminate immediately, leading to a denial of service. The vulnerability is tied to input validation weaknesses identified as CWE-617, CWE-705, and resource exhaustion failures identified as CWE-755.

Affected Systems

Users of the baseline-browser-mapping npm package who have installed a vulnerable version (any 2.x before 2.11.0). The package is used in web platform code that maps browser capabilities and may be embedded in server‑side applications that handle user input or external data.

Risk and Exploitability

The CVSS score of 6.6 indicates moderate severity with potential for widespread impact in applications that rely on the library. The EPSS score is 0.00371 (approximately 0.37%), and the vulnerability is not listed in CISA's KEV catalog, suggesting no known exploitation campaigns against this specific flaw. However, the attack vector is inferred to be local or remote depending on whether the library processes data supplied by untrusted sources. An attacker who can influence the input parameters could trigger an immediate shutdown of the hosting process, disrupting service availability.

Generated by OpenCVE AI on August 15, 2026 at 02:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade baseline-browser-mapping to version 2.11.0 or later.
  • Validate or sanitize all input parameters before passing them to the library to prevent accidental invalid or conflicting inputs.
  • Implement monitoring and logging to detect unexpected process exits and trigger automated restart or alerting mechanisms.

Generated by OpenCVE AI on August 15, 2026 at 02:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Title Process Exit on Invalid Input Causes Denial of Service in Baseline Browser Mapping baseline-browser-mapping: baseline-browser-mapping: Denial of Service via improper input handling
Weaknesses CWE-617
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Thu, 13 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Web-platform-dx
Web-platform-dx baseline-browser-mapping
Vendors & Products Web-platform-dx
Web-platform-dx baseline-browser-mapping

Thu, 13 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Title Process Exit on Invalid Input Causes Denial of Service in Baseline Browser Mapping

Thu, 13 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
Description baseline-browser-mapping 2.x before 2.11.0 calls process.exit() instead of throwing on invalid or conflicting input parameters, and can trigger immediate process termination, causing denial of service.
Weaknesses CWE-705
CWE-755
References
Metrics cvssV4_0

{'score': 6.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/S:N/AU:Y/R:U/V:D/RE:M/U:Amber'}


Subscriptions

Web-platform-dx Baseline-browser-mapping
cve-icon MITRE

Status: PUBLISHED

Assigner: seal

Published:

Updated: 2026-08-13T14:46:30.611Z

Reserved: 2026-05-13T12:03:13.544Z

Link: CVE-2026-45819

cve-icon Vulnrichment

Updated: 2026-08-13T14:46:26.205Z

cve-icon NVD

Status : Received

Published: 2026-08-13T12:17:23.383

Modified: 2026-08-13T15:19:40.130

Link: CVE-2026-45819

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-13T11:03:42Z

Links: CVE-2026-45819 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T02:30:16Z

Weaknesses
  • CWE-617

    Reachable Assertion

  • CWE-705

    Incorrect Control Flow Scoping

  • CWE-755

    Improper Handling of Exceptional Conditions