{ "schema_version": "1.4.0", "id": "GHSA-xc76-5pf9-mx8m", "modified": "2025-03-15T20:47:15Z", "published": "2025-03-14T17:31:07Z", "aliases": [ "CVE-2025-29776" ], "summary": "In Azle, calling `setTimer` causes infinite loop of timers", "details": "### Impact\n\nCalling `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.\n\nThe infinite loop will occur with any valid invocation of `setTimer`.\n\n### Patches\n\nThe problem has been fixed as of Azle version `0.30.0`.\n\n### Workarounds\n\nIf 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.", "severity": [ { "type": "CVSS_V4", "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "azle" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0.27.0" }, { "fixed": "0.30.0" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/demergent-labs/azle/security/advisories/GHSA-xc76-5pf9-mx8m" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29776" }, { "type": "PACKAGE", "url": "https://github.com/demergent-labs/azle" }, { "type": "WEB", "url": "https://github.com/demergent-labs/azle/releases/tag/0.30.0" } ], "database_specific": { "cwe_ids": [ "CWE-835" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2025-03-14T17:31:07Z", "nvd_published_at": "2025-03-14T14:15:18Z" } }