CVE-2024-1631
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Summary
Impact: The library offers a function to generate an ed25519 key pair via Ed25519KeyIdentity.generate with an optional param to provide a 32 byte seed value, which will then be used as the secret key. When no seed value is provided, it is expected that the library generates the secret key using secure randomness. However, a recent change broke this guarantee and uses an insecure seed for key pair generation. Since the private key of this identity (535yc-uxytb-gfk7h-tny7p-vjkoe-i4krp-3qmcl-uqfgr-cpgej-yqtjq-rqe) is compromised, one could lose funds associated with the principal on ledgers or lose access to a canister where this principal is the controller.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Internet Computer | agent-js | v0.20.0-beta.0 < v1.0.1 | affected |
Weaknesses
- CWE-321: CWE-321: Use of Hard-coded Cryptographic Key
- CWE-330: CWE-330: Use of Insufficiently Random Values
ADP Enrichment
CVE Program Container
Additional References
- https://github.com/dfinity/agent-js/pull/851
- https://www.npmjs.com/package/@dfinity/identity/v/1.0.1
- https://github.com/dfinity/agent-js
- https://agent-js.icp.xyz/identity/index.html
- https://github.com/dfinity/agent-js/security/advisories/GHSA-c9vv-fhgv-cjc3
CISA ADP Vulnrichment
- SSVC:
- Exploitation: none
- Automatable: yes
- Technical Impact: total
References
- https://github.com/dfinity/agent-js/pull/851
- https://www.npmjs.com/package/@dfinity/identity/v/1.0.1
- https://github.com/dfinity/agent-js
- https://agent-js.icp.xyz/identity/index.html
- https://github.com/dfinity/agent-js/security/advisories/GHSA-c9vv-fhgv-cjc3
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.