PT-2024-40950 · Deno · Deno

Published

2024-07-18

·

Updated

2024-07-18

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 resolve the issue, stub out the exposed op by using the following code:
Deno.core.ops.op panic = (msg) => { throw new Error(msg) };
At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Related Identifiers

RUSTSEC-2024-0405

Affected Products

Deno