Vulnerability Description
When sampling randomness for a shared secret, the implementation of Kyber and FrodoKEM, did not check whether crypto/rand.Read() returns an error. In rare deployment cases (error thrown by the Read() function), this could lead to a predictable shared secret. The tkn20 and blindrsa components did not check whether enough randomness was returned from the user provided randomness source. Typically the user provides crypto/rand.Reader, which in the vast majority of cases will always return the right number random bytes. In the cases where it does not, or the user provides a source that does not, the blinding for blindrsa is weak and integrity of the plaintext is not ensured in tkn20.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Cloudflare | Circl | < 1.3.3 |
Related Weaknesses (CWE)
References
- https://github.com/cloudflare/circl/security/advisories/GHSA-2q89-485c-9j2xVendor Advisory
- https://github.com/cloudflare/circl/security/advisories/GHSA-2q89-485c-9j2xVendor Advisory
FAQ
What is CVE-2023-1732?
CVE-2023-1732 is a vulnerability with a CVSS score of 5.3 (MEDIUM). When sampling randomness for a shared secret, the implementation of Kyber and FrodoKEM, did not check whether crypto/rand.Read() returns an error. In rare deployment cases (error thrown by the Read() ...
How severe is CVE-2023-1732?
CVE-2023-1732 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-1732?
Check the references section above for vendor advisories and patch information. Affected products include: Cloudflare Circl.