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

ice: fix PTP Call Trace during PTP release

If a PF reset occurs when the PTP state is ICE_PTP_UNINIT, then
ice_ptp_rebuild() will update the state to ICE_PTP_ERROR. This will
result in the following PTP release call trace during driver unload:

kernel BUG at lib/list_debug.c:52!
ice_ptp_release+0x332/0x3c0 [ice]
ice_deinit_features.part.0+0x10e/0x120 [ice]
ice_remove+0x100/0x220 [ice]

This was observed when passing PF1 through to a VM. ice_ptp_init()
fails because ctrl_pf is NULL and sets the state to ICE_PTP_UNINIT.

Fix by detecting the ICE_PTP_UNINIT state in ice_ptp_rebuild() and
returning without error, preventing the invalid state transition to
ICE_PTP_ERROR. The only valid path to ICE_PTP_ERROR is from
ICE_PTP_RESETTING after a failed rebuild.
Published: 2026-08-10
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

During a PF reset when the PTP state is ICE_PTP_UNINIT, the ice driver’s ice_ptp_rebuild() incorrectly changes the state to ICE_PTP_ERROR, which leads to a kernel BUG at lib/list_debug.c:52 during driver unload. This BUG can crash the kernel, resulting in a service disruption on the host. The weakness is a misuse of internal state transitions that fails to guard against an uninitialized state.

Affected Systems

All Linux distributions that ship the Linux kernel with the ice network driver before the fix is applied are affected. The vulnerability is present in any kernel version containing the buggy ice driver logic, regardless of vendor, as the CPE indicates "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*".

Risk and Exploitability

The CVSS score is 5.5, indicating a medium severity, while the EPSS score is less than 1%, showing low exploitation probability. The vulnerability is not listed in CISA KEV. The lack of publicly reported exploits suggests low to medium exploitability, but the impact of a kernel crash is high. An attacker with local or privileged access who can trigger a PF reset or pass through a PF to a virtual machine is likely able to trigger the BUG. Because the kernel panics, the vulnerability can be used for denial of service but does not appear to allow remote code execution.

Generated by OpenCVE AI on August 13, 2026 at 07:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the ice driver patch that checks for ICE_PTP_UNINIT in ice_ptp_rebuild() (commit 14fceda28069).
  • Disable PTP functionality on the ice interface, for example by loading the driver with the module parameter 'ptp=off' or using sysfs to disable PTP, until the kernel can be updated.
  • Continuously monitor kernel logs for the occurrence of BUG messages at lib/list_debug.c:52 and investigate promptly if they recur.

Generated by OpenCVE AI on August 13, 2026 at 07:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-617
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Low


Mon, 10 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP Call Trace during PTP release If a PF reset occurs when the PTP state is ICE_PTP_UNINIT, then ice_ptp_rebuild() will update the state to ICE_PTP_ERROR. This will result in the following PTP release call trace during driver unload: kernel BUG at lib/list_debug.c:52! ice_ptp_release+0x332/0x3c0 [ice] ice_deinit_features.part.0+0x10e/0x120 [ice] ice_remove+0x100/0x220 [ice] This was observed when passing PF1 through to a VM. ice_ptp_init() fails because ctrl_pf is NULL and sets the state to ICE_PTP_UNINIT. Fix by detecting the ICE_PTP_UNINIT state in ice_ptp_rebuild() and returning without error, preventing the invalid state transition to ICE_PTP_ERROR. The only valid path to ICE_PTP_ERROR is from ICE_PTP_RESETTING after a failed rebuild.
Title ice: fix PTP Call Trace during PTP release
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T04:59:25.287Z

Reserved: 2026-07-30T09:28:09.370Z

Link: CVE-2026-68133

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:19:58.760

Modified: 2026-08-17T05:18:13.133

Link: CVE-2026-68133

cve-icon Redhat

Severity : Low

Publid Date: 2026-08-10T00:00:00Z

Links: CVE-2026-68133 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T07:30:06Z

Weaknesses