We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefa833 commit 5c97fe5Copy full SHA for 5c97fe5
doc/security/vulnerabilities.rst
@@ -1930,4 +1930,16 @@ This has been fixed in main for v4.2.0
1930
:cve:`2025-7403`
1931
----------------
1932
1933
-Under embargo until 2025-09-05
+Bluetooth: bt_conn_tx_processor unsafe handling
1934
+
1935
+Unsafe handling in bt_conn_tx_processor causes a use-after-free,
1936
+resulting in a write-before-zero. The written 4 bytes are
1937
+attacker-controlled, enabling precise memory corruption.
1938
1939
+- `Zephyr project bug tracker GHSA-9r46-cqqw-6j2j
1940
+ <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-9r46-cqqw-6j2j>`_
1941
1942
+This has been fixed in main for v4.2.0
1943
1944
+- `PR 90975 fix for main
1945
+ <https://github.com/zephyrproject-rtos/zephyr/pull/90975>`_
0 commit comments