Bugzilla – Bug 963549
VUL-0: CVE-2016-1504: dhcpcd: invalid read/crash via malformed dhcp responses
Last modified: 2016-01-26 09:28:24 UTC
CVE-2016-1504 via oss-sec http://roy.marples.name/projects/dhcpcd/info/595883e2a431f65d8fabf33059aa4689cca17403 Ensure that option length fits inside data length less option size. Thanks to Nico Golde for the report. can lead to an invalid read/crash via malformed dhcp responses References: http://seclists.org/oss-sec/2016/q1/38 http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-1504.html
The code in our dhcpcd versions (up to 3.2.3) is different from the above fixed code. The option parser is entirely different (and probably was rewritten later). What I looked at does not exhibit the problems.