Lucene search
+L

202 matches found

RedHat Linux
RedHat Linux
added 2026/01/14 12:13 a.m.11 views

kernel: Bluetooth: hci_conn: Fix crash on hci_create_cis_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix crash on hcicreatecissync When attempting to connect multiple ISO sockets without using DEFERSETUP may result in the following crash: BUG: KASAN: null-ptr-deref in hcicreatecissync+0x18b/0x2b0 Read of size...

5.5CVSS6.8AI score0.0015EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2026/01/14 12:00 a.m.15 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 a failure to reset the KASAN tag before accessing freed memory in deferfree, which could lead to a KASAN...

7.8CVSS6.4AI score0.00125EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: ipvs: Deferring the unregistration of ipvsftp during netns cleanup. During the netns cleanup process, ipvsftpexit may unregister ipvsftp before all connections with valid cp-app pointers are flushed, leading to a use-after-free...

7.8CVSS5.7AI score0.0014EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.5 views

PT-2026-6118

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where the standard UDP receive path does not utilize skb-destructor, but the skmsg layer does through a call to skb set owner sk safe from udp read skb...

5.4AI score0.00145EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2025/12/31 3:48 p.m.17 views

CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

5.9CVSS6.7AI score0.00486EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:27 a.m.5 views

SUSE CVE-2023-54269

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

6.3CVSS6.4AI score0.00486EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/30 12:16 p.m.10 views

CVE-2023-54269 SUNRPC: double free xprt_ctxt while still in use

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: double free xprtctxt while still in use When an RPC request is deferred, the rqxprtctxt pointer is moved out of the svcrqst into the svcdeferredreq. When the deferred request is revisited, the pointer is copied into the n...

9.8CVSS6.3AI score
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2025/12/25 10:25 a.m.11 views

CVE-2022-50705

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

5.5CVSS5.9AI score0.00193EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/12/25 9:04 a.m.7 views

nbd: defer config put in recv_work

...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/12/25 9:03 a.m.8 views

nbd: defer config unlock in nbd_genl_connect

...

5.5CVSS5.4AI score0.00193EPSS
SaveExploits0
NVD
NVD
added 2025/12/24 11:15 a.m.11 views

CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS0.00136EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 11:15 a.m.10 views

UBUNTU-CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS5.7AI score0.00136EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/24 11:15 a.m.6 views

CVE-2023-54026

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS5.4AI score0.00136EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.39 views

CVE-2023-54026 opp: Fix use-after-free in lazy_opp_tables after probe deferral

In the Linux kernel, the following vulnerability has been resolved: opp: Fix use-after-free in lazyopptables after probe deferral When devpmoppoffindiccpaths in allocateopptable returns -EPROBEDEFER, the opptable is freed again, to wait until all the interconnect paths are available. However, if...

7.8CVSS0.00136EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.35 views

CVE-2022-50705 io_uring/rw: defer fsnotify calls to task context

In the Linux kernel, the following vulnerability has been resolved: iouring/rw: defer fsnotify calls to task context We can't call these off the kiocb completion as that might be off soft/hard irq context. Defer the calls to when we process the taskwork for this request. That avoids valid...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/25 10:18 p.m.8 views

JLSEC-2025-320 A vulnerability classified as problematic was found in libtiff 4.6.0

A vulnerability classified as problematic was found in libtiff 4.6.0. This vulnerability affects the function PSLvl2page of the file tools/tiff2ps.c of the component tiff2ps. The manipulation leads to null pointer dereference. It is possible to launch the attack on the local host. The complexity ...

2.5CVSS4.5AI score0.00186EPSS
SaveExploits1References8
SUSE Linux
SUSE Linux
added 2025/11/18 5:31 p.m.11 views

Security update for the Linux Kernel

The SUSE Linux Enterprise FIXME kernel was updated to fix various security issues The following security issues were fixed: CVE-2022-50327: ACPI: processor: idle: Check acpifetchacpidev return value bsc1249859. CVE-2022-50334: hugetlbfs: fix null-ptr-deref in hugetlbfsparseparam bsc1249857...

8.8CVSS7.7AI score0.21521EPSS
SaveExploits0References192
EUVD
EUVD
added 2025/11/12 12:30 p.m.8 views

EUVD-2025-124927

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: mtk-cci: Fix potential error pointer dereference in probe The drv-sramreg pointer could be set to ERRPTR-EPROBEDEFER which would lead to a error pointer dereference. Use ISERRORNULL to check that the pointer is vali...

5.6AI score0.00186EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/11/12 12:00 a.m.8 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 the mtk-cci driver not handling ERRPTR-EPROBEDEFER correctly, which could lead to dereferencing of incorrect...

6.1AI score0.00186EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:00 a.m.14 views

Siemens SIMATIC Devices Divide By Zero (CVE-2024-36905)

In the Linux kernel, the following vulnerability has been resolved: tcp: defer shutdownSENDSHUTDOWN for TCPSYNRECV sockets. This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc...

5.5CVSS6.4AI score0.00332EPSS
SaveExploits0References4
Rows per page
Query Builder