zeek/testing/btest/Traces/ftp
Arne Welzel 1b3e8a611e ftp/main: Skip get_pending_command() for intermediate reply lines
Intermediate lines of multiline replies usually do not contain valid status
codes (even if servers may opt to include them). Their content may be anything
and likely unrelated to the original command. There's little reason for us
trying to match them with a corresponding command.

OSS-Fuzz generated a large command reply with very many intermediate lines
which caused long processing times due to matching every line with all
currently pending commands.
This is a DoS vector against Zeek. The new ipv6-multiline-reply.trace and
ipv6-retr-samba.trace files have been extracted from the external ipv6.trace.
2023-03-23 13:50:36 +01:00
..
bigtransfer.pcap Fix reassembly of data w/ sizes beyond 32-bit capacities (BIT-348). 2014-04-09 13:03:24 -05:00
bruteforce.pcap Add unit tests for new Bro Manual docs. 2014-01-21 16:01:55 -06:00
cwd-navigation.pcap Fixing FTP cwd getting overlue long. 2016-05-29 08:52:47 -07:00
fake-long-commands.pcap ftp: Introduce FTP::max_command_length 2022-11-21 09:36:29 +01:00
fake-server-delays-all.pcap ftp: Limit pending commands to FTP::max_pending_commands (default 20) 2022-11-08 16:44:17 -07:00
ftp-invalid-reply-code.pcap testing/ftp: Add tests and pcaps with invalid reply lines 2023-01-26 19:56:20 +01:00
ftp-missing-reply-code.pcap testing/ftp: Add tests and pcaps with invalid reply lines 2023-01-26 19:56:20 +01:00
ftp-missing-space-after-reply-code.pcap testing/ftp: Add tests and pcaps with invalid reply lines 2023-01-26 19:56:20 +01:00
ftp-with-numbers-in-filename.pcap Files transferred over FTP were showing incorrect sizes. 2016-03-11 12:56:28 -05:00
ipv4.trace FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
ipv6-multiline-reply.trace ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
ipv6-retr-samba.trace ftp/main: Skip get_pending_command() for intermediate reply lines 2023-03-23 13:50:36 +01:00
ipv6-violation.trace Introduce generic analyzer_confirmation_info and analyzer_violation_info 2022-09-27 17:49:51 +02:00
ipv6.trace FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
retr.trace FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00