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.
patching firmware
About this tag
The tag 'patching firmware' covers the process of updating and securing firmware in embedded systems, with a focus on bootloader vulnerabilities. A key example discussed is CVE-2019-14201, a stack-based buffer overflow in U-Boot's NFS reply handling that could allow remote compromise. The case study highlights the importance of patching firmware to address security flaws, the challenges of maintaining network protocol parsing code, and the need for OEMs and firmware maintainers to follow proper patching hygiene to avoid regressions. The content emphasizes real-world lessons in bootloader security and the broader implications for embedded device security.
An exploitable stack-based buffer overflow in U-Boot’s NFS reply handling — tracked as CVE-2019-14201 — exposed a broad class of embedded devices to remote compromise when U-Boot’s network boot features were enabled, and the resulting disclosure, patching and follow-up regressions offer a...