Actions
Bug #6080
closed
JF
JF
pgsql/probe: TCP on 5432 traffic incorrectly tagged as PGSQL
Bug #6080:
pgsql/probe: TCP on 5432 traffic incorrectly tagged as PGSQL
Affected Versions:
Effort:
Difficulty:
Label:
Description
https://github.com/OISF/suricata/pull/8892#issuecomment-1552379497 shows Suricata incorrectly tagging 5432 over TCP traffic as PGSQL.
The traffic itself doesn't show PGSQL characteristics.
Pcap was shared privately as it's tlp-red.
VJ Updated by Victor Julien almost 3 years ago
- Priority changed from Normal to Low
JF Updated by Juliana Fajardini Reichow almost 3 years ago
- Status changed from New to Assigned
JF Updated by Juliana Fajardini Reichow almost 3 years ago
- Target version changed from 7.0.0-rc2 to 7.0.0
VJ Updated by Victor Julien over 2 years ago
- Target version changed from 7.0.0 to 8.0.0-beta1
VJ Updated by Victor Julien over 2 years ago
- Priority changed from Low to Normal
PA Updated by Philippe Antoine over 2 years ago
- Label Needs backport to 7.0 added
PA Updated by Philippe Antoine over 2 years ago
- Related to Security #6411: pgsql: quadratic complexity leads to over consumption of memory added
PA Updated by Philippe Antoine over 2 years ago
Fix is
- in case parser::pgsql_parse_response(input).is_ok() also check that this is not PgsqlBEMessage::UnknownMessageType
- also deduplicate header parsing (identifier, and length) so that it is also used for this unknown type (that is https://gitlab.oisf.net/dev/suricata/-/merge_requests/676/diffs?commit_id=123f35b2d4785794f25a1b7e28e8b633269d76cb )
OT Updated by OISF Ticketbot over 2 years ago
- Subtask #6508 added
OT Updated by OISF Ticketbot over 2 years ago
- Label deleted (
Needs backport to 7.0)
JF Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from Assigned to In Review
PR for review: https://github.com/OISF/suricata/pull/9881
JF Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from In Review to Resolved
Merged PR: https://github.com/OISF/suricata/pull/9918
JF Updated by Juliana Fajardini Reichow over 2 years ago
- Status changed from Resolved to Closed
Actions