Vulnerability DatabaseGHSA-3pp4-64mp-9cg9

GHSA-3pp4-64mp-9cg9
Rust vulnerability analysis and mitigation

Overview

A memory safety vulnerability was discovered in the tremor-script package affecting versions >= 0.7.2 and < 0.11.6. The issue occurs when using patch or merge operations on state and assigning the result back to state. The vulnerability was disclosed on September 16, 2021, and a fix was released in version 0.11.6 (GitHub Advisory, RustSec Advisory).

Technical details

The vulnerability stems from an optimization that was applied to manipulate target values in-place instead of cloning them. The Value struct in tremor-script represents borrowed strings using beef::Cow<'lifetime, str> that reference the actual Vec the event is based upon. While this optimization was safe for event data or static data, the introduction of state in tremor-script created a scenario where Value data could persist longer than an event's lifetime. When event data is merged or patched into state without proper cloning, it can retain references to keys or values from previous events that become invalid (RustSec Advisory).

Impact

This vulnerability allows access to freed regions of memory and enables the extraction of their content over the wire. The issue specifically affects scenarios where state operations are performed using merge or patch commands with direct reassignment (GitHub Advisory).

Mitigation and workarounds

A temporary workaround for affected versions involves avoiding the optimization by introducing a temporary variable: let tmp = merge state of event end; let state = tmp;. The permanent fix was implemented in tremor-script version 0.11.6 through commit 1a2efcd, which removes the optimization and always clones the target expression of a Merge or Patch operation (GitHub Advisory, Runtime PR).

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

GHSA-2fjw-whxm-9v4qCRITICAL9.3
  • RustRust
  • nftnl
NoYesNov 25, 2025
CVE-2025-66017HIGH8.2
  • RustRust
  • cggmp21
NoYesNov 25, 2025
GHSA-mj73-j457-8x9qLOW2.7
  • RustRust
  • maxminddb
NoYesDec 02, 2025
GHSA-pq5v-rwp8-p7gmLOW2.7
  • RustRust
  • rtvm-interpreter
NoNoDec 02, 2025
RUSTSEC-2025-0132N/AN/A
  • RustRust
  • maxminddb
NoYesNov 28, 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