
Cloud Vulnerability DB
A community-led vulnerabilities database
An issue was discovered in the sodiumoxide crate before 0.2.5 for Rust. The vulnerability lies in the generichash::Digest::eq implementation, which compares itself to itself and thus has degenerate security properties (RustSec Advisory).
The vulnerability affects the PartialEq implementation for generichash::Digest where Digest::eq always returns true and Digest::ne always returns false because it compares itself to itself instead of comparing against the provided value. This issue impacts versions prior to 0.2.5 and has a CVSS v3.1 base score of 9.8 CRITICAL (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) (RustSec Advisory).
Due to the incorrect implementation of equality comparison, any hash comparison using this function will always return true, effectively breaking the security properties of the hash comparison. This could lead to authentication bypasses or other security issues where hash comparison is used for verification (RustSec Advisory).
The vulnerability is easily exploitable as it requires no special privileges, user interaction, or complex attack vectors. The broken comparison function will always return true regardless of the input, making it trivial to bypass any security checks that rely on this comparison (RustSec Advisory).
Users should upgrade to sodiumoxide version 0.2.5 or later which contains the fix for this vulnerability. The issue was patched by correcting the implementation of the equality comparison function (RustSec Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."