Bug 1667581 (CVE-2019-5717) - CVE-2019-5717 wireshark: P_MUL dissector crash in epan/dissectors/packet-p_mul.c
Summary: CVE-2019-5717 wireshark: P_MUL dissector crash in epan/dissectors/packet-p_mul.c
Keywords:
Status: CLOSED WONTFIX
Alias: CVE-2019-5717
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1667582 1686906
Blocks: 1667594
TreeView+ depends on / blocked
 
Reported: 2019-01-18 21:44 UTC by Laura Pardo
Modified: 2021-06-29 20:54 UTC (History)
1 user (show)

Fixed In Version: wireshark 2.4.12, wireshark 2.6.6
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-06-29 20:54:28 UTC
Embargoed:


Attachments (Terms of Use)

Description Laura Pardo 2019-01-18 21:44:37 UTC
In Wireshark 2.6.0 to 2.6.5 and 2.4.0 to 2.4.11, the P_MUL dissector could crash. This was addressed in epan/dissectors/packet-p_mul.c by rejecting the invalid sequence number of zero.


References:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15337
https://www.wireshark.org/security/wnpa-sec-2019-02.html

Upstream Patch:
https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bf9272a92f3df1e4ccfaad434e123222ae5313f7

Comment 1 Laura Pardo 2019-01-18 21:44:47 UTC
Created wireshark tracking bugs for this issue:

Affects: fedora-all [bug 1667582]

Comment 3 Riccardo Schirone 2019-03-08 16:08:06 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.