Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-23389
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Mar, 2026 | 10:28
Updated At-11 May, 2026 | 22:05
Rejected At-
▼CVE Numbering Authority (CNA)
ice: Fix memory leak in ice_set_ringparam()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix memory leak in ice_set_ringparam() In ice_set_ringparam, tx_rings and xdp_rings are allocated before rx_rings. If the allocation of rx_rings fails, the code jumps to the done label leaking both tx_rings and xdp_rings. Furthermore, if the setup of an individual Rx ring fails during the loop, the code jumps to the free_tx label which releases tx_rings but leaks xdp_rings. Fix this by introducing a free_xdp label and updating the error paths to ensure both xdp_rings and tx_rings are properly freed if rx_rings allocation or setup fails. Compile tested only. Issue found using a prototype static analysis tool and code review.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/ethernet/intel/ice/ice_ethtool.c
Default Status
unaffected
Versions
Affected
  • From fcea6f3da546b93050f3534aadea7bd96c1d7349 before e0c211a0c26159058303712d6b4fbd1c88835e6d (git)
  • From fcea6f3da546b93050f3534aadea7bd96c1d7349 before b23282218eca27b710111460b4964c8a456c6c44 (git)
  • From fcea6f3da546b93050f3534aadea7bd96c1d7349 before 63dc317dfcd3faffd082c2bf3080f9ad070273da (git)
  • From fcea6f3da546b93050f3534aadea7bd96c1d7349 before 44ba32a892b72de3faa04b8cfb1f2f1418fdd580 (git)
  • From fcea6f3da546b93050f3534aadea7bd96c1d7349 before fe868b499d16f55bbeea89992edb98043c9de416 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/net/ethernet/intel/ice/ice_ethtool.c
Default Status
affected
Versions
Affected
  • 4.17
Unaffected
  • From 0 before 4.17 (semver)
  • From 6.6.136 through 6.6.* (semver)
  • From 6.12.81 through 6.12.* (semver)
  • From 6.18.22 through 6.18.* (semver)
  • From 6.19.7 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/e0c211a0c26159058303712d6b4fbd1c88835e6d
N/A
https://git.kernel.org/stable/c/b23282218eca27b710111460b4964c8a456c6c44
N/A
https://git.kernel.org/stable/c/63dc317dfcd3faffd082c2bf3080f9ad070273da
N/A
https://git.kernel.org/stable/c/44ba32a892b72de3faa04b8cfb1f2f1418fdd580
N/A
https://git.kernel.org/stable/c/fe868b499d16f55bbeea89992edb98043c9de416
N/A
Hyperlink: https://git.kernel.org/stable/c/e0c211a0c26159058303712d6b4fbd1c88835e6d
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/b23282218eca27b710111460b4964c8a456c6c44
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/63dc317dfcd3faffd082c2bf3080f9ad070273da
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/44ba32a892b72de3faa04b8cfb1f2f1418fdd580
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/fe868b499d16f55bbeea89992edb98043c9de416
Resource: N/A
Details not found