Skip to content

Commit c7e2320

Browse files
1 parent 3bd9772 commit c7e2320

File tree

1 file changed

+57
-3
lines changed

1 file changed

+57
-3
lines changed

advisories/github-reviewed/2025/12/GHSA-mrfv-m5wm-5w6w/GHSA-mrfv-m5wm-5w6w.json

Lines changed: 57 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mrfv-m5wm-5w6w",
4-
"modified": "2026-01-06T17:12:24Z",
4+
"modified": "2026-01-06T18:40:50Z",
55
"published": "2025-12-31T06:30:18Z",
66
"aliases": [
77
"CVE-2025-69277"
88
],
9-
"summary": "paragonie/sodium_compat affected by vulnerability in libsodium",
10-
"details": "paragonie/sodium_compat is affected by a vulnerability in libsodium. 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.",
9+
"summary": "libsodium has Incomplete List of Disallowed Inputs",
10+
"details": "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.\n\nThis advisoory lists packages in the GitHub Advisory Database's [supported ecosystems](https://github.com/github/advisory-database?tab=readme-ov-file#supported-ecosystems) that are affected by this vulnerability due to a vulnerable dependency.",
1111
"severity": [
1212
{
1313
"type": "CVSS_V3",
@@ -52,13 +52,59 @@
5252
]
5353
}
5454
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "PyPI",
59+
"name": "PyNaCl"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "0"
67+
},
68+
{
69+
"fixed": "1.6.2"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "PyPI",
78+
"name": "hdwallet"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"fixed": "3.6.1"
89+
}
90+
]
91+
}
92+
]
5593
}
5694
],
5795
"references": [
5896
{
5997
"type": "ADVISORY",
6098
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69277"
6199
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/pyca/pynacl/issues/920"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/hdwallet-io/python-hdwallet/pull/124"
107+
},
62108
{
63109
"type": "WEB",
64110
"url": "https://github.com/jedisct1/libsodium/commit/ad3004ec8731730e93fcfbbc824e67eadc1c1bae"
@@ -71,6 +117,14 @@
71117
"type": "WEB",
72118
"url": "https://github.com/paragonie/sodium_compat/commit/4714da6efdc782c06690bc72ce34fae7941c2d9f"
73119
},
120+
{
121+
"type": "WEB",
122+
"url": "https://github.com/pyca/pynacl/commit/96314884d88d1089ff5f336dba61d7abbcddbbf7"
123+
},
124+
{
125+
"type": "WEB",
126+
"url": "https://github.com/pyca/pynacl/commit/ecf41f55a3d8f1e10ce89c61c4b4d67f3f4467cf"
127+
},
74128
{
75129
"type": "WEB",
76130
"url": "https://00f.net/2025/12/30/libsodium-vulnerability"

0 commit comments

Comments
 (0)