Upstream update available: wireshark 4.4.5 → 4.4.14 #8

Closed
opened 2026-04-29 17:33:33 +03:00 by sbelikov · 1 comment
Owner

Upstream update available: wireshark 4.4.54.4.14

Package

  • Package: wireshark
  • RPM name: wireshark
  • Branch: niceos-5.2
  • Current EVR: 4.4.5-1
  • Update class: patch
  • Compare method: python_rpm
  • Update policy: leaf
  • Risk tags: network-facing

Upstream

Signals

  • Security-relevant keywords detected: True
  • Policy blocked: False
  • Policy reason: -
  • Labels: bot, needs-build, needs-triage, priority/high, security-release, update/patch, upstream-update, upstream/gitlab

Upstream release notes / description

Wireshark 4.4.14 Release Notes

What is Wireshark?

Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education.

Wireshark is hosted by the Wireshark Foundation, a nonprofit which promotes protocol analysis education. Wireshark and the foundation depend on your contributions in order to do their work! If you or your organization would like to contribute or become a sponsor, please visit wiresharkfoundation.org.

What's New

Bug Fixes

The following vulnerabilities have been fixed:

  • [wnpa-sec-2026-05] USB HID dissector memory exhaustion. Bug 20972. CVE-2026-3201.
  • [wnpa-sec-2026-07] RF4CE Profile dissector crash. Bug 21009. CVE-2026-3203.

The following bugs have been fixed:

  • Bug in decoding 5G NAS message - Extended CAG information list IE. Bug 20946.
  • PQC signature algorithm not reported in signature_algorithms. Bug 20953.
  • Unexpected JA4 ALPN values when space characters sent. Bug 20966.
  • Expert Info seems to have quadratic performance (gets slower and slower). Bug 20970.
  • USB-HID: Resource exhaustion in parse_report_descriptor() due to missing array size limit. Bug 20972.
  • Fuzz job crash: fuzz-2026-02-01-12944805400.pcap [Zigbee Direct Tunneling Zigbee NWK PDUs NULL hash table]. Bug 20977.
  • RDM status in Output Status (GoodOutputB) field incorrectly decoded in Art-Net PollReply dissector. Bug 20980.
  • TDS dissector desynchronizes on RPC DATENTYPE (0x28) due to incorrect expectation of TYPE_VARLEN (MaxLen). Bug 21001.
  • Only first HTTP POST is parsed inside SOCKS with "Decode As". Bug 21006.
  • Fuzz job crash: fuzz-2026-02-06-13021968622.pcap. Bug 21009.
  • New Diameter RAT-Types in TS 29.212 not decoded. Bug 21012.

New Protocol Support

There are no new protocols in this release.

Updated Protocol Support

Art-Net, NAS-5GS, TDS, TECMP, USB HID, ZBD, ZB TLV

New and Updated Capture File Support

BLF

New and Updated File Format Decoding Support

There is no updated file format support in this release.

Getting Wireshark

Wireshark source code and installation packages are available from https://www.wireshark.org/download.html.

Vendor-supplied Packages

Most Linux and Unix vendors supply their own Wireshark packages. You can usually install or upgrade Wireshark using the package management system specific to that platform. A list of third-party packages can be found on the download page on the Wireshark web site.

File Locations

Wireshark and TShark look in several different locations for preference files, plugins, SNMP MIBS, and RADIUS dictionaries. These locations vary from platform to platform. You can use Help › About Wireshark › Folders or tshark -G folders to find the default locations on your system.

Getting Help

The User's Guide, manual pages and various other documentation can be found at https://www.wireshark.org/docs/.

Community support is available on Wireshark's Q&A site and on the wireshark-users mailing list. Subscription information and archives for all of Wireshark's mailing lists can be found on the mailing list site.

Bugs and feature requests can be reported on the issue tracker.

You can learn protocol analysis and meet Wireshark's developers at SharkFest.

Getting Certified

You can become a Wireshark Certified Analyst! Learn more at https://www.wireshark.org/certifications.

How You Can Help

The Wireshark Foundation helps as many people as possible understand their networks as much as possible. You can find out more and donate at wiresharkfoundation.org.

