CVE-2025-54581
Rust vulnerability analysis and mitigation

Overview

CVE-2025-54581 affects vproxy, an HTTP/HTTPS/SOCKS5 proxy server, in versions 2.3.3 and below. The vulnerability was discovered and disclosed on July 30, 2025. The issue involves untrusted data extraction from the user-controlled HTTP Proxy-Authorization header that can lead to a denial-of-service condition (GitHub Advisory).

Technical details

The vulnerability occurs when untrusted data is extracted from the HTTP Proxy-Authorization header and passed to Extension::try_from, which flows into parse_ttl_extension where it is parsed as a TTL value. The critical flaw lies in the modulo operation 'timestamp % ttl' where an attacker can supply a TTL of zero, causing a division by zero panic. The vulnerability has been assigned a CVSS v3.1 score of 7.5 (High) with a vector string of CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, indicating network accessibility with no required privileges or user interaction (GitHub Advisory, NVD).

Impact

When successfully exploited, the vulnerability causes the vproxy server to crash, resulting in a denial-of-service condition. The server becomes unusable until it is manually reset, affecting the availability of proxy services (GitHub Advisory).

Exploitability

The vulnerability is easily exploitable by sending a crafted HTTP request with a specific username format (e.g., 'configuredUser-ttl-0') to trigger the division by zero condition. A proof of concept exists using a simple curl command: 'curl -x "http://test-ttl-0:test@127.0.0.1:8101" https://google.com' (GitHub Advisory).

Mitigation and workarounds

The vulnerability has been fixed in version 2.4.0 of vproxy. The fix involves safeguarding TTL parsing with NonZeroU64 to prevent zero values from being processed. Users should upgrade to version 2.4.0 or later to mitigate this vulnerability (GitHub Release, GitHub Commit).

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

RUSTSEC-2026-0252NONEN/A
  • Rust logoRust
  • orx-split-vec
NoYesAug 11, 2026
RUSTSEC-2026-0242NONEN/A
  • Rust logoRust
  • dcrypt-api
NoYesAug 09, 2026
RUSTSEC-2026-0240NONEN/A
  • Rust logoRust
  • dcrypt-sign
NoYesAug 09, 2026
RUSTSEC-2026-0239NONEN/A
  • Rust logoRust
  • dcrypt-symmetric
NoYesAug 09, 2026
RUSTSEC-2026-0238NONEN/A
  • Rust logoRust
  • dcrypt-algorithms
NoYesAug 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