CVEbaza.plCWE DictionaryCWE-484
Common Weakness Enumeration

CWE-484

Omitted Break Statement in Switch

Category: BaseCVE: 1
Description

The product omits a break statement within a switch or similar construct, causing code associated with multiple conditions to execute. This can cause problems when the programmer only intended to execute code associated with one condition.

Extended Description

This can lead to critical code executing in situations where it should not.

CVE vulnerabilities with CWE-484 (1)
3.7
CVSS
LOW
CVE-2026-44075

A missing break statement in DSI OpenSession processing in Netatalk 1.5.0 through 4.4.2 causes a DSIOPT_ATTNQUANT switch case to fall through into DSIOPT_SERVQUANT, resulting in unintended session option handling that may allow a remote attacker to cause a minor service disruption via crafted DSI session options.

pub. 2026-05-21
Information
ID: CWE-484
Type: Base
Vulnerabilities: 1
MITRE CWE ↗
← CWE Dictionary