Actions
Bug #5658
closedSMTP: segfault on boundary data
Affected Versions:
Effort:
Difficulty:
Label:
Description
Following data seems to be segfaulting for SMTP:
$3 = {
buf = 0x7fffe8513897 "------=_NextPart_000_0000_01C7C602.28C76960--\r\n\r\n.\r\n\n",
len = 45,
delim_len = 2 '\002'
}
on
1358 (SMTPProcessRequest(state, f, pstate, &input, &line) == -1)
Updated by Shivani Bhardwaj almost 2 years ago
While this seems to trigger a diff part of the code, Philippe confirmed that the patch for https://redmine.openinfosecfoundation.org/issues/5623 fixes this as well somehow. Should this be closed then?
Updated by Shivani Bhardwaj almost 2 years ago
- Status changed from Assigned to Closed
Patch for https://redmine.openinfosecfoundation.org/issues/5623 fixes this as well.
Updated by Shivani Bhardwaj almost 2 years ago
- Label deleted (
Needs backport to 6.0)
Updated by Victor Julien almost 2 years ago
- Priority changed from Urgent to Normal
- Private changed from Yes to No
Actions