Actions
Bug #7996
closedtls: certificate SAN is freed in case of any error
Affected Versions:
Effort:
Difficulty:
low
Label:
Description
The connp object must retain all certificate params that have been parsed successfully for a match later on. In case of an error during decoding/parsing SAN are freed from connp. This works so far because it is the last field to be parsed and if it errors out, it does not exist anyway. However, this leaves room for memory errors.
Updated by Shivani Bhardwaj 11 days ago
- Status changed from Assigned to Closed
Closed by: https://github.com/OISF/suricata/pull/14051
Updated by Shivani Bhardwaj 11 days ago
- Status changed from Closed to Resolved
- Label Needs backport to 8.0 added
Actions