Lucene search
K

1716 matches found

SUSE CVE
SUSE CVE
added 2025/07/29 11:23 p.m.2 views

SUSE CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

4.7CVSS6.6AI score0.00167EPSS
Exploits0References22
SUSE CVE
SUSE CVE
added 2025/07/28 11:22 p.m.1 views

SUSE CVE-2025-38493

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Fix crash in timerlatdumpstack We have observed kernel panics when using timerlat with stack saving, with the following dmesg output: memcpy: detected buffer overflow: 88 byte write of buffer size 0 WARNING: CPU:...

5.1CVSS6.6AI score0.00144EPSS
Exploits0References9
OSV
OSV
added 2025/07/28 12:15 p.m.2 views

UBUNTU-CVE-2025-38493

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Fix crash in timerlatdumpstack We have observed kernel panics when using timerlat with stack saving, with the following dmesg output: memcpy: detected buffer overflow: 88 byte write of buffer size 0 WARNING: CPU:...

5.5CVSS6.2AI score0.00144EPSS
Exploits0References29
OSV
OSV
added 2025/07/25 3:15 p.m.1 views

DEBIAN-CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

7.8CVSS6AI score0.00167EPSS
Exploits0References1
OSV
OSV
added 2025/07/25 3:15 p.m.0 views

UBUNTU-CVE-2025-38428

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - check record size in imspcuflashfirmware The "len" variable comes from the firmware and we generally do trust firmware, but it's always better to double check. If the "len" is too large it could result in memory...

7.8CVSS6.2AI score0.00167EPSS
Exploits0References42
SUSE CVE
SUSE CVE
added 2025/07/10 11:22 p.m.1 views

SUSE CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS6.9AI score0.00167EPSS
Exploits0References27
NVD
NVD
added 2025/07/10 9:15 a.m.6 views

CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS0.00167EPSS
Exploits0References10
OSV
OSV
added 2025/07/10 9:15 a.m.1 views

DEBIAN-CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS5.9AI score0.00167EPSS
Exploits0References1
OSV
OSV
added 2025/07/10 9:15 a.m.1 views

UBUNTU-CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS6.3AI score0.00167EPSS
Exploits0References42
OSV
OSV
added 2025/07/10 8:15 a.m.9 views

CVE-2025-38332 scsi: lpfc: Use memcpy() for BIOS version

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS6.8AI score0.00167EPSS
Exploits0References13
CVE
CVE
added 2025/07/10 8:15 a.m.79 views

CVE-2025-38332

CVE-2025-38332 (Linux kernel) affects the lpfc SCSI path where BIOSVersion handling could panic due to a misused strlcat/FORTIFY check. The root cause is improper assumptions about buffer sizes, leading to a likely false positive overflow check, and the fix replaces the problematic sequence with ...

5.5CVSS7.1AI score0.00167EPSS
Exploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2025/07/10 8:15 a.m.2 views

CVE-2025-38332 scsi: lpfc: Use memcpy() for BIOS version

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

6.3AI score0.00167EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.3 views

CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS5.9AI score0.00167EPSS
Exploits0
Cvelist
Cvelist
added 2025/07/10 8:15 a.m.6 views

CVE-2025-38332 scsi: lpfc: Use memcpy() for BIOS version

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

0.00167EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2025/07/10 12:0 a.m.2 views

PT-2025-29054

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The strlcat function with FORTIFY support was triggering a panic due to a perceived buffer overflow, despite the correct target buffer size being passed. The issue occurs when using...

7.7CVSS6.9AI score0.00167EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/06/20 10:15 a.m.6 views

CVE-2022-50156

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'data-block1' too small 33 vs 255 drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'buf' too small 6...

7CVSS7.8AI score0.00182EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/06/19 3:42 a.m.3 views

SUSE CVE-2022-50094

In the Linux kernel, the following vulnerability has been resolved: spmi: trace: fix stack-out-of-bound access in SPMI tracing functions tracespmiwritebegin and tracespmireadend both call memcpy with a length of "len + 1". This leads to one extra byte being read beyond the end of the specified...

5.5CVSS6.2AI score0.00214EPSS
Exploits0References12
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.0 views

SUSE CVE-2022-50156

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'data-block1' too small 33 vs 255 drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'buf' too small 6...

5.5CVSS6.6AI score0.00182EPSS
Exploits0References11
NVD
NVD
added 2025/06/18 11:15 a.m.5 views

CVE-2022-50156

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112xfer Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'data-block1' too small 33 vs 255 drivers/hid/hid-cp2112.c:793 cp2112xfer error: memcpy 'buf' too small 6...

7.8CVSS0.00182EPSS
Exploits0References7
NVD
NVD
added 2025/06/18 11:15 a.m.7 views

CVE-2022-50131

In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: prevent a buffer overflow in mcpsmbuswrite Smatch Warning: drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy '&mcp-txbuf5' too small 59 vs 255 drivers/hid/hid-mcp2221.c:388 mcpsmbuswrite error: memcpy 'buf'...

7.8CVSS0.00181EPSS
Exploits0References5
Rows per page
Query Builder