Frequently Asked Questions

A complete FAQ is available on the Wireshark web site.

NiceOS maintainer checklist

  • Confirm that the detected version is a stable upstream release.
  • Check upstream changelog for security fixes, ABI/API changes and build-system changes.
  • Check ABI/API compatibility and reverse dependencies.
  • Download source into NiceOS lookaside storage.
  • Update Version and related fields in SPECS/*.spec only if policy allows it.
  • Regenerate SOURCES/sources.lock.json, manifests, metadata and SBOM.
  • Build SRPM/RPM in a clean NiceOS buildroot.
  • Run package smoke tests.
  • Link PR/build logs and close this issue after update or triage.

Bot metadata

  • Tool: niceos_upstream_monitor.py 1.4
  • Generated at: 2026-04-29T14:34:20Z
<!-- niceos-upstream-monitor:fingerprint=upstream-update:wireshark:4.4.14 --> <!-- niceos-upstream-monitor:package=wireshark --> <!-- niceos-upstream-monitor:current=4.4.5 --> <!-- niceos-upstream-monitor:latest=4.4.14 --> # Upstream update available: `wireshark` `4.4.5` → `4.4.14` ## Package - Package: `wireshark` - RPM name: `wireshark` - Branch: `niceos-5.2` - Current EVR: `4.4.5-1` - Update class: `patch` - Compare method: `python_rpm` - Update policy: `leaf` - Risk tags: `network-facing` ## Upstream - Upstream type: `gitlab` - Upstream project: `wireshark/wireshark` - Upstream URL: https://gitlab.com/wireshark/wireshark - Detected version: `4.4.14` - Tag/release: `v4.4.14` - Source: `gitlab_release` - Published: `2026-02-23T23:00:00.000Z` - Release URL: https://gitlab.com/wireshark/wireshark/-/releases/v4.4.14 - Source URL: - - Pre-release: `False` ## Signals - Security-relevant keywords detected: `True` - Policy blocked: `False` - Policy reason: `-` - Labels: `bot, needs-build, needs-triage, priority/high, security-release, update/patch, upstream-update, upstream/gitlab` ## Upstream release notes / description # Wireshark 4.4.14 Release Notes ## What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. Wireshark is hosted by the Wireshark Foundation, a nonprofit which promotes protocol analysis education. Wireshark and the foundation depend on your contributions in order to do their work! If you or your organization would like to contribute or become a sponsor, please visit [wiresharkfoundation.org](https://wiresharkfoundation.org). ## What's New ### Bug Fixes The following vulnerabilities have been fixed: - **[wnpa-sec-2026-05]** USB HID dissector memory exhaustion. [Bug 20972](https://gitlab.com/wireshark/wireshark/-/issues/20972). CVE-2026-3201. - **[wnpa-sec-2026-07]** RF4CE Profile dissector crash. [Bug 21009](https://gitlab.com/wireshark/wireshark/-/issues/21009). CVE-2026-3203. The following bugs have been fixed: - Bug in decoding 5G NAS message - Extended CAG information list IE. [Bug 20946](https://gitlab.com/wireshark/wireshark/-/issues/20946). - PQC signature algorithm not reported in signature_algorithms. [Bug 20953](https://gitlab.com/wireshark/wireshark/-/issues/20953). - Unexpected JA4 ALPN values when space characters sent. [Bug 20966](https://gitlab.com/wireshark/wireshark/-/issues/20966). - Expert Info seems to have quadratic performance (gets slower and slower). [Bug 20970](https://gitlab.com/wireshark/wireshark/-/issues/20970). - USB-HID: Resource exhaustion in parse_report_descriptor() due to missing array size limit. [Bug 20972](https://gitlab.com/wireshark/wireshark/-/issues/20972). - Fuzz job crash: fuzz-2026-02-01-12944805400.pcap [Zigbee Direct Tunneling Zigbee NWK PDUs NULL hash table]. [Bug 20977](https://gitlab.com/wireshark/wireshark/-/issues/20977). - RDM status in Output Status (GoodOutputB) field incorrectly decoded in Art-Net PollReply dissector. [Bug 20980](https://gitlab.com/wireshark/wireshark/-/issues/20980). - TDS dissector desynchronizes on RPC DATENTYPE (0x28) due to incorrect expectation of TYPE_VARLEN (MaxLen). [Bug 21001](https://gitlab.com/wireshark/wireshark/-/issues/21001). - Only first HTTP POST is parsed inside SOCKS with "Decode As". [Bug 21006](https://gitlab.com/wireshark/wireshark/-/issues/21006). - Fuzz job crash: fuzz-2026-02-06-13021968622.pcap. [Bug 21009](https://gitlab.com/wireshark/wireshark/-/issues/21009). - New Diameter RAT-Types in TS 29.212 not decoded. [Bug 21012](https://gitlab.com/wireshark/wireshark/-/issues/21012). ### New Protocol Support There are no new protocols in this release. ### Updated Protocol Support Art-Net, NAS-5GS, TDS, TECMP, USB HID, ZBD, ZB TLV ### New and Updated Capture File Support BLF ### New and Updated File Format Decoding Support There is no updated file format support in this release. ## Getting Wireshark Wireshark source code and installation packages are available from [https://www.wireshark.org/download.html](https://www.wireshark.org/download.html). ### Vendor-supplied Packages Most Linux and Unix vendors supply their own Wireshark packages. You can usually install or upgrade Wireshark using the package management system specific to that platform. A list of third-party packages can be found on the [download page](https://www.wireshark.org/download.html) on the Wireshark web site. ## File Locations Wireshark and TShark look in several different locations for preference files, plugins, SNMP MIBS, and RADIUS dictionaries. These locations vary from platform to platform. You can use **Help › About Wireshark › Folders** or `tshark -G folders` to find the default locations on your system. ## Getting Help The User's Guide, manual pages and various other documentation can be found at [https://www.wireshark.org/docs/](https://www.wireshark.org/docs/). Community support is available on [Wireshark's Q&A site](https://ask.wireshark.org/) and on the wireshark-users mailing list. Subscription information and archives for all of Wireshark's mailing lists can be found on [the mailing list site](https://lists.wireshark.org/lists/). Bugs and feature requests can be reported on [the issue tracker](https://gitlab.com/wireshark/wireshark/-/issues). You can learn protocol analysis and meet Wireshark's developers at [SharkFest](https://sharkfest.wireshark.org). ## Getting Certified You can become a Wireshark Certified Analyst! Learn more at [https://www.wireshark.org/certifications](https://www.wireshark.org/certifications). ## How You Can Help The Wireshark Foundation helps as many people as possible understand their networks as much as possible. You can find out more and donate at [wiresharkfoundation.org](https://wiresharkfoundation.org). ## Frequently Asked Questions A complete FAQ is available on the [Wireshark web site](https://www.wireshark.org/faq.html). ## NiceOS maintainer checklist - [ ] Confirm that the detected version is a stable upstream release. - [ ] Check upstream changelog for security fixes, ABI/API changes and build-system changes. - [ ] Check ABI/API compatibility and reverse dependencies. - [ ] Download source into NiceOS lookaside storage. - [ ] Update `Version` and related fields in `SPECS/*.spec` only if policy allows it. - [ ] Regenerate `SOURCES/sources.lock.json`, manifests, metadata and SBOM. - [ ] Build SRPM/RPM in a clean NiceOS buildroot. - [ ] Run package smoke tests. - [ ] Link PR/build logs and close this issue after update or triage. ## Bot metadata - Tool: `niceos_upstream_monitor.py 1.4` - Generated at: `2026-04-29T14:34:20Z`
Author
Owner

Package version is now 4.4.14 and target version was 4.4.14. Closing as resolved.\n\n_Closed by niceos_upstream_monitor.py 1.4 at 2026-04-29T14:35:24Z._

Package version is now `4.4.14` and target version was `4.4.14`. Closing as resolved.\n\n_Closed by `niceos_upstream_monitor.py 1.4` at `2026-04-29T14:35:24Z`._
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rpms/wireshark#8
No description provided.