5.5
CVE-2026-43445
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:12
- Zuletzt bearbeitet 21.05.2026 16:38:08
- Quelle 416baaa9-dc9f-4396-8d5f-8c081f
- CVE-Watchlists
- Unerledigt
e1000/e1000e: Fix leak in DMA error cleanup
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.Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 2.6.33.1 < 5.10.253
Linux ≫ Linux Kernel Version >= 5.11 < 5.15.203
Linux ≫ Linux Kernel Version >= 5.16 < 6.1.167
Linux ≫ Linux Kernel Version >= 6.2 < 6.6.130
Linux ≫ Linux Kernel Version >= 6.7 < 6.12.78
Linux ≫ Linux Kernel Version >= 6.13 < 6.18.19
Linux ≫ Linux Kernel Version >= 6.19 < 6.19.9
Linux ≫ Linux Kernel Version2.6.33 Update-
Linux ≫ Linux Kernel Version2.6.33 Updaterc6
Linux ≫ Linux Kernel Version2.6.33 Updaterc7
Linux ≫ Linux Kernel Version2.6.33 Updaterc8
Linux ≫ Linux Kernel Version7.0 Updaterc1
Linux ≫ Linux Kernel Version7.0 Updaterc2
Linux ≫ Linux Kernel Version7.0 Updaterc3
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.12% | 0.024 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 5.5 | 1.8 | 3.6 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
|
CWE-401 Missing Release of Memory after Effective Lifetime
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.
https://git.kernel.org/stable/c/7eaeb778bfaa3b2a804f89321c234d59c74569db
https://git.kernel.org/stable/c/0606c24a745bafd1be5d66c48361638cd9cad74b
https://git.kernel.org/stable/c/519051c711dfd239ef6e4b28878efee400a035f9
https://git.kernel.org/stable/c/0a1fc25deabab4efce64610e3c449485c4fa8f5f
https://git.kernel.org/stable/c/fa5ba9867a55e640df0dc79bf0199770fb043f03
https://git.kernel.org/stable/c/30e87ade8d678c25a8546cf38c0b498fa5cb27d3
https://git.kernel.org/stable/c/10b5e65959e955a1c8894e0a5413944b5a70204a
https://git.kernel.org/stable/c/e94eaef11142b01f77bf8ba4d0b59720b7858109