Bug 1655934 (CVE-2018-19624)
Summary: | CVE-2018-19624 wireshark: NULL pointer dereference resulting in a PVFS dissector crash | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Andrej Nemec <anemec> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | denis, huzaifas, lemenkov, mruprich, msehnout, phatina, rvokal |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | wireshark 2.6.5, wireshark 2.4.11 | Doc Type: | If docs needed, set a value |
Doc Text: |
A NULL pointer dereference vulnerability in the PVFS dissector allows Wireshark to crash when parsing a specially crafted pcap file. A remote attacker could cause a denial of service to Wireshark by injecting malicious packets into the network that are automatically processed.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-12-06 10:50:43 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: | 1655944 | ||
Bug Blocks: | 1655949 |
Description
Andrej Nemec
2018-12-04 09:49:37 UTC
Created wireshark tracking bugs for this issue: Affects: fedora-all [bug 1655944] This issue seems to have been introduced with commit: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=281dd22da96daa105580bf25f064ddfdc99a719d which allowed to read 0 bytes from empty buffer without throwing exception when p == NULL and length == 0. However, p is later used which results in NULL pointer dereference. It affects only wireshark 2.6.4. Statement: This issue did not affect the versions of wireshark as shipped with Red Hat Enterprise Linux 5, 6 and 7. |