Skip to content

Commit afa08fb

Browse files
committed
doc: security: Disclose CVE-2025-12890
Disclose information about published CVE. Signed-off-by: Flavio Ceolin <flavio@hubblenetwork.com>
1 parent 9da1b3c commit afa08fb

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

doc/releases/release-notes-4.2.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Security Vulnerability Related
7171

7272
The following CVEs are addressed by this release:
7373

74+
* :cve:`2025-12890` `Bluetooth: peripheral: Invalid handling of malformed connection request
75+
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-8hrf-pfww-83v9>`_
7476
* :cve:`2025-27809` `TLS clients may unwittingly skip server authentication
7577
<https://mbed-tls.readthedocs.io/en/latest/security-advisories/mbedtls-security-advisory-2025-03-1/>`_
7678
* :cve:`2025-27810` `Potential authentication bypass in TLS handshake

doc/security/vulnerabilities.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2022,3 +2022,20 @@ Under embargo until 2025-11-24
20222022
-----------------
20232023

20242024
Under embargo until 2025-12-13
2025+
2026+
:cve:`2025-12890`
2027+
-----------------
2028+
2029+
Bluetooth: peripheral: Invalid handling of malformed connection request
2030+
2031+
Improper handling of malformed Connection Request with the interval
2032+
set to be 1 (which supposed to be illegal) and the chM 0x7CFFFFFFFF
2033+
triggers a crash. The peripheral will not be connectable after it.
2034+
2035+
- `Zephyr project bug tracker GHSA-8hrf-pfww-83v9
2036+
<https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-8hrf-pfww-83v9>`_
2037+
2038+
This has been fixed in main for v4.2.0
2039+
2040+
- `PR 89955 fix for main
2041+
<https://github.com/zephyrproject-rtos/zephyr/pull/89955>`_

0 commit comments

Comments
 (0)