Lucene search
+L

227 matches found

Cvelist
Cvelist
added 2026/05/08 2:22 p.m.43 views

CVE-2026-43447 iavf: fix PTP use-after-free during reset

In the Linux kernel, the following vulnerability has been resolved: iavf: fix PTP use-after-free during reset Commit 7c01dbfc8a1c5f "iavf: periodically cache PHC time" introduced a worker to cache PHC time, but failed to stop it during reset or disable. This creates a race condition where...

7.8CVSS0.00124EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/08 12:00 a.m.19 views

PT-2026-39108

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the iavf driver. A worker introduced to cache PHC PTP Hardware Clock time is not stopped during reset or disable operations. This creates a race conditio...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2026/05/08 12:00 a.m.17 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the issue of releasing and reusing resources during PTP reset operations in iavf, potentially...

7.8CVSS5.8AI score0.00124EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/27 12:00 a.m.13 views

RHEL 7 : kernel-rt (RHSA-2026:10756)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:10756 advisory. The kernel-rt packages provide the Real Time Linux Kernel, which enables fine-tuning for systems with extremely high determinism...

8.8CVSS6.9AI score0.00788EPSS
SaveExploits2References21
SUSE CVE
SUSE CVE
added 2026/04/23 1:25 a.m.18 views

SUSE CVE-2026-31505

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

7CVSS5.8AI score0.00129EPSS
SaveExploits0References129
RedHat Linux
RedHat Linux
added 2026/04/22 8:47 p.m.16 views

kernel: iavf: Fix reset error handling

A deadlock condition exists in the linux kernel such that when calling iavfclose in iavfresettask error handling,doing so can lead to double call of napidisable thereby leading to a denial of service due to the deadlock...

5.5CVSS6.4AI score0.00125EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/04/22 7:45 p.m.11 views

CVE-2026-31505

A flaw was found in the Linux kernel's iavf driver. This vulnerability, an out-of-bounds write, occurs when a user simultaneously executes specific ethtool commands, specifically "ethtool -L" and "ethtool -S". This can lead to memory corruption, potentially causing a system crash and resulting in...

7.8CVSS5.3AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/22 3:31 p.m.14 views

EUVD-2026-24882

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

5.8AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2026/04/22 2:16 p.m.4 views

AZL-83246 CVE-2026-31505 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/04/22 1:54 p.m.45 views

CVE-2026-31505 iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

7.8CVSS0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/04/22 1:54 p.m.14 views

CVE-2026-31505 iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()

In the Linux kernel, the following vulnerability has been resolved: iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should use numtxqueues instead. Moreover iavfgetethtoolstats uses...

7.8CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2026/04/22 1:54 p.m.51 views

CVE-2026-31505

The CVE-2026-31505 issue affects the Linux kernel iavf driver: out-of-bounds writes occur because iavf_get_ethtool_stats() uses real_num_tx_queues for ETH_SS_STATS while other paths use num_tx_queues, enabling memory corruption when ethtool -L and ethtool -S run concurrently. The fix is to use im...

7.8CVSS5.8AI score0.00129EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2026/04/22 12:00 a.m.19 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the iavfgetethtoolstats function using realnumtxqueues, leading to out-of-bounds writes. This...

7.8CVSS7AI score0.00129EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2026/04/22 12:00 a.m.14 views

PT-2026-34410

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the iavf driver where the iavf get ethtool stats function incorrectly uses the num active queues variable, while iavf get sset count and iavf get stat strings use real...

7.8CVSS5.2AI score0.00129EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-31505

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iavf: fix out-of-bounds writes in iavfgetethtoolstats iavf incorrectly uses realnumtxqueues for ETHSSSTATS. Since the value could change in runtime, we should u...

7.8CVSS5.1AI score0.00129EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/22 12:00 a.m.75 views

RHEL 7 : kernel (RHSA-2026:9870)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2026:9870 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: Linux kernel: RDMA/rxe...

8.8CVSS6.7AI score0.00788EPSS
SaveExploits2References21
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:00 a.m.12 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007279)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007279 advisory. In the Linux kernel, the following vulnerability has been resolved: iavf: free qvectors before queues in iavfdisablevf iavffreequeues clears adapter-numactivequeues,...

7.8CVSS6AI score0.00245EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2026/04/09 12:00 a.m.9 views

The vulnerability of the iavf_init_get_resources() function in the drivers/net/ethernet/intel/iavf/iavf_main.c file of the Intel Ethernet network adapter driver for the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the iavfinitgetresources function in the drivers/net/ethernet/intel/iavf/iavfmain.c file of the Intel Ethernet network adapter driver for the Linux operating system is related to the assignment of pointers. Exploiting this vulnerability could allow an attacker to compromise t...

7CVSS6.5AI score0.0014EPSS
SaveExploits0References6Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/03/27 12:00 a.m.6 views

The vulnerability of the iavf_set_channels() function in the drivers/net/ethernet/intel/iavf/iavf_ethtool.c file of the Intel Ethernet network adapter driver for the Linux operating system allows a hacker to access protected information or cause a service failure.

The vulnerability of the iavfsetchannels function in the drivers/net/ethernet/intel/iavf/iavfethtool.c file of the Intel Ethernet network adapter driver for the Linux operating system is related to reading beyond the buffer boundaries. Exploiting this vulnerability could allow an attacker to acce...

7.1CVSS6.7AI score0.00153EPSS
SaveExploits0References11Affected Software4
BDU FSTEC
BDU FSTEC
added 2026/03/06 12:00 a.m.7 views

The vulnerability of the iavf_reset_task() function in the drivers/net/ethernet/intel/iavf/iavf_main.c file of the Intel Ethernet network adapter driver for the Linux operating system allows a attacker to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the iavfresettask function in the drivers/net/ethernet/intel/iavf/iavfmain.c file of the Intel Ethernet network adapter driver for the Linux operating system is related to the improper shutdown or release of resources. Exploiting this vulnerability could allow an attacker to...

7CVSS6.4AI score0.00125EPSS
SaveExploits0References9Affected Software2
Rows per page
Query Builder