GHSA-fwfx-rrv8-crpf – rustyscript
Package
Manager: cargo
Name: rustyscript
Vulnerable Version: >=0.4.0 <0.6.1
Severity
Level: Medium
CVSS v3.1: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:U/RC:C
CVSS v4.0: CVSS:4.0/AV:N/AC:H/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
EPSS: N/A pctlN/A
Details
op_panic in the base runtime can force a panic in the runtime's containing thread Affected versions use deno_core releases that expose `Deno.core.ops.op_panic` to the JS runtime in the base core This function when called triggers a manual panic in the thread containing the runtime. It can be fixed by stubbing out the exposed op: ```javascript Deno.core.ops.op_panic = (msg) => { throw new Error(msg) }; ```
Metadata
Created: 2024-12-04T18:37:39Z
Modified: 2024-12-04T18:37:39Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2024/12/GHSA-fwfx-rrv8-crpf/GHSA-fwfx-rrv8-crpf.json
CWE IDs: []
Alternative ID: N/A
Finding: F140
Auto approve: 1