CVE-2021-45701
Rust vulnerability analysis and mitigation

Overview

An issue was discovered in the tremor-script crate before version 0.11.6 for Rust, identified as CVE-2021-45701. The vulnerability was reported on September 16, 2021, and involves a use-after-free condition that occurs during patch operations. The vulnerability affects tremor-script versions from 0.7.2 up to (excluding) 0.11.6 (NVD, RustSec Advisory).

Technical details

The vulnerability stems from an optimization in the tremor-script language where patch operations on state variables could maintain references to freed memory. The Value struct, which handles event data, uses borrowed strings (beef::Cow<'lifetime, str>) referencing the event's underlying Vec. While this optimization was safe for event data or static data, the introduction of state to tremor-script created scenarios where Value data could persist longer than an event's lifetime, leading to invalid memory references (RustSec Advisory). The vulnerability has received a CVSS v3.1 base score of 9.8 (CRITICAL) with vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (NVD).

Impact

When event data is merged or patched into state without proper cloning, the operation can result in references to previously freed memory regions. This allows potential access to freed memory regions and the ability to extract their content over the network (RustSec Advisory).

Mitigation and workarounds

A temporary workaround is available for cases where immediate upgrade isn't possible. Instead of directly reassigning to state, users can introduce a temporary variable: let tmp = merge state of event end; let state = tmp. The vulnerability was permanently fixed in tremor-script version 0.11.6 through commit 1a2efcd, which removes the optimization and implements mandatory cloning of the target expression during Merge or Patch operations (RustSec Advisory).

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