HOMEVULNERABILITIESCVE-2026-43445
NONE

CVE-2026-43445

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:

e1000/e1000e: Fix leak in DMA error cleanup

If an error is encountered while mapping TX buffers, the driver should

unmap any buffers already mapped for that skb.

Because count is incremented after a successful mapping, it will always

match the correct number of unmappings needed when dma_error is reached.

Decrementing count before the while loop in dma_error causes an

off-by-one error. If any mapping was successful before an unsuccessful

mapping, exactly one DMA mapping would leak.

In these commits, a faulty while condition caused an infinite loop in

dma_error:

Commit 03b1320dfcee ("e1000e: remove use of skb_dma_map from e1000e

driver")

Commit 602c0554d7b0 ("e1000: remove use of skb_dma_map from e1000 driver")

Commit c1fa347f20f1 ("e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of

unsigned in *_tx_map()") fixed the infinite loop, but introduced the

off-by-one error.

This issue may still exist in the igbvf driver, but I did not address it

in this patch.

NVD Source

Technical Analysis

CVE-2026-43445 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 (8)

Quick Facts

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

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-43445 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.