Project

General

Profile

Actions

Bug #5018

closed

MQTT can return AppLayerResult::incomplete forever and buffer forever

Added by Philippe Antoine about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Target version:
Affected Versions:
Effort:
Difficulty:
Label:
Needs backport to 6.0

Description

Cf https://github.com/OISF/suricata/pull/6851#discussion_r791479237

if parse_connect returns Err::Incomplete (for example because, there is not enough bytes for the properties), we will keep buffering forever because we have the full message with its length already cf let rem = &fullrem[..len];


Related issues 1 (0 open1 closed)

Copied to Suricata - Bug #5059: MQTT can return AppLayerResult::incomplete forever and buffer foreverClosedJason IshActions
Actions #1

Updated by Jeff Lucovsky about 2 years ago

  • Copied to Bug #5059: MQTT can return AppLayerResult::incomplete forever and buffer forever added
Actions #3

Updated by Philippe Antoine about 2 years ago

  • Status changed from New to In Review
Actions #4

Updated by Shivani Bhardwaj almost 2 years ago

  • Status changed from In Review to Closed
Actions

Also available in: Atom PDF