Bug 1697947 (CVE-2019-10894) - CVE-2019-10894 wireshark: GSS-API dissector crash (wnpa-sec-2019-14)
Summary: CVE-2019-10894 wireshark: GSS-API dissector crash (wnpa-sec-2019-14)
Keywords:
Status: CLOSED WONTFIX
Alias: CVE-2019-10894
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1697948 1710768
Blocks: 1697993
TreeView+ depends on / blocked
 
Reported: 2019-04-09 10:55 UTC by Marian Rehak
Modified: 2021-06-29 20:16 UTC (History)
9 users (show)

Fixed In Version: wireshark 3.0.1, wireshark 2.6.8, wireshark 2.4.14
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-06-29 20:16:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Marian Rehak 2019-04-09 10:55:11 UTC
A crash due to an assertion failure can be observed in an ASAN build of Wireshark, by feeding a malformed file to tshark ("$ ./tshark -nVxr /path/to/file").

External Referencies:
https://www.wireshark.org/security/wnpa-sec-2019-14.html

Upstream bug(s):
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15613

Comment 1 Marian Rehak 2019-04-09 10:55:25 UTC
Created wireshark tracking bugs for this issue:

Affects: fedora-all [bug 1697948]

Comment 4 Riccardo Schirone 2019-05-16 09:35:23 UTC
An assertion is reachable in call_dissector_only() in epan/packet.c, which checks whether the handle passed as argument is not NULL. In debug builds, this may just crash the application, while in release builds a NULL pointer dereference, with following crash, is possible.

Comment 5 Riccardo Schirone 2019-05-16 09:35:25 UTC
External References:

https://www.wireshark.org/security/wnpa-sec-2019-14.html


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