Buffer Overflow Affecting bigint-buffer package, versions >=0.0.0


Severity

Recommended
0.0
high
0
10

CVSS assessment made by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-JS-BIGINTBUFFER-3364597
  • published3 Apr 2025
  • disclosed20 Mar 2023
  • creditCris Staicu

Introduced: 20 Mar 2023

CVE-2025-3194  (opens in a new tab)
CWE-120  (opens in a new tab)
First added by Snyk

How to fix?

There is no fixed version for bigint-buffer.

Overview

bigint-buffer is a Node utility that converts TC39 Proposed BigInts to and from buffers

Affected versions of this package are vulnerable to Buffer Overflow in the toBigIntLE() function. Attackers can exploit this to crash the application.

PoC

let be = require('bigint-buffer');
console.log(be.toBigIntLE(null));

CVSS Base Scores

version 4.0
version 3.1