CVE-2026-24783
January 27, 2026
soroban-fixed-point-math is a fixed-point math library for Soroban smart contacts. In versions 1.3.0 and 1.4.0, the "mulDiv(x, y, z)" function incorrectly handled cases where both the intermediate product $x * y$ and the divisor $z$ were negative. The logic assumed that if the intermediate product was negative, the final result must also be negative, neglecting the sign of $z$. This resulted in rounding being applied in the wrong direction for cases where both $x * y$ and $z$ were negative. The functions most at risk are "fixed_div_floor" and "fixed_div_ceil", as they often use non-constant numbers as the divisor $z$ in "mulDiv". This error is present in all signed "FixedPoint" and "SorobanFixedPoint" implementations, including "i64", "i128", and "I256". Versions 1.3.1 and 1.4.1 contain a patch. No known workarounds for this issue are available.
Affected Packages
https://github.com/script3/soroban-fixed-point-math.git (GITHUB):
Affected version(s) =v1.4.0 <v1.4.1Fix Suggestion:
Update to version v1.4.1https://github.com/script3/soroban-fixed-point-math.git (GITHUB):
Affected version(s) =v1.3.0 <v1.3.1Fix Suggestion:
Update to version v1.3.1soroban-fixed-point-math (RUST):
Affected version(s) =1.4.0 <1.4.1Fix Suggestion:
Update to version 1.4.1soroban-fixed-point-math (RUST):
Affected version(s) =1.3.0 <1.3.1Fix Suggestion:
Update to version 1.3.1Related ResourcesĀ (6)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Incorrect Calculation
EPSS
Base Score:
0.01