CVE-2023-46135
Rust vulnerability analysis and mitigation

Overview

rs-stellar-strkey, a Rust library for encoding/decoding of Stellar Strkeys, contains a panic vulnerability (CVE-2023-46135) when a specially crafted payload is used. The vulnerability was discovered on October 18, 2023, and affects versions prior to 0.0.8 (GitHub Issue, Vendor Advisory).

Technical details

The vulnerability occurs due to an integer overflow in the SignedPayload::from_payload function. When inner_payload_len is 0xffffffff, the calculation inner_payload_len + (4 - inner_payload_len % 4) % 4 results in u32::MAX + 1, causing an arithmetic overflow. The vulnerability has been assigned a CVSS v3.1 base score of 5.3 (Medium) with vector CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L (Vendor Advisory).

Impact

When exploited, this vulnerability causes the program to panic, potentially leading to a denial of service condition. The vulnerability affects availability but does not impact confidentiality or integrity of the system (Vendor Advisory).

Mitigation and workarounds

The vulnerability has been patched in version 0.0.8 by implementing a check that ensures inner_payload_len does not exceed 64. As a workaround, users can sanitize input payload before passing it to the vulnerable function to ensure that bytes in payload[32..32+4] parsed as a u32 is not above 64 (Vendor 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-2026-22257HIGH8.8
  • RustRust
  • salvo
NoYesJan 08, 2026
CVE-2026-22698HIGH8.7
  • RustRust
  • sm2
NoNoJan 10, 2026
CVE-2026-22699HIGH7.5
  • RustRust
  • sm2
NoNoJan 10, 2026
GHSA-g59m-gf8j-gjf5LOW3.7
  • RustRust
  • aws-sdk-eventbridge
NoYesJan 08, 2026
GHSA-585q-cm62-757jLOW2
  • RustRust
  • mnl
NoNoJan 09, 2026

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