You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
u boot vulnerability
About this tag
The u boot vulnerability tag covers critical security flaws discovered in Das U-Boot, the widely used open-source bootloader for embedded systems. Discussions focus on two specific CVEs from 2019: CVE-2019-14192, an integer underflow in UDP packet parsing that can lead to remote code execution, and CVE-2019-14204, a stack-based buffer overflow in NFS reply handling. Both vulnerabilities affect U-Boot versions up to 2019.07 and can be exploited before the operating system loads, posing risks to devices that use network boot or NFS. Topics include technical analysis of the bugs, patching strategies, and mitigation steps for embedded systems relying on U-Boot.
Das U‑Boot contained a subtle but severe UDP‑parsing bug that was disclosed in mid‑2019: an integer underflow in net_process_received_packet that could drive an unbounded memcpy when packet handlers were called, allowing crafted UDP datagrams to overwrite memory and, in the worst case, enable...
Das U‑Boot contained a dangerous stack‑based buffer overflow in its NFS reply handling code — tracked as CVE‑2019‑14204 — that affects all upstream releases up through 2019.07 and can be triggered when a crafted NFS/UDP response is parsed by the bootloader’s nfs_handler helper...