Lucene search
+L

8610 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.8 views

UBUNTU-CVE-2022-49672

In the Linux kernel, the following vulnerability has been resolved: net: tun: unlink NAPI from device on destruction Syzbot found a race between tun file and device destruction. NAPIs live in struct tunfile which can get destroyed before the netdev so we have to del them explicitly. The current...

7.8CVSS6.2AI score0.00297EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 7:01 a.m.9 views

UBUNTU-CVE-2022-49312

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix a potential memory leak in r871xudrvinit In r871xudrvinit, if r8712initdrvsw fails, then the memory allocated by r8712allocioqueue in r8712usbdvobjinit is not properly released as there is no action will be...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.8 views

UBUNTU-CVE-2022-49646

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix queue selection for mesh/OCB interfaces When using iTXQ, the code assumes that there is only one vif queue for broadcast packets, using the BE queue. Allowing non-BE queue marking violates that assumption and...

5.5CVSS6.2AI score0.00263EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.7 views

UBUNTU-CVE-2022-49256

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Actually free the watch freewatch does everything barring actually freeing the watch object. Fix this by adding the missing kfree. kmemleak produces a report something like the following. Note that as an address can b...

5.5CVSS6.1AI score0.00256EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

UBUNTU-CVE-2022-49257

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Fix NULL dereference in error cleanup In watchqueuesetsize, the error cleanup code doesn't take account of the fact that freepage can't handle a NULL pointer when trying to free up buffer pages that did get allocated...

5.5CVSS6.3AI score0.00256EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:00 a.m.3 views

DEBIAN-CVE-2022-49176

In the Linux kernel, the following vulnerability has been resolved: bfq: fix use-after-free in bfqdispatchrequest KASAN reports a use-after-free report when doing normal scsi-mq test 69832.239032 ================================================================== 69832.241810 BUG: KASAN:...

7.8CVSS5.7AI score0.00273EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.2 views

DEBIAN-CVE-2022-49148

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.2 views

DEBIAN-CVE-2022-49136

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix queuing commands when HCIUNREGISTER is set hcicmdsyncqueue shall return an error if HCIUNREGISTER flag has been set as that means hciunregisterdev has been called so it will likely cause a uaf after the...

7.8CVSS5.3AI score0.00251EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.2 views

DEBIAN-CVE-2022-49123

In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: 25393.301506 ath11kpci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: 25398.421509 ath11kpci 0000:01:00.0: failed to flush mgm...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0References1
NVD
NVD
added 2025/02/26 7:00 a.m.19 views

CVE-2022-49126

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix memory leaks Fix memory leaks related to operational reply queue's memory segments which are not getting freed while unloading the driver...

5.5CVSS0.00252EPSS
SaveExploits0References4
NVD
NVD
added 2025/02/26 7:00 a.m.13 views

CVE-2022-49123

In the Linux kernel, the following vulnerability has been resolved: ath11k: Fix frames flush failure caused by deadlock We are seeing below warnings: kernel: 25393.301506 ath11kpci 0000:01:00.0: failed to flush mgmt transmit queue 0 kernel: 25398.421509 ath11kpci 0000:01:00.0: failed to flush mgm...

5.5CVSS0.0017EPSS
SaveExploits0References2
NVD
NVD
added 2025/02/26 7:00 a.m.13 views

CVE-2022-49096

In the Linux kernel, the following vulnerability has been resolved: net: sfc: add missing xdp queue reinitialization After rx/tx ring buffer size is changed, kernel panic occurs when it acts XDPTX or XDPREDIRECT. When tx/rx ring buffer size is changedethtool -G, sfc driver reallocates and...

7.8CVSS0.00254EPSS
SaveExploits0References4
OSV
OSV
added 2025/02/26 7:00 a.m.9 views

DEBIAN-CVE-2022-49093

In the Linux kernel, the following vulnerability has been resolved: skbuff: fix coalescing for pagepool fragment recycling Fix a use-after-free when using pagepool with page fragments. We encountered this problem during normal RX in the hns3 driver: 1 Initially we have three descriptors in the RX...

9.8CVSS5.5AI score0.00606EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.4 views

DEBIAN-CVE-2022-49073

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATATAGINTERNAL to 32, the value of the SATADWCQCMDMAX needs to account for that...

7.8CVSS5.6AI score0.00271EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:00 a.m.10 views

UBUNTU-CVE-2022-49148

In the Linux kernel, the following vulnerability has been resolved: watchqueue: Free the page array when watchqueue is dismantled Commit 7ea1a0124b6d "watchqueue: Free the alloc bitmap when the watchqueue is torn down" took care of the bitmap, but not the page array. BUG: memory leak unreferenced...

5.5CVSS6.2AI score0.00256EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 7:00 a.m.13 views

UBUNTU-CVE-2022-49179

In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oombfqq Our test report a UAF: 2073.019181 ================================================================== 2073.019188 BUG: KASAN: use-after-free in bfqputasyncbfqq+0xa0/0x168 2073.019191 Write of size 8...

7.8CVSS6.1AI score0.00272EPSS
SaveExploits0References11
OSV
OSV
added 2025/02/26 7:00 a.m.12 views

UBUNTU-CVE-2022-49073

In the Linux kernel, the following vulnerability has been resolved: ata: satadwc460ex: Fix crash due to OOB write the driver uses libata's "tag" values from in various arrays. Since the mentioned patch bumped the ATATAGINTERNAL to 32, the value of the SATADWCQCMDMAX needs to account for that...

7.8CVSS6.2AI score0.00271EPSS
SaveExploits0References10
OSV
OSV
added 2025/02/26 6:37 a.m.3 views

DEBIAN-CVE-2021-47646

In the Linux kernel, the following vulnerability has been resolved: Revert "Revert "block, bfq: honor already-setup queue merges"" A crash 1 happened to be triggered in conjunction with commit 2d52c58b9c9b "block, bfq: honor already-setup queue merges". The latter was then reverted by commit...

7.8CVSS5.3AI score0.00282EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 6:37 a.m.15 views

UBUNTU-CVE-2021-47646

In the Linux kernel, the following vulnerability has been resolved: Revert "Revert "block, bfq: honor already-setup queue merges"" A crash 1 happened to be triggered in conjunction with commit 2d52c58b9c9b "block, bfq: honor already-setup queue merges". The latter was then reverted by commit...

7.8CVSS6AI score0.00282EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/02/26 2:24 a.m.29 views

CVE-2022-49720 block: Fix handling of offline queues in blk_mq_alloc_request_hctx()

In the Linux kernel, the following vulnerability has been resolved: block: Fix handling of offline queues in blkmqallocrequesthctx This patch prevents that test nvme/004 triggers the following: UBSAN: array-index-out-of-bounds in block/blk-mq.h:135:9 index 512 is out of range for type 'long...

0.00297EPSS
SaveExploits0References4
Rows per page
Query Builder