Lucene search
+L

3898 matches found

Tenable Nessus
Tenable Nessus
added 2026/02/11 12:00 a.m.8 views

RockyLinux 8 : kernel-rt (RLSA-2026:1661)

The remote RockyLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:1661 advisory. kernel: IB/hfi1: Fix sdma.h tx-numdescs off-by-one error CVE-2024-26766 kernel: RDMA/core: Fix KASAN: slab-use-after-free Read in ibregisterdevice proble...

9.8CVSS8.3AI score0.00512EPSS
SaveExploits3References21
RedHat Linux
RedHat Linux
added 2026/02/10 2:57 p.m.21 views

iperf3: iperf Heap Buffer Overflow

A flaw was found in iperf3. An off-by-one error in the iperfauth.c file leads to a heap-based buffer overflow, potentially allowing a network attacker to trigger an application-level denial of service. This overflow occurs during the processing of authentication data. The vulnerability can only b...

10CVSS5.9AI score0.00381EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/10 2:52 p.m.13 views

iperf3: iperf Heap Buffer Overflow

A flaw was found in iperf3. An off-by-one error in the iperfauth.c file leads to a heap-based buffer overflow, potentially allowing a network attacker to trigger an application-level denial of service. This overflow occurs during the processing of authentication data. The vulnerability can only b...

10CVSS5.9AI score0.00381EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/09 12:11 p.m.9 views

iperf3: iperf Heap Buffer Overflow

A flaw was found in iperf3. An off-by-one error in the iperfauth.c file leads to a heap-based buffer overflow, potentially allowing a network attacker to trigger an application-level denial of service. This overflow occurs during the processing of authentication data. The vulnerability can only b...

10CVSS5.9AI score0.00381EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/02/09 11:57 a.m.23 views

iperf3: iperf Heap Buffer Overflow

A flaw was found in iperf3. An off-by-one error in the iperfauth.c file leads to a heap-based buffer overflow, potentially allowing a network attacker to trigger an application-level denial of service. This overflow occurs during the processing of authentication data. The vulnerability can only b...

10CVSS5.9AI score0.00381EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2026/02/05 12:27 a.m.12 views

SUSE CVE-2025-71196

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

5.5CVSS5.2AI score0.00173EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2026/02/04 9:10 p.m.13 views

iperf3: iperf Heap Buffer Overflow

A flaw was found in iperf3. An off-by-one error in the iperfauth.c file leads to a heap-based buffer overflow, potentially allowing a network attacker to trigger an application-level denial of service. This overflow occurs during the processing of authentication data. The vulnerability can only b...

10CVSS5.9AI score0.00381EPSS
SaveExploits0References6
NVD
NVD
added 2026/02/04 5:16 p.m.12 views

CVE-2025-71196

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

0.00173EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.10 views

CVE-2025-71196

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

5.3AI score0.00173EPSS
SaveExploits0References34
OSV
OSV
added 2026/02/04 5:16 p.m.13 views

UBUNTU-CVE-2025-71196

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

5.7AI score0.00173EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
added 2026/02/04 5:16 p.m.11 views

CVE-2025-71197

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

5.8AI score0.00196EPSS
SaveExploits0References34
OSV
OSV
added 2026/02/04 5:16 p.m.13 views

UBUNTU-CVE-2025-71197

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

6AI score0.00196EPSS
SaveExploits0References35
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:07 p.m.8 views

CVE-2026-23062

In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kernel panic in GETINSTANCEID macro The GETINSTANCEID macro that caused a kernel panic when accessing sysfs attributes: 1. Off-by-one error: The loop condition used 'name without checking if...

5.3AI score0.00122EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2026/02/04 4:07 p.m.42 views

CVE-2026-23062

The CVE-2026-23062 issue is in the Linux kernel platform/x86 hp-bioscfg code. The root cause is twofold: an off-by-one error in a loop using <= instead of

5.5CVSS5.3AI score0.00122EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/02/04 4:07 p.m.15 views

CVE-2025-71197

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

5.6AI score0.00196EPSS
SaveExploits0
OSV
OSV
added 2026/02/04 4:07 p.m.14 views

CVE-2025-71197 w1: therm: Fix off-by-one buffer overflow in alarms_store

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

5.6AI score
SaveExploits0References11
CVE
CVE
added 2026/02/04 4:07 p.m.52 views

CVE-2025-71197

The CVE-2025-71197 issue affects the Linux kernel therm subsystem, where alarms_store() could overflow a sysfs buffer due to not accounting for the trailing NUL when allocating size. The root cause is a mis-sized buffer combined with a strcpy() copy, which writes past the end. Mitigation implemen...

5.6AI score0.00196EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/02/04 4:07 p.m.10 views

EUVD-2025-206800

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

5.6AI score0.00196EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:07 p.m.13 views

CVE-2025-71197

In the Linux kernel, the following vulnerability has been resolved: w1: therm: Fix off-by-one buffer overflow in alarmsstore The sysfs buffer passed to alarmsstore is allocated with 'size + 1' bytes and a NUL terminator is appended. However, the 'size' argument does not account for this extra byt...

5.6AI score0.00196EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:04 p.m.40 views

CVE-2025-71196 phy: stm32-usphyc: Fix off by one in probe()

In the Linux kernel, the following vulnerability has been resolved: phy: stm32-usphyc: Fix off by one in probe The "index" variable is used as an index into the usbphyc-phys array which has usbphyc-nphys elements. So if it is equal to usbphyc-nphys then it is one element out of bounds. The "index...

0.00173EPSS
SaveExploits0References7
Rows per page
Query Builder