<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>appsec.fyi — Wireshark</title>
  <link>https://appsec.fyi/tools.html#wireshark</link>
  <description>Curated Wireshark resources from appsec.fyi</description>
  <language>en-us</language>
  <atom:link href="https://appsec.fyi/feeds/tool/wireshark.xml" rel="self" type="application/rss+xml"/>
  <lastBuildDate>Sun, 07 Jun 2026 04:05:35 +0000</lastBuildDate>
  <managingEditor>carl@chs.us (Carl Sampson)</managingEditor>
  <item>
    <title>Wireshark 4.6.6 Patches Critical ROHC and MACsec Vulnerabilities</title>
    <link>https://www.linkedin.com/pulse/wireshark-466-patches-critical-rohc-macsec-vulnerabilities-idwae</link>
    <guid isPermaLink="true">https://www.linkedin.com/pulse/wireshark-466-patches-critical-rohc-macsec-vulnerabilities-idwae</guid>
    <description>Wireshark version 4.6.6 has been released, addressing critical vulnerabilities in the ROHC and MACsec protocols. These patches are essential for users to protect against potential security risks. The update is now available, and users are strongly encouraged to upgrade to the latest version to ensure their systems are secure.</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">news</category>
    <pubDate>Mon, 25 May 2026 19:45:32 +0000</pubDate>
  </item>
  <item>
    <title>GitHub - SharonBrizinov/Holy-Grail-PCAP: &quot;Holy Grail PCAP&quot; is a capture file offering exceptional coverage across nearly all tcpdump/Wireshark encapsulation types and dissectors.</title>
    <link>https://github.com/SharonBrizinov/Holy-Grail-PCAP</link>
    <guid isPermaLink="true">https://github.com/SharonBrizinov/Holy-Grail-PCAP</guid>
    <description>Library for comprehensive Wireshark dissector code coverage analysis and bug hunting, featuring the &quot;Holy Grail PCAP,&quot; a meticulously crafted capture file. This library includes over 1,600 dissectors across 186 link-layer types, including Bluetooth, USB, and CAN bus. It utilizes tools like `wirecov` for coverage measurement and `wirefuzz` for targeted dissector fuzzing, enabling bug discovery, CI/CD regression testing, and stress testing of packet processing tools.</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Sun, 03 May 2026 10:47:32 +0000</pubDate>
  </item>
  <item>
    <title>Critical Wireshark Vulnerabilities Let Attackers Execute Arbitrary Code Via Malformed Packets</title>
    <link>https://cybersecuritynews.com/wireshark-vulnerabilities-code-execution/</link>
    <guid isPermaLink="true">https://cybersecuritynews.com/wireshark-vulnerabilities-code-execution/</guid>
    <description>Library update addressing over 40 Wireshark vulnerabilities, including critical remote code execution flaws (CVE-2026-5402, CVE-2026-5403, CVE-2026-5405, CVE-2026-5656) within dissectors for TLS, SBC, RDP, and profile imports. Numerous other vulnerabilities lead to denial-of-service conditions through dissector crashes (e.g., CVE-2026-5409, CVE-2026-5408, CVE-2026-5406) and infinite loops (CVE-2026-5407), alongside decompression engine issues (CVE-2026-6535, CVE-2026-6533).</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">news</category>
    <pubDate>Fri, 01 May 2026 11:59:55 +0000</pubDate>
  </item>
  <item>
    <title>Multiple Wireshark Flaws Allow Remote Code Execution via Malformed Packets</title>
    <link>https://cyberpress.org/multiple-wireshark-flaws/</link>
    <guid isPermaLink="true">https://cyberpress.org/multiple-wireshark-flaws/</guid>
    <description>Writeup on critical Wireshark vulnerabilities, including CVE-2026-5402 (TLS dissector heap overflow), CVE-2026-5403 (SBC audio codec crash), CVE-2026-5405 (RDP dissector crash), and CVE-2026-5656 (profile import code execution). These flaws allow remote code execution via malformed packets in network captures or through crafted PCAP files, posing a significant risk to security professionals analyzing untrusted data. Version 4.6.5 addresses over 40 vulnerabilities, including DoS issues impacting protocols like SMB2 and HTTP.</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">news</category>
    <pubDate>Fri, 01 May 2026 10:49:38 +0000</pubDate>
  </item>
  <item>
    <title>TrafficWatch - TrafficWatch A Packet Sniffer Tool Allows You To Monitor And Analyze Network Traffic From PCAP Files</title>
    <link>https://www.kitploit.com/2023/11/trafficwatch-trafficwatch-packet.html</link>
    <guid isPermaLink="true">https://www.kitploit.com/2023/11/trafficwatch-trafficwatch-packet.html</guid>
    <description>TrafficWatch - TrafficWatch, A Packet Sniffer Tool, Allows You To Monitor And Analyze Network Traffic From PCAP Files https://ift.tt/c1tg2uv</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">beginner</category>
    <pubDate>Sun, 05 Nov 2023 13:32:45 +0000</pubDate>
  </item>
  <item>
    <title>Creating an Advanced Network Packet Sniffer in Python: A Step-by-Step Guide</title>
    <link>https://medium.com/m/global-identity-2?redirectUrl=https%3A%2F%2Fsystemweakness.com%2Fcreating-an-advanced-network-packet-sniffer-in-python-a-step-by-step-guide-d6f3ceae36d4</link>
    <guid isPermaLink="true">https://medium.com/m/global-identity-2?redirectUrl=https%3A%2F%2Fsystemweakness.com%2Fcreating-an-advanced-network-packet-sniffer-in-python-a-step-by-step-guide-d6f3ceae36d4</guid>
    <description>The content is a step-by-step guide on creating an advanced network packet sniffer using Python. It provides detailed instructions on how to build the sniffer tool, which can capture and analyze network packets for various purposes. The guide likely covers topics such as setting up the necessary libraries, capturing packets, analyzing packet data, and potentially implementing additional features for advanced functionality. Overall, the content aims to help readers understand the process of creating a network packet sniffer using Python through a structured and informative guide.</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Tue, 31 Jan 2023 05:37:04 +0000</pubDate>
  </item>
  <item>
    <title>Capturing Network Traffic With Python And TShark</title>
    <link>https://tateg.medium.com/capturing-network-traffic-with-python-and-tshark-19599d39dbce</link>
    <guid isPermaLink="true">https://tateg.medium.com/capturing-network-traffic-with-python-and-tshark-19599d39dbce</guid>
    <description>Capturing Network Traffic With Python And TShark</description>
    <category domain="tool">Wireshark</category>
    <category domain="difficulty">intermediate</category>
    <pubDate>Sat, 15 Jan 2022 14:30:00 +0000</pubDate>
  </item>
</channel>
</rss>