- Reported
-
- Issued
-
- Package
-
sodiumoxide
(crates.io)
- Type
-
Vulnerability
- Keywords
-
#cryptography
- Aliases
-
- References
-
- CVSS Score
- 9.8
CRITICAL
- CVSS Details
-
- Attack vector
- Network
- Attack complexity
- Low
- Privileges required
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
- CVSS Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
- Patched
-
- Affected Functions
- Version
sodiumoxide::crypto::generichash::Digest::eq
-
sodiumoxide::crypto::generichash::Digest::ne
-
Description
PartialEq implementation for generichash::Digest has compared itself to itself.
Digest::eq always returns true and Digest::ne always returns false.
Advisory available under CC0-1.0
license.