CVE-2025-5601
04.06.2025, 11:15
Column handling crashes in Wireshark 4.4.0 to 4.4.6 and 4.2.0 to 4.2.12 allows denial of service via packet injection or crafted capture file
Vendor | Product | Version |
---|---|---|
wireshark | wireshark | 4.2.0 ≤ 𝑥 < 4.2.12 |
wireshark | wireshark | 4.4.0 ≤ 𝑥 < 4.4.7 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.