Lucene search
+L

5889 matches found

CVE
CVE
added 2026/02/18 2:21 p.m.36 views

CVE-2026-23216

Technical details for CVE-2026-23216 are not publicly provided in the supplied documents. The available description mentions a fix in iscsit_dec_conn_usage_count() and a kernel patch, but no vendor/product specifics.

7.8CVSS5.2AI score0.00117EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2026/02/18 2:21 p.m.7 views

CVE-2026-23216

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecconnusagecount In iscsitdecconnusagecount, the function calls complete while holding the conn-connusagelock. As soon as complete is invoked, the waiter such as...

7.8CVSS5.2AI score0.00117EPSS
SaveExploits0
CVE
CVE
added 2026/02/18 2:16 p.m.37 views

CVE-2026-23212

CVE-2026-23212 affects the Linux kernel bonding driver where slave->last_rx (and target_last_arp_rx) data could be read/write locklessly, causing data races. The fix annotates these fields with READ_ONCE() and WRITE_ONCE(), addressing a KCSAN data race in bond_rcv_validate and related paths. C...

4.7CVSS5.2AI score0.00086EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/18 2:16 p.m.2 views

CVE-2026-23212 bonding: annotate data-races around slave->last_rx

In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave-lastrx slave-lastrx and slave-targetlastarprx... can be read and written locklessly. Add READONCE and WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in bondrcvvalidate /...

4.7CVSS5.7AI score0.00086EPSS
SaveExploits0References8
HackRead
HackRead
added 2026/02/17 4:48 a.m.11 views

Hackers Abuse ScreenConnect to Hijack PCs via Fake Social Security Emails

Forcepoint X-labs reveals how hackers use fake SSA emails and hijacked ScreenConnect tools to bypass Windows security to target UK, US, and Canadian organisations...

5.5AI score
SaveExploits0
CVE
CVE
added 2026/02/17 12:0 a.m.10 views

CVE-2025-67905

CVE-2025-67905 affects Malwarebytes AdwCleaner prior to v8.7.0. The issue: AdwCleaner runs with Administrator privileges and performs an insecure log file delete operation where the target path is user-controllable, enabling a non-admin user to escalate to SYSTEM via a symbolic link. Exploitation...

8.7CVSS5.5AI score0.00136EPSS
SaveExploits0References2
OSV
OSV
added 2026/02/16 10:56 a.m.53 views

CLSA-2026-1771239384 kernel: Fix of 75 CVEs

net/sched: Make cakeenqueue return NETXMITCN when past bufferlimit CVE-2025-39766 - NFSD: Avoid calling OPDESC with ops-opnum == OPILLEGAL CVE-2023-53680 - scsi: target: iscsi: Fix buffer overflow in liotargetnaclinfoshow CVE-2023-53676 - KVM: x86: use arrayindexnospec with indices that come from...

7.8CVSS7AI score0.0053EPSS
SaveExploits3References1
SUSE CVE
SUSE CVE
added 2026/02/16 12:25 a.m.10 views

SUSE CVE-2026-23193

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

5.8CVSS5.2AI score0.0024EPSS
SaveExploits0References21
NVD
NVD
added 2026/02/14 5:15 p.m.13 views

CVE-2026-23193

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

8.8CVSS0.0024EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.7 views

CVE-2026-23184

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in bindernetlinkreport Oneway transactions sent to frozen targets via binderproctransaction return a BRTRANSACTIONPENDINGFROZEN error but they are still treated as successful since the target is expected to thaw a...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.4 views

CVE-2026-23193

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

8.8CVSS6.6AI score0.0024EPSS
SaveExploits0References24
Cvelist
Cvelist
added 2026/02/14 4:27 p.m.30 views

CVE-2026-23193 scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

8.8CVSS0.0024EPSS
SaveExploits0References7
CVE
CVE
added 2026/02/14 4:27 p.m.35 views

CVE-2026-23193

CVE-2026-23193 affects the Linux kernel SCSI/ISCsi path (scsi: target: iscsi). The issue is a use-after-free in iscsit_dec_session_usage_count() where complete() is called while sess->session_usage_lock is held, risking use-after-free of iscsit_session during wakeup/deallocation. The fix relea...

8.8CVSS5.2AI score0.0024EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.12 views

CVE-2026-23193

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

5.2AI score0.0024EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/02/14 4:27 p.m.6 views

CVE-2026-23193 scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

8.8CVSS5.2AI score0.0024EPSS
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/02/14 4:27 p.m.8 views

CVE-2026-23193

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount In iscsitdecsessionusagecount, the function calls complete while holding the sess-sessionusagelock. Similar to the connection usage count logic, the waiter...

8.8CVSS5.4AI score0.0024EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/02/14 4:27 p.m.3 views

CVE-2026-23184

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in bindernetlinkreport Oneway transactions sent to frozen targets via binderproctransaction return a BRTRANSACTIONPENDINGFROZEN error but they are still treated as successful since the target is expected to thaw a...

5.2AI score0.0012EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/14 4:27 p.m.29 views

CVE-2026-23179

The CVE affects the Linux kernel nvmet-tcp implementation. A deadlock could occur when a socket is closed during TCP_LISTEN because nvmet_tcp_listen_data_ready() is called with sk_callback_lock held; the fix adds a TCP_LISTEN check before acquiring the lock to avoid deadlock. The issue is resolve...

5.2AI score0.00167EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/14 2:22 p.m.29 views

CLSA-2026-1771078945 kernel: Fix of 131 CVEs

net/ieee802154: don't warn zero-sized rawsendmsg CVE-2022-50706 - scsi: target: iscsi: Fix buffer overflow in liotargetnaclinfoshow CVE-2023-53676 - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer CVE-2025-40269 - ipv6: reject malicious packets in ipv6gsosegment CVE-2025-38572 -...

7.8CVSS7.1AI score0.00387EPSS
SaveExploits0References1
OSV
OSV
added 2026/02/14 2:2 p.m.41 views

CLSA-2026-1771077729 kernel: Fix of 107 CVEs

net/ieee802154: don't warn zero-sized rawsendmsg CVE-2022-50706 - bpf: Don't redirect packets with invalid pktlen CVE-2022-49975 - media: uvcvideo: Fix 1-byte out-of-bounds read in uvcparseformat CVE-2025-38680 - ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network...

7.8CVSS7.1AI score0.00326EPSS
SaveExploits0References1
Rows per page
Query Builder