# OpenSSL Advisory: April 8th, 2024 (BoringSSL Not Affected)

OpenSSL have published a [security advisory](https://www.openssl.org/news/secadv/20240408.txt). Here's how it affects BoringSSL:

CVE | Summary | [Severity] in OpenSSL | Impact to BoringSSL
----|---------|-----------------------|---------------------
CVE-2024-0727 | Unbounded memory growth with session handling in TLSv1.3 | Low | Not affected; the session cache code in BoringSSL was rewritten.

[Severity]: https://openssl-library.org/policies/general/security-policy/index.html#issue-severity
