VYPR
Medium severity5.5NVD Advisory· Published Mar 25, 2026· Updated Apr 24, 2026

CVE-2026-23365

CVE-2026-23365

Description

In the Linux kernel, the following vulnerability has been resolved:

net: usb: kalmia: validate USB endpoints

The kalmia driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it binds to it. If a malicious device were to not have the same urbs the driver will crash later on when it blindly accesses these endpoints.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

The Linux kernel's kalmia USB driver lacks endpoint validation, allowing a malicious device to cause a crash by providing unexpected endpoint types.

Vulnerability

The Linux kernel's kalmia USB: kalmia` driver fails to validate the number and types of USB endpoints present on a device before binding to it. The driver assumes a specific endpoint configuration and will blindly access endpoints without checking if they exist or their types are correct. This missing validation can lead to a NULL pointer dereference or other memory safety issues when the driver attempts to use endpoints that do not exist or are of an unexpected type [1][2][3][4].

Exploitation

An attacker with physical access to the system can plug in a malicious USB device that presents itself as a kalmia device but does not have the expected endpoints. No authentication is required beyond the ability to connect a USB device. The attack surface is limited to systems where the kalmia driver is loaded and a malicious device can be attached.

Impact

If exploited, the vulnerability can cause a kernel crash (denial of service) due to the driver's unsafe access to invalid endpoint structures. The CVSS v3 score of 5.5 (Medium) reflects the requirement for physical access and the resulting availability impact.

Mitigation

The fix has been applied in the Linux kernel stable tree via commits [1][2][3][4]. Users should update their kernel to a version containing these patches. No workaround is available other than not using the kalmia driver or physically securing USB ports.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

10
  • Linux/Kernel10 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 9 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=3.0.1,<5.10.253
    • cpe:2.3:o:linux:linux_kernel:3.0:-:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*
    • (no CPE)

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

8

News mentions

0

No linked articles in our index yet.