Vulnerability DatabaseRUSTSEC-2024-0403

RUSTSEC-2024-0403
Rust vulnerability analysis and mitigation

Overview

A vulnerability was discovered in the Deno core runtime (RUSTSEC-2024-0403) where an exposed op_panic operation in the base runtime could be exploited to force a panic in the runtime's containing thread. The issue was identified and reported on July 18, 2024 (GitHub Issue).

Technical details

The vulnerability stems from the Deno.core.ops.op_panic operation being available by default in the runtime environment. When called, this operation can force a panic in the thread containing the runtime, which breaks the intended sandboxing mechanisms (GitHub Issue).

Impact

The exploitation of this vulnerability could lead to a Denial of Service (DoS) condition by forcing panics in the runtime's containing thread. This violates the sandbox isolation principles that should prevent such direct runtime manipulation (GitHub Issue).

Mitigation and workarounds

A workaround has been proposed to stub out the panic operation by implementing: Deno.core.ops.op_panic = (msg) => { throw new Error(msg) }; This modification prevents the direct panic in the runtime thread while maintaining error handling functionality (GitHub Issue).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-66627HIGH8.4
  • RustRust
  • wasmi
NoYesDec 09, 2025
GHSA-xrv8-2pf5-f3q7MEDIUM6
  • RustRust
  • nitro-tpm-pcr-compute
NoYesDec 05, 2025
CVE-2025-67487MEDIUM5.5
  • RustRust
  • static-web-server
NoYesDec 09, 2025
CVE-2025-66622LOW1.3
  • RustRust
  • matrix-sdk-base
NoYesDec 09, 2025
RUSTSEC-2025-0135N/AN/A
  • RustRust
  • matrix-sdk-base
NoYesDec 08, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management