CVE-2023-43646

HIGH

get-func-name < 2.0.1 - Denial of Service via Inefficient Regular Expression Complexity

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2023-43646. PoCs published by 200101WhoAmI.

AI-analyzed exploit summary This repository contains a functional proof-of-concept for CVE-2023-43646, a ReDoS vulnerability in the 'get-func-name' package used by Chai.js. The exploit leverages a crafted input with excessive whitespace and a function keyword to trigger excessive backtracking in a regular expression, leading to high CPU usage.

Description

get-func-name is a module to retrieve a function's name securely and consistently both in NodeJS and the browser. Versions prior to 2.0.1 are subject to a regular expression denial of service (redos) vulnerability which may lead to a denial of service when parsing malicious input. This vulnerability can be exploited when there is an imbalance in parentheses, which results in excessive backtracking and subsequently increases the CPU load and processing time significantly. This vulnerability can be triggered using the following input: '\t'.repeat(54773) + '\t/function/i'. This issue has been addressed in commit `f934b228b` which has been included in releases from 2.0.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Exploits (1)

nomisec WORKING POC
by 200101WhoAmI · poc
https://github.com/200101WhoAmI/CVE-2023-43646

This repository contains a functional proof-of-concept for CVE-2023-43646, a ReDoS vulnerability in the 'get-func-name' package used by Chai.js. The exploit leverages a crafted input with excessive whitespace and a function keyword to trigger excessive backtracking in a regular expression, leading to high CPU usage.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: get-func-name (used by Chai.js)
No auth needed
Prerequisites: Node.js environment · Target application using the vulnerable 'get-func-name' package
devstral-2 · analyzed Feb 19, 2026 Full analysis →

Scores

CVSS v3 8.6
EPSS 0.0135
EPSS Percentile 80.6%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation poc
Automatable yes
Technical Impact partial

Details

CWE
CWE-1333 CWE-400
Status published
Products (2)
chaijs/get-func-name < 2.0.1
npm/get-func-name 0 - 2.0.1npm
Published Sep 27, 2023
Tracked Since Feb 18, 2026