Bugzilla – Bug 1220179
VUL-0: CVE-2024-24479: wireshark: Buffer Overflow via wsutil/to_str.c and format_fractional_part_nsecs results in Denial of Service
Last modified: 2024-03-22 14:39:24 UTC
Buffer Overflow vulnerability in Wireshark team Wireshark before v.4.2.0 allows a remote attacker to cause a denial of service via the wsutil/to_str.c, and format_fractional_part_nsecs components. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2024-24479 https://www.cve.org/CVERecord?id=CVE-2024-24479 https://gist.github.com/1047524396/c50ad17e9a1a18990043a7cd27814c78 https://github.com/wireshark/wireshark/commit/c3720cff158c265dec2a0c6104b1d65954ae6bfd https://bugzilla.redhat.com/show_bug.cgi?id=2265433
format_fractional_part_nsecs() was introduced during the development phase of 4.2, i.e. with 4.1.1. Therefor never went into an earlier released version, meaning 4.0 or earlier.
fix is part of 4.2.0 (commit c3720cff158c265dec2a0c6104b1d65954ae6bfd)
closing, normal users never saw this CVE