]> The Tcpdump Group git mirrors - tcpdump/commitdiff
CVE-2017-13028/BOOTP: Add another test.
authorGuy Harris <[email protected]>
Wed, 22 Mar 2017 22:59:23 +0000 (15:59 -0700)
committerDenis Ovsienko <[email protected]>
Sun, 3 Sep 2017 23:08:58 +0000 (00:08 +0100)
A capture file supplied by Bhargava Shastry, modified so the capture
file won't be rejected as an invalid capture.

tests/TESTLIST
tests/bootp_asan-2.out [new file with mode: 0644]
tests/bootp_asan-2.pcap [new file with mode: 0644]

index 14aa7be2e691a4b036864ed97c210d9c670e8625..cbf4580bad5e25374600f2d0e9488f35d8dd4612 100644 (file)
@@ -533,6 +533,7 @@ isis_stlv_asan-3    isis_stlv_asan-3.pcap           isis_stlv_asan-3.out    -v
 isis_stlv_asan-4       isis_stlv_asan-4.pcap           isis_stlv_asan-4.out    -v
 lldp_mgmt_addr_tlv_asan        lldp_mgmt_addr_tlv_asan.pcap    lldp_mgmt_addr_tlv_asan.out     -v
 bootp_asan             bootp_asan.pcap                 bootp_asan.out          -v
+bootp_asan-2           bootp_asan-2.pcap               bootp_asan-2.out        -v
 ppp_ccp_config_deflate_option_asan     ppp_ccp_config_deflate_option_asan.pcap ppp_ccp_config_deflate_option_asan.out  -v
 pim_header_asan                pim_header_asan.pcap            pim_header_asan.out     -v
 pim_header_asan-2      pim_header_asan-2.pcap          pim_header_asan-2.out   -v
diff --git a/tests/bootp_asan-2.out b/tests/bootp_asan-2.out
new file mode 100644 (file)
index 0000000..d3ae8d9
--- /dev/null
@@ -0,0 +1,2 @@
+IP (tos 0x0, ttl 252, id 40207, offset 0, flags [+, DF, rsvd], proto UDP (17), length 60951, bad cksum ff (->8336)!)
+    18.0.0.15.16896 > 107.95.83.32.68: BOOTP/DHCP, unknown (0x00), length 59384, htype 0, hlen 0, hops 13, xid 0x14000000, secs 3328 [|bootp]
diff --git a/tests/bootp_asan-2.pcap b/tests/bootp_asan-2.pcap
new file mode 100644 (file)
index 0000000..a79941f
Binary files /dev/null and b/tests/bootp_asan-2.pcap differ