Project

General

Profile

Actions

Bug #5443

closed

ftp-data: failed assertion

Added by Philippe Antoine almost 2 years ago. Updated 9 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Found by oss-fuzz
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=49010

./src/suricata -k none -c suricata.yaml --set stream.midstream=true --runmode=single -r lol.pcap

Victor, is this assertion really meant to be unreachable ?


Files

lol.pcap (4.13 KB) lol.pcap Philippe Antoine, 07/15/2022 01:46 PM

Related issues 1 (0 open1 closed)

Related to Suricata - Bug #5205: FTP-data unrecognized depending on multi-threadingClosedPhilippe AntoineActions
Actions #2

Updated by Philippe Antoine almost 2 years ago

  • Related to Bug #5205: FTP-data unrecognized depending on multi-threading added
Actions #3

Updated by Philippe Antoine almost 2 years ago

Took me some time to figure out that I was needing --runmode=single to reproduce due to #5205 (fuzz target runs in single thread and so ftp-data detection goes alright)

Actions #4

Updated by Victor Julien over 1 year ago

  • Status changed from New to Assigned
  • Priority changed from Normal to High
Actions #5

Updated by Philippe Antoine over 1 year ago

My analysis :
- we have a FTP flow which expects a ftp-data flow
- we use stream.midstream=true
- the ftp-data flow has a first packet with data
- the ftp-data flow has then a second packet in same direction with RST flag (and no ACK flag)
- RST triggers the parse of all available data, even if it has never been acked

Should we process any of these data that has never been acked ?

Actions #6

Updated by Victor Julien over 1 year ago

  • Target version changed from 7.0.0-beta1 to 8.0.0-beta1
Actions #7

Updated by Philippe Antoine over 1 year ago

Why not 7.0.rc1 ?

Actions #8

Updated by Victor Julien over 1 year ago

  • Target version changed from 8.0.0-beta1 to 7.0.0-rc1

Accident during mass retargeting, thanks for catching this.

Actions #9

Updated by Philippe Antoine over 1 year ago

I would disable the debug assertion if we cannot have a better fix quickly.
This would allow to have fuzzing going on and we would still have the issue to investigate...

Actions #10

Updated by Jeff Lucovsky over 1 year ago

  • Status changed from Assigned to Closed
Actions #11

Updated by Victor Julien over 1 year ago

  • Private changed from Yes to No
Actions #12

Updated by Philippe Antoine over 1 year ago

  • Status changed from Closed to Assigned

The bug is still there to be fixed, so reopening

Actions #14

Updated by Philippe Antoine over 1 year ago

  • Priority changed from High to Normal
Actions #15

Updated by Victor Julien about 1 year ago

  • Target version changed from 7.0.0-rc1 to 7.0.0-rc2
Actions #16

Updated by Victor Julien 11 months ago

  • Target version changed from 7.0.0-rc2 to 7.0.0
Actions #17

Updated by Victor Julien 11 months ago

  • Priority changed from Normal to High
Actions #18

Updated by Victor Julien 10 months ago

  • Target version changed from 7.0.0 to 7.0.1
Actions #19

Updated by Victor Julien 9 months ago

  • Status changed from Assigned to In Review
Actions #20

Updated by Victor Julien 9 months ago

  • Status changed from In Review to Closed
  • Priority changed from High to Normal

https://github.com/OISF/suricata/pull/9320

Issue was caused by data on RST feeding data to app-layer after EOF was already sent to app-layer. Data on RST tracked in #6244.

Actions

Also available in: Atom PDF