SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-55254

MEDIUM · CVSS 4.8 EPSS 0.19% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-17 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The factorial operator in NCalc versions prior to 6.1.1 is vulnerable to specially crafted expressions that can lead to excessive CPU consumption or non-terminating loops due to integer overflow. This vulnerability poses a risk primarily to applications that evaluate untrusted expressions, potentially impacting performance and availability. Developers and organizations using NCalc should prioritize upgrading to version 6.1.1 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-55254
Severity
MEDIUM
CVSS
4.8
EPSS
0.19%

Original NVD Description

NCalc is a fast, lightweight expression evaluator for .NET. Prior to 6.1.1, the factorial operator implementation in src/NCalc.Core/Helpers/MathHelper.cs permits specially crafted expressions with extremely large factorial operands, causing excessive CPU consumption or a non-terminating loop due to integer overflow in the factorial calculation logic when applications evaluate untrusted expressions. This issue is fixed in version 6.1.1.