starlark-pyo3 is vulnerable to Denial of Service (DoS)
75
High Risk
The RustDecimal extension performs arithmetic with panicking Rust operators instead of checked variants. Evaluating a crafted decimal expression that overflows, such as adding 1 to RustDecimal('79228162514264337593543950335'), raises a Rust panic that crosses the PyO3 boundary and poisons the Module mutex during unwinding. Every later operation on that module then fails with a poison error, leaving it permanently unusable and killing cached-module workers. The fix routes +, -, *, /, //, and % through checked arithmetic and returns a Starlark IntegerOverflow error.
You are affected if you are using a version that falls within the vulnerable range and you evaluate untrusted Starlark code with the RustDecimal library extension enabled.
starlark-pyo3 is vulnerable to Denial of Service (DoS) in versions 2025.2.4 - 2026.1.1.
Upgrade the starlark-pyo3 and/or the starlark_pyo3 library to the patch version.
Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.
Free. No credit card required.

I consent to receiving marketing communications based on Aikido’s Privacy Policy.
SOC 2Compliant
ISO 27001Compliant
ISO 42001Compliant© All Intel data is openly available and commercially licensed.