{"id":"GHSA-fwfx-rrv8-crpf","aliases":["RUSTSEC-2024-0405"],"url":"https://o3.security/vulnerability/GHSA-fwfx-rrv8-crpf","summary":"op_panic in the base runtime can force a panic in the runtime's containing thread","details":"Affected versions use deno_core releases that expose `Deno.core.ops.op_panic` to the JS runtime in the base core\n\nThis function when called triggers a manual panic in the thread containing the runtime.\n\nIt can be fixed by stubbing out the exposed op:\n```javascript\nDeno.core.ops.op_panic = (msg) => { throw new Error(msg) };\n```","published":"2024-12-04T18:37:39Z","modified":"2025-10-28T06:29:24.524094Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":0,"affectedPackages":[{"ecosystem":"crates.io","name":"rustyscript","fixedVersion":"0.6.1"}],"fix":null,"references":[{"type":"WEB","url":"https://github.com/rscarson/rustyscript/issues/174"},{"type":"PACKAGE","url":"https://github.com/rscarson/rustyscripthttps://github.com/rscarson/rustyscript"},{"type":"WEB","url":"https://rustsec.org/advisories/RUSTSEC-2024-0405.html"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2025-10-28T06:29:24.524094Z"}}