CVE-2026-53007

Source
https://cve.org/CVERecord?id=CVE-2026-53007
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53007.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53007
Downstream
Published
2026-06-24T16:29:18.570Z
Modified
2026-07-17T21:06:01.644593760Z
Summary
ice: fix potential NULL pointer deref in error path of ice_set_ringparam()
Details

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

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

icesetringparam nullifies tstampring of temporary txrings, without clearing ICETXRINGFLAGSTXTIME bit. When ICETXRINGFLAGSTXTIME is set and the subsequent icesetuptx_ring() call fails, a NULL pointer dereference could happen in the unwinding sequence:

icecleantxring() -> iceistxtimecfg() == true (ICETXRINGFLAGSTXTIME is set) -> icefreetxtstampring() -> icefreetstampring() -> tstampring->desc (NULL deref)

Clear ICETXRINGFLAGSTXTIME 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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53007.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ccde82e909467abdf098a8ee6f63e1ecf9a47ce5
Fixed
c54e3c270384829336b2526033d44ce1aa6dc67c
Fixed
fa28351f970fa5138c7c5dedfe5dea480a0ee065

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53007.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
7.0.10

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53007.json"