Lucene search
+L

8623 matches found

OSV
OSV
added 2025/10/07 4:15 p.m.6 views

UBUNTU-CVE-2023-53635

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct-timeout value struct nfconn-timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed that timeout of an unconfirmed conntrack: - Set by...

8.2CVSS5.7AI score0.00396EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS5.7AI score0.00134EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/07 4:15 p.m.7 views

UBUNTU-CVE-2022-50530

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/07 4:15 p.m.9 views

UBUNTU-CVE-2022-50552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

7.8CVSS5.6AI score0.00195EPSS
SaveExploits0References17
SUSE Linux
SUSE Linux
added 2025/10/07 3:45 p.m.4 views

Security update for kernel-livepatch-MICRO-6-0-RT_Update_2

This update for kernel-livepatch-MICRO-6-0-RTUpdate2 fixes the following issues: CVE-2024-50154: tcp/dccp: Don't use timerpending in reqskqueueunlink bsc1233072 CVE-2025-21692: net: sched: fix ets qdisc OOB Indexing bsc1237048 CVE-2025-21791: vrf: use RCU protection in l3mdevl3out bsc1240744...

8.7CVSS7.9AI score0.00611EPSS
SaveExploits3References24
OSV
OSV
added 2025/10/07 3:38 p.m.4 views

SUSE-SU-2025:20827-1 Security update for kernel-livepatch-MICRO-6-0-RT_Update_5

This update for kernel-livepatch-MICRO-6-0-RTUpdate5 fixes the following issues: - CVE-2025-21692: net: sched: fix ets qdisc OOB Indexing bsc1237048 - CVE-2025-21791: vrf: use RCU protection in l3mdevl3out bsc1240744 - CVE-2025-38089: sunrpc: handle SVCGARBAGE during svc auth processing as auth...

9.8CVSS6.7AI score0.00611EPSS
SaveExploits3References9
SUSE Linux
SUSE Linux
added 2025/10/07 3:38 p.m.3 views

Security update for kernel-livepatch-MICRO-6-0-RT_Update_6

This update for kernel-livepatch-MICRO-6-0-RTUpdate6 fixes the following issues: CVE-2025-38089: sunrpc: handle SVCGARBAGE during svc auth processing as auth error bsc1245509 CVE-2025-38477: net/sched: schqfq: Fix race condition on qfqaggregate bsc1247315 Patch Instructions: To install this SUSE...

8.7CVSS9.1AI score0.00481EPSS
SaveExploits2References8
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 views

EUVD-2025-32720

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.8AI score0.00134EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.13 views

CVE-2023-53685 tun: Fix memory leak for detached NAPI queue.

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

0.00134EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/07 3:21 p.m.29 views

CVE-2023-53685

The CVE-2023-53685 issue affects the Linux kernel tun driver when a TUN device is configured with IFF_TUN, IFF_NAPI, and IFF_MULTI_QUEUE and the queue is detached while a write happens. A memory leak can occur by enqueuing skbs into tfile->sk_write_queue after the queue is detached, due to a r...

5.5CVSS5.9AI score0.00134EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.9 views

CVE-2023-53685

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

5.5CVSS5.2AI score0.00134EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:21 p.m.7 views

CVE-2023-53685 tun: Fix memory leak for detached NAPI queue.

In the Linux kernel, the following vulnerability has been resolved: tun: Fix memory leak for detached NAPI queue. syzkaller reported 0 memory leaks of sk and skb related to the TUN device with no repro, but we can reproduce it easily with: struct ifreq ifr = int fdtun, fdtmp; char buf4 = ; fdtun ...

6.2AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.14 views

CVE-2022-50554 blk-mq: avoid double ->queue_rq() because of early timeout

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double -queuerq because of early timeout David Jeffery found one double -queuerq issue, so far it can be triggered in VM use case because of long vmexit latency or preempt latency of vCPU pthread or long page fault ...

0.00189EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.10 views

CVE-2022-50554

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double -queuerq because of early timeout David Jeffery found one double -queuerq issue, so far it can be triggered in VM use case because of long vmexit latency or preempt latency of vCPU pthread or long page fault ...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits0
OSV
OSV
added 2025/10/07 3:21 p.m.9 views

CVE-2022-50552 blk-mq: use quiesced elevator switch when reinitializing queues

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

6.4AI score
SaveExploits0References8
EUVD
EUVD
added 2025/10/07 3:21 p.m.6 views

EUVD-2025-32804

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

5.9AI score0.00195EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/07 3:21 p.m.35 views

CVE-2022-50552

CVE-2022-50552 : In the Linux kernel, the blk-mq path had a race where hctx->run_work could race with the elevator switch during reinitialization of hardware queues, potentially leading to use-after-free and kernel panics. The fix switches to a quiesced elevator switch and makes the previous e...

7.8CVSS6AI score0.00195EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.16 views

CVE-2022-50552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

7.8CVSS5.2AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.15 views

CVE-2022-50552 blk-mq: use quiesced elevator switch when reinitializing queues

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

0.00195EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/07 3:19 p.m.11 views

CVE-2023-53635 netfilter: conntrack: fix wrong ct->timeout value

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix wrong ct-timeout value struct nfconn-timeout is an interval before the conntrack confirmed. After confirmed, it becomes a timestamp. It is observed that timeout of an unconfirmed conntrack: - Set by...

8.2CVSS6.4AI score
SaveExploits0References7
Rows per page
Query Builder