{"id":"DEBIAN-CVE-2024-46706","details":"In the Linux kernel, the following vulnerability has been resolved:  tty: serial: fsl_lpuart: mark last busy before uart_add_one_port  With \"earlycon initcall_debug=1 loglevel=8\" in bootargs, kernel sometimes boot hang. It is because normal console still is not ready, but runtime suspend is called, so early console putchar will hang in waiting TRDE set in UARTSTAT.  The lpuart driver has auto suspend delay set to 3000ms, but during uart_add_one_port, a child device serial ctrl will added and probed with its pm runtime enabled(see serial_ctrl.c). The runtime suspend call path is: device_add      |-\u003e bus_probe_device            |-\u003edevice_initial_probe \t           |-\u003e__device_attach                          |-\u003e pm_runtime_get_sync(dev-\u003eparent); \t\t\t |-\u003e pm_request_idle(dev); \t\t\t |-\u003e pm_runtime_put(dev-\u003eparent);  So in the end, before normal console ready, the lpuart get runtime suspended. And earlycon putchar will hang.  To address the issue, mark last busy just after pm_runtime_enable, three seconds is long enough to switch from bootconsole to normal console.","modified":"2026-09-15T09:03:11.366071642Z","published":"2024-09-13T07:15:05.560Z","upstream":["CVE-2024-46706"],"references":[{"type":"ADVISORY","url":"https://security-tracker.debian.org/tracker/CVE-2024-46706"}],"affected":[{"package":{"name":"linux","ecosystem":"Debian:13","purl":"pkg:deb/debian/linux?arch=source&distro=trixie"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"6.10.7-1"}]}],"ecosystem_specific":{"urgency":"not yet assigned"},"database_specific":{"source":"https://storage.googleapis.com/osv-test-debian-osv/debian-cve-osv/DEBIAN-CVE-2024-46706.json"}},{"package":{"name":"linux","ecosystem":"Debian:14","purl":"pkg:deb/debian/linux?arch=source&distro=forky"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"fixed":"6.10.7-1"}]}],"ecosystem_specific":{"urgency":"not yet assigned"},"database_specific":{"source":"https://storage.googleapis.com/osv-test-debian-osv/debian-cve-osv/DEBIAN-CVE-2024-46706.json"}}],"schema_version":"1.9.0","severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"}]}