CVE-2025-29776

Azle is a WebAssembly runtime for TypeScript and JavaScript on ICP. Calling `setTimer` in Azle versions `0.27.0`, `0.28.0`, and `0.29.0` causes an immediate infinite loop of timers to be executed on the canister, each timer attempting to clean up the global state of the previous timer. The infinite loop will occur with any valid invocation of `setTimer`. The problem has been fixed as of Azle version `0.30.0`. As a workaround, if a canister is caught in this infinite loop after calling `setTimer`, the canister can be upgraded and the timers will all be cleared, thus ending the loop.
CVSS

No CVSS.

Configurations

No configuration.

History

14 Mar 2025, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-03-14 14:15

Updated : 2025-03-14 14:15


NVD link : CVE-2025-29776

Mitre link : CVE-2025-29776

CVE.ORG link : CVE-2025-29776


JSON object : View

Products Affected

No product.

CWE
CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')