Intel

AIKIDO-2025-10358

ip-num is vulnerable to Uncaught Exception

Uncaught Exception Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published Jun 10, 2025

18

Low Risk

This Affects:

JSip-num
0.0.1 - 1.5.1
Fixed in 1.5.2
Are you affected? Scan for Free

TL;DR

Affected versions of this package are vulnerable to a crash when handling unexpected input in the Validator.ts:isValidIPv4CidrNotation function. After splitting the input string on '/', the CIDR portion is stored in the range variable. If this string contains a period (.), the code attempts to convert it to a BigInt, leading to a SyntaxError: Cannot convert <range> to a BigInt.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

ip-num is vulnerable to Uncaught Exception in versions 0.0.1 - 1.5.1.

How to fix this

Upgrade the ip-num library to the patch version.