Bug 1667581 (CVE-2019-5717)
Summary: | CVE-2019-5717 wireshark: P_MUL dissector crash in epan/dissectors/packet-p_mul.c | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Laura Pardo <lpardo> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | mruprich |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | wireshark 2.4.12, wireshark 2.6.6 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-06-29 20:54:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1667582, 1686906 | ||
Bug Blocks: | 1667594 |
Description
Laura Pardo
2019-01-18 21:44:37 UTC
Created wireshark tracking bugs for this issue: Affects: fedora-all [bug 1667582] Function wmem_map_lookup() in wmem_map.c receives p_mul_data->ack_data, which is NULL, from register_p_mul_id(). When wmem_map_lookup() tries to dereference the passed value, the application crashes. |