Lucene search
+L

277 matches found

cvelist
cvelist
added 2026/02/04 4:0 p.m.41 views

CVE-2026-23041 bnxt_en: Fix NULL pointer crash in bnxt_ptp_enable during error cleanup

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix NULL pointer crash in bnxtptpenable during error cleanup When bnxtinitone fails during initialization e.g., bnxtinitintmode returns -ENODEV, the error path calls bnxtfreehwrmresources which destroys the DMA pool and...

0.00145EPSS
Exploits0References2
osv
osv
added 2026/01/31 12:16 p.m.6 views

UBUNTU-CVE-2026-23017

In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the inittask on load If the inittask fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that state a subsequent reset will result in a crash as...

5.5CVSS5.7AI score0.00132EPSS
Exploits0References5
attackerkb
attackerkb
added 2026/01/31 11:39 a.m.4 views

CVE-2026-23017

In the Linux kernel, the following vulnerability has been resolved: idpf: fix error handling in the inittask on load If the inittask fails during a driver load, we end up without vports and netdevs, effectively failing the entire process. In that state a subsequent reset will result in a crash as...

5.7AI score0.00132EPSS
Exploits0References3Affected Software1
cve
cve
added 2026/01/31 11:39 a.m.25 views

CVE-2026-23017

CVE-2026-23017 affects the Linux kernel idpf driver. Root cause: if init_task fails during driver load, vports/netdevs are not created and a reset can crash while service/mailbox tasks run. Fix: in the init_task error path, disable service/mailbox tasks and stop PTP callbacks; ensures proper clea...

5.5CVSS5.7AI score0.00132EPSS
Exploits0References2Affected Software1
redos
redos
added 2026/01/19 12:0 a.m.4 views

ROS-20260119-7377

A vulnerability in the drivers/ptp component of the Linux operating system kernel is related to pointer dereferencing errors. Exploitation of the vulnerability could allow an attacker to cause a denial of service...

5.5CVSS7.8AI score0.00213EPSS
Exploits0
astralinux
astralinux
added 2026/01/13 2:1 p.m.7 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: net: phy: micrel: always set shared-phydev for LAN8814 Currently, during the LAN8814 PTP probe, shared-phydev is only set if the PTP clock is actually set. Otherwise, the function returns before setting it. This is a problem...

5.9AI score0.00172EPSS
Exploits0References3
astralinux
astralinux
added 2026/01/13 2:1 p.m.5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ice: fixed the cleanup of PTP resources during driver removal in error paths. The cleanup of PTP resources was improved when releasing resources in error paths. This error can occur either at the driver probe or during PTP featur...

5.9AI score0.00172EPSS
Exploits0References3
susecve
susecve
added 2026/01/06 12:24 a.m.5 views

SUSE CVE-2025-68752

In the Linux kernel, the following vulnerability has been resolved: iavf: Implement settime64 with -EOPNOTSUPP ptpclocksettime assumes every ptpclock has implemented settime64. Stub it with -EOPNOTSUPP to prevent a NULL dereference. The fix is similar to commit 329d050bbe63 "gve: Implement...

4.4CVSS6.5AI score0.00155EPSS
Exploits0References3
ptsecurity
ptsecurity
added 2026/01/05 12:0 a.m.10 views

PT-2026-1240

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the ptp clock settime function. This function incorrectly assumes that every precision time protocol PTP clock has implemented the settime64...

9.8CVSS6.4AI score0.00385EPSS
Exploits8References413
ptsecurity
ptsecurity
added 2026/01/01 12:0 a.m.10 views

PT-2026-8218

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.19.0-rc6+ Description The Linux kernel contains a flaw related to the Intel Ice network driver and the Precision Time Protocol PTP. A race condition can occur where PTP periodic work runs while a Virtual Switch...

9.8CVSS6.4AI score0.0071EPSS
Exploits7References467
ptsecurity
ptsecurity
added 2026/01/01 12:0 a.m.9 views

PT-2026-6111

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.19-rc3 Description The Broadcom network driver in the Linux kernel contains a flaw related to PTP Precision Time Protocol handling. Specifically, a NULL pointer dereference can occur in the bnxt ptp enable...

5.3AI score0.00145EPSS
Exploits0References7
susecve
susecve
added 2025/12/31 12:27 a.m.3 views

SUSE CVE-2023-54238

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napiconsume nor by devkfreeskbany. Add call to napiconsumeskb to properly free SKBs. Another...

4.7CVSS6.5AI score0.00166EPSS
Exploits0References5
euvd
euvd
added 2025/12/30 3:30 p.m.7 views

EUVD-2023-60497

In the Linux kernel, the following vulnerability has been resolved: ptpqoriq: fix memory leak in probe Smatch complains that: drivers/ptp/ptpqoriq.c ptpqoriqprobe warn: 'base' from ioremap not released. Fix this by revising the parameter from 'ptpqoriq-base' to 'base'. This is only a bug if...

6.1AI score0.00173EPSS
Exploits0References7
ubuntucve
ubuntucve
added 2025/12/30 1:16 p.m.4 views

CVE-2023-54238

In the Linux kernel, the following vulnerability has been resolved: mlx5: fix skb leak while fifo resync and push During ptp resync operation SKBs were poped from the fifo but were never freed neither by napiconsume nor by devkfreeskbany. Add call to napiconsumeskb to properly free SKBs. Another...

5.7AI score0.00166EPSS
Exploits0References5
debiancve
debiancve
added 2025/12/30 12:8 p.m.2 views

CVE-2023-54169

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: fix memory leak in mlx5eptpopen When kvzallocnode or kvzalloc failed in mlx5eptpopen, the memory pointed by "c" or "cparams" is not freed, which can lead to a memory leak. Fix by freeing the array in the error path...

5.8AI score0.00168EPSS
Exploits0
susecve
susecve
added 2025/12/17 12:25 a.m.3 views

SUSE CVE-2025-68215

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

5.5CVSS6.5AI score0.00172EPSS
Exploits0References10
nvd
nvd
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68215

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

0.00172EPSS
Exploits0References3
ubuntucve
ubuntucve
added 2025/12/16 2:15 p.m.4 views

CVE-2025-68215

In the Linux kernel, the following vulnerability has been resolved: ice: fix PTP cleanup on driver removal in error path Improve the cleanup on releasing PTP resources in error path. The error case might happen either at the driver probe and PTP feature initialization or on PTP restart errors in...

5.9AI score0.00172EPSS
Exploits0References11
cnnvd
cnnvd
added 2025/12/16 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from incomplete PTP resource cleanup during ice driver removal, which could lead to resource release issues...

6.1AI score0.00172EPSS
Exploits0References3
ptsecurity
ptsecurity
added 2025/12/08 12:0 a.m.5 views

PT-2025-49432

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue where ptp clock gettime and ptp sys offset functions incorrectly assumed that every ptp clock had implemented either gettimex64 or gettime64. This cou...

5.4AI score0.00519EPSS
Exploits4References387
Rows per page
Query Builder