-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Security Audit Report
Date: 2026-03-10T04:12:53.171Z
Vulnerabilities: 2
RUSTSEC-2026-0037: Denial of service in Quinn endpoints
Package: quinn-proto@0.11.13
Severity: Unknown
URL: quinn-rs/quinn#2559
Receiving QUIC transport parameters containing invalid values could lead to a panic.
Unfortunately the maintainers did not properly assess usage of unwrap() calls in the
transport parameters parsing code, and we did not have sufficient fuzzing coverage to find this
issue. We have since added a fuzzing target to cover this code path.
Patched Versions: >=0.11.14
RUSTSEC-2023-0071: Marvin Attack: potential key recovery through timing sidechannels
Package: rsa@0.9.10
Severity: Unknown
URL: RustCrypto/RSA#19 (comment)
Impact
Due to a non-constant-time implementation, information about the private key is leaked through timing information which is observable over the network. An attacker may be able to use that information to recover the key.
Patches
No patch is yet available, however work is underway to migrate to a fully constant-time implementation.
Workarounds
The only currently available workaround is to avoid using the rsa crate in settings where attackers are able to observe timing information, e.g. local use on a non-compromised computer is fine.
References
This vulnerability was discovered as part of the "Marvin Attack", which revealed several implementations of RSA including OpenSSL had not properly mitigated timing sidechannel attacks.
Patched Versions: None
This issue was automatically created by the security audit workflow.