Impact
A large input buffer to one of the following transforms can lead to a stack overflow causing Suricata to crash in the following transforms:
- to_lowercase
- to_uppercase
- strip_whitespace
- compress_whitespace
- dotprefix
- header_lowercase
- strip_pseudo_headers
- url_decode
- xor
Patches
The issue has been addressed in Suricata 7.0.8.
Workarounds
Avoid using these transforms on file.data
sticky buffer.
References
https://redmine.openinfosecfoundation.org/issues/7229
Credits
Reported by Simen Lybekk
Impact
A large input buffer to one of the following transforms can lead to a stack overflow causing Suricata to crash in the following transforms:
Patches
The issue has been addressed in Suricata 7.0.8.
Workarounds
Avoid using these transforms on
file.data
sticky buffer.References
https://redmine.openinfosecfoundation.org/issues/7229
Credits
Reported by Simen Lybekk