HOMEVULNERABILITIESCVE-2026-53007
NONE

CVE-2026-53007

Published: June 24, 2026· Updated: Jun 24, 2026

EPSS:0.15%probability of exploitation in 30 daysPercentile:5.0th

Official Description

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

ice: fix potential NULL pointer deref in error path of ice_set_ringparam()

ice_set_ringparam nullifies tstamp_ring of temporary tx_rings, without

clearing ICE_TX_RING_FLAGS_TXTIME bit.

When ICE_TX_RING_FLAGS_TXTIME is set and the subsequent

ice_setup_tx_ring() call fails, a NULL pointer dereference could happen

in the unwinding sequence:

ice_clean_tx_ring()

-> ice_is_txtime_cfg() == true (ICE_TX_RING_FLAGS_TXTIME is set)

-> ice_free_tx_tstamp_ring()

-> ice_free_tstamp_ring()

-> tstamp_ring->desc (NULL deref)

Clear ICE_TX_RING_FLAGS_TXTIME bit to avoid the potential issue.

Note that this potential issue is found by manual code review.

Compile test only since unfortunately I don't have E830 devices.

NVD Source

Technical Analysis

CVE-2026-53007 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 (2)

Quick Facts

CVE IDCVE-2026-53007
SeverityNONE
CISA KEVNo
EPSS (30d)0.15%
PublishedJun 24, 2026

Recommended Actions

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