🛡️ GHSA-fwfx-rrv8-crpf — rustyscript

⚪ Unknown ✅ No Known Exploit OSV
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

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

github.com (Web)
github.com (Package)
rustsec.org (Web)

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source OSV
Published 2024-12-04
Updated 2026-08-12
Modified 2025-10-28
Fix URL N/A

Affected Packages

Software From version Fixed in
rustyscript

Similar Threats

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.

Browse related advisories

All advisoriesGitHub AdvisoryGitHub Advisory Undated