Logo
componentlibsodium
Name
libsodium
Version
1.0.19
Type
library
Description
The Sodium crypto library
Licenses
ISC
PURL
-
CPE
cpe:2.3:*:*:libsodium:1.0.19:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
1.0.18
master
1.0.22

Patches#


#
Title
Author
Resolve
1
core_ed25519_is_valid_point: check Y==Z in addition to X==0
Frank Denis <github@pureftpd.org>
CVE-2025-69277
2
fix(aarch64): Move target #pragma after arm_neon.h include
tux3 <barrdetwix@gmail.com>

Vulnerabilities#


Name
Analysis
Description
Patched
libsodium before ad3004e, in atypical use cases involving certain custom cryptography or untrusted data to crypto_core_ed25519_is_valid_point, mishandles checks for whether an elliptic curve point is valid because it sometimes allows points that aren't in the main cryptographic group.