CVE-2026-6519
Description
A flaw was found in Wireshark. A remote attacker could exploit an infinite loop vulnerability within the MBIM (Mobile Broadband Interface Model) protocol dissector. This could lead to a denial of service (DoS) condition, making the application unresponsive.
Mitigation
To mitigate this issue, avoid opening untrusted capture files in Wireshark. Additionally, the MBIM protocol dissector can be disabled to prevent processing of potentially malicious MBIM data. This can be achieved by navigating to `Analyze -> Enabled Protocols...` in Wireshark and unchecking the "MBIM" protocol, or by starting Wireshark from the command line with `-d mbim==FALSE`. Disabling the dissector may impact the ability to analyze legitimate MBIM traffic. A restart of Wireshark is required for the change to take effect.
Common Vulnerability Scoring System (CVSS) Score Details
Info alert:Important note
CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authority (CNA) source for its products and services (see Red Hat classifications).
The following CVSS metrics and score provided are preliminary and subject to review.
CVSS v3 Score Breakdown
| Red Hat | NVD | cve.org | |
|---|---|---|---|
| Base Score | 6.5 | 7.5 | 5.5 |
| Attack Vector | Network | Network | Local |
| Attack Complexity | Low | Low | Low |
| Privileges Required | None | None | None |
| User Interaction | Required | None | Required |
| Scope | Unchanged | Unchanged | Unchanged |
| Confidentiality | None | None | None |
| Integrity Impact | None | None | None |
| Availability Impact | High | High | High |
Vector
Red Hat: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
NVD: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
cve.org: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Understanding the Weakness (CWE)
Availability
Technical Impact: DoS: Resource Consumption (CPU); DoS: Resource Consumption (Memory); DoS: Amplification
An infinite loop will cause unexpected consumption of resources, such as CPU cycles or memory. The software's operation may slow down, or cause a long time to respond.
Frequently Asked Questions
Not sure what something means? Check out our Security Glossary.
Want to get errata notifications? Sign up here.