Actions
Security #6900
closed
PA
PA
http2: timeout logging headers
Security #6900:
http2: timeout logging headers
Git IDs:
03442c9071b8d863d26b609d54c6eacf4de9e340
Severity:
HIGH
Disclosure Date:
06/28/2024
Description
Found by oss-fuzz:
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=67661
Investigating more in this issue
PA Updated by Philippe Antoine about 2 years ago
- Related to Bug #6846: eve/alerts: wrongly using tx id 0 when there is no tx added
PA Updated by Philippe Antoine about 2 years ago
Fix for #6846 fixes this timeout because we get multiple alerts for sid 2210045 and 2210029 which logs http2 app-layer data when it should not
PA Updated by Philippe Antoine about 2 years ago
- Related to Security #6892: http2: oom on copying compressed headers added
PA Updated by Philippe Antoine about 2 years ago
http2 logging does not take too much time because a single field is too long, but we log 35367 headers.
This get bad because of http2 headers compression where one byte in the network can refer up to HTTP2_MAX_TABLESIZE (65536 by default, configurable with app-layer.protocols.http2.max-table-size bytes previously seen on the network.
PA Updated by Philippe Antoine about 2 years ago
I guess this is critical
PA Updated by Philippe Antoine about 2 years ago
- Status changed from New to In Review
- Label Needs backport to 7.0 added
OT Updated by OISF Ticketbot about 2 years ago
- Subtask #6901 added
OT Updated by OISF Ticketbot about 2 years ago
- Label deleted (
Needs backport to 7.0)
PA Updated by Philippe Antoine about 2 years ago
- Related to Security #6770: log: arbitrary-length value can be logged added
VJ Updated by Victor Julien almost 2 years ago
- CVE set to 2024-32663
VJ Updated by Victor Julien almost 2 years ago
- Label Needs backport to 6.0 added
OT Updated by OISF Ticketbot almost 2 years ago
- Subtask #6978 added
OT Updated by OISF Ticketbot almost 2 years ago
- Label deleted (
Needs backport to 6.0)
VJ Updated by Victor Julien almost 2 years ago
- Severity changed from MODERATE to HIGH
VJ Updated by Victor Julien almost 2 years ago
- Status changed from In Review to Closed
- Git IDs updated (diff)
PA Updated by Philippe Antoine almost 2 years ago
- Related to Bug #6973: detect: log relevant frames app-layer metdata added
PA Updated by Philippe Antoine almost 2 years ago ยท Edited
For info, the oss-fuzz report is still open until #6848 gets solved
VJ Updated by Victor Julien almost 2 years ago
- Private changed from Yes to No
PA Updated by Philippe Antoine almost 2 years ago
- Related to Security #7104: http2: oom from duplicate headers added
Actions