🛡️ GHSA-fwfx-rrv8-crpf — rustyscript
Description
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) };
```
Affected software
GHSA-fwfx-rrv8-crpf is recorded against 1 package.
- rustyscript
Timeline and source
Published on 4 December 2024 and last revised on 28 October 2025. No public exploit is currently recorded for this entry. Record sourced from OSV.
References
Details
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| rustyscript | — | — |
References
Similar Threats
- Unknown RUSTSEC-2024-0405
Free Vulnerability Check
Is your site affected by GHSA-fwfx-rrv8-crpf?
BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against GHSA-fwfx-rrv8-crpf and other known CVE records.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.