HOMEVULNERABILITIESCVE-2026-43424
NONE

CVE-2026-43424

Published: May 8, 2026· Updated: May 12, 2026

EPSS:0.02%probability of exploitation in 30 daysPercentile:7.0th

Official Description

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

usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handling

The `tpg->tpg_nexus` pointer in the USB Target driver is dynamically

managed and tied to userspace configuration via ConfigFS. It can be

NULL if the USB host sends requests before the nexus is fully

established or immediately after it is dropped.

Currently, functions like `bot_submit_command()` and the data

transfer paths retrieve `tv_nexus = tpg->tpg_nexus` and immediately

dereference `tv_nexus->tvn_se_sess` without any validation. If a

malicious or misconfigured USB host sends a BOT (Bulk-Only Transport)

command during this race window, it triggers a NULL pointer

dereference, leading to a kernel panic (local DoS).

This exposes an inconsistent API usage within the module, as peer

functions like `usbg_submit_command()` and `bot_send_bad_response()`

correctly implement a NULL check for `tv_nexus` before proceeding.

Fix this by bringing consistency to the nexus handling. Add the

missing `if (!tv_nexus)` checks to the vulnerable BOT command and

request processing paths, aborting the command gracefully with an

error instead of crashing the system.

NVD Source

Technical Analysis

CVE-2026-43424 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (7)

Quick Facts

CVE IDCVE-2026-43424
SeverityNONE
CISA KEVNo
EPSS (30d)0.02%
PublishedMay 8, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43424 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.