Lucene search
+L

2828 matches found

SUSE Linux
SUSE Linux
added 2025/09/26 5:28 p.m.6 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-49492: nvme-pci: fix a NULL pointer dereference in nvmeallocadmintags bsc1238954. CVE-2022-50116: kernel: tty: ngsm: fix deadlock and link starvation in...

8.5CVSS7.6AI score0.01278EPSS
SaveExploits10References98
OSV
OSV
added 2025/09/26 5:28 p.m.11 views

SUSE-SU-2025:03384-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49492: nvme-pci: fix a NULL pointer dereference in nvmeallocadmintags bsc1238954. - CVE-2022-50116: kernel: tty: ngsm: fix deadlock and link starvation i...

8.6CVSS6.7AI score0.01278EPSS
SaveExploits10References49
RedHat Linux
RedHat Linux
added 2025/09/25 12:40 a.m.14 views

kernel: udp: Fix memory accounting leak.

A memory overflow vulnerability exists within the Linux kernel's networking subsystem. Specifically, an application can set the SORCVBUF socket option to its maximum value INTMAX, which triggers an integer overflow within the udprmemrelease function during socket closure. The udpdestructcommon...

5.5CVSS6.9AI score0.00207EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/24 1:34 p.m.16 views

SUSE-SU-2025:03344-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-49980: USB: gadget: fix use-after-free read in usbudcuevent bsc1245110. - CVE-2022-50116: kernel: tty: ngsm: fix deadlock and link starvation in outgoing da...

9.8CVSS6.8AI score0.01278EPSS
SaveExploits10References75
SUSE CVE
SUSE CVE
added 2025/09/22 11:22 p.m.12 views

SUSE CVE-2025-39852

In the Linux kernel, the following vulnerability has been resolved: net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6 When tcpaocopyallmatching fails in tcpv6synrecvsock it just exits the function. This ends up causing a memory-leak: unreferenced object 0xffff0000281a8200 size...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References9
Microsoft CVE
Microsoft CVE
added 2025/09/21 8:03 a.m.7 views

ax25: properly unshare skbs in ax25_kiss_rcv()

...

8.8CVSS6.8AI score0.00236EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/21 8:02 a.m.8 views

scsi: lpfc: Fix buffer free/clear order in deferred receive path

...

9.8CVSS6.8AI score0.0047EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/21 12:18 a.m.6 views

SUSE CVE-2023-53226

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix OOB and integer underflow when rx packets Make sure mwifiexprocessmgmtpacket, mwifiexprocessstarxpacket and mwifiexprocessuaprxpacket, mwifiexuapqueuebridgedpkt and mwifiexprocessrxpacket not out-of-bounds acce...

5.5CVSS6.6AI score0.00235EPSS
SaveExploits0References22
Microsoft CVE
Microsoft CVE
added 2025/09/20 8:08 a.m.7 views

atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().

...

7.8CVSS6.8AI score0.00168EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/09/19 11:34 p.m.13 views

SUSE CVE-2023-53394

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: xsk: Fix crash on regular rq reactivation When the regular rq is reactivated after the XSK socket is closed it could be reading stale cqes which eventually corrupts the rq. This leads to no more traffic being received ...

5.5CVSS6.6AI score0.00134EPSS
SaveExploits0References15
SUSE CVE
SUSE CVE
added 2025/09/19 11:24 p.m.15 views

SUSE CVE-2025-39841

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

5.5CVSS6.8AI score0.0047EPSS
SaveExploits0References24
SUSE CVE
SUSE CVE
added 2025/09/19 11:23 p.m.6 views

SUSE CVE-2025-39858

In the Linux kernel, the following vulnerability has been resolved: eth: mlx4: Fix ISERR vs NULL check bug in mlx4encreaterxring Replace NULL check with ISERR check after calling pagepoolcreate since this function returns error pointers ERRPTR. Using NULL check could lead to invalid pointer...

5.5CVSS6.4AI score0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/19 4:15 p.m.8 views

AZL-67538 CVE-2025-39841 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS5.8AI score0.0047EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.21 views

AZL-74829 CVE-2025-39841 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS5.8AI score0.0047EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/19 4:15 p.m.8 views

CVE-2025-39841

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS0.0047EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/19 4:15 p.m.1 views

DEBIAN-CVE-2025-39841

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

7.8CVSS6.5AI score0.0047EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/19 4:15 p.m.8 views

UBUNTU-CVE-2025-39841

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS6.4AI score0.0047EPSS
SaveExploits0References30
CVE
CVE
added 2025/09/19 3:26 p.m.34 views

CVE-2025-39858

The CVE-2025-39858 entry concerns a Linux kernel issue in mlx4_en_create_rx_ring where a NULL check after page_pool_create() could dereference an invalid pointer, since page_pool_create() returns ERR_PTR values. The fix replaces the NULL check with an IS_ERR() check to properly handle error point...

5.5CVSS6AI score0.00127EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/09/19 3:26 p.m.51 views

CVE-2025-39841

CVE-2025-39841 is a Linux kernel vulnerability affecting the SCSI lpfc path in the deferred receive path, causing a use-after-free due to an incorrect buffer release/clear order. The issue arises because the code freed the RQ buffer before clearing the context pointer under the lock, while other ...

9.8CVSS6.5AI score0.0047EPSS
SaveExploits0References12Affected Software1
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.24 views

CVE-2025-39841 scsi: lpfc: Fix buffer free/clear order in deferred receive path

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS0.0047EPSS
SaveExploits0References8
Rows per page
Query Builder