PT-2024-40278 · Deno · Deno
Published
2024-12-04
·
Updated
2024-12-04
None
No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
Name of the Vulnerable Software and Affected Versions:
Deno (affected versions not specified)
Description:
The issue arises from the exposure of
Deno.core.ops.op panic to the JS runtime in the base core, which can trigger a manual panic in the thread containing the runtime when called.Recommendations:
To fix the issue, stub out the exposed op by using the following code:
Deno.core.ops.op panic = (msg) => { throw new Error(msg) };
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Deno