Lucene search
+L

6339 matches found

NVD
NVD
added 2024/10/21 8:15 p.m.12 views

CVE-2022-48946

In the Linux kernel, the following vulnerability has been resolved: udf: Fix preallocation discarding at indirect extent boundary When preallocation extent is the first one in the extent block, the code would corrupt extent tree header instead. Fix the problem and use udfdeleteaext for deleting...

5.5CVSS0.00254EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.18 views

CVE-2022-49033

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfsqgroupinherit Syzkaller reported BUG as follows: BUG: sleeping function called from invalid context at include/linux/sched/mm.h:274 Call Trace: dumpstacklvl+0xcd/0x134...

5.5CVSS5.5AI score0.00251EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.17 views

CVE-2022-49032

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4404: Fix oob read in afe4404read|writeraw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4404readraw+0x2ce/0x380 Read of size 4 at addr ffffffffc00e4658 by task cat/278 Call...

7.1CVSS5.5AI score0.00244EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.24 views

CVE-2022-49031

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403readraw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403readraw+0x42e/0x4c0 Read of size 4 at addr ffffffffc02ac638 by task cat/279 Call Trace:...

7.1CVSS5.5AI score0.00244EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49030

In the Linux kernel, the following vulnerability has been resolved: libbpf: Handle size overflow for ringbuf mmap The maximum size of ringbuf is 2GB on x86-64 host, so 2 maxentries will overflow u32 when mapping producer page and data pages. Only casting maxentries to sizet is not enough, because...

7.8CVSS5.5AI score0.00276EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.26 views

CVE-2022-49028 ixgbevf: Fix resource leak in ixgbevf_init_module()

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevfinitmodule ixgbevfinitmodule won't destroy the workqueue created by createsinglethreadworkqueue when pciregisterdriver failed. Add destroyworkqueue in fail path to prevent the resource leak...

7.1AI score0.00245EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.11 views

CVE-2022-49028

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevfinitmodule ixgbevfinitmodule won't destroy the workqueue created by createsinglethreadworkqueue when pciregisterdriver failed. Add destroyworkqueue in fail path to prevent the resource leak...

5.5CVSS5.4AI score0.00245EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.12 views

CVE-2022-49027

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavfinitmodule The iavfinitmodule won't destroy workqueue when pciregisterdriver failed. Call destroyworkqueue when pciregisterdriver failed to prevent the resource leak. Similar to the handling of...

5.5CVSS5.5AI score0.00249EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.20 views

CVE-2022-49026

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100xmitprepare In e100xmitprepare, if we can't map the skb, then return -ENOMEM, so e100xmitframe will return NETDEVTXBUSY and the upper layer will resend the skb. But the skb is already free...

7.8CVSS5.5AI score0.00237EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.12 views

CVE-2022-49025

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix use-after-free when reverting termination table When having multiple dests with termination tables and second one or afterwards fails the driver reverts usage of term tables but doesn't reset the assignment in...

7.8CVSS5.5AI score0.00248EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.10 views

CVE-2022-49024 can: m_can: pci: add missing m_can_class_free_dev() in probe/remove methods

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

7.2AI score0.00237EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.13 views

CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS5.3AI score0.00237EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.35 views

CVE-2022-49023 wifi: cfg80211: fix buffer overflow in elem comparison

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix buffer overflow in elem comparison For vendor elements, the code here assumes that 5 octets are present without checking. Since the element itself is already checked to fit, we only need to check the length...

7.1CVSS0.00375EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 8:6 p.m.15 views

CVE-2022-49022 wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

8.1CVSS7.2AI score0.00343EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 8:6 p.m.25 views

CVE-2022-49022 wifi: mac8021: fix possible oob access in ieee80211_get_rate_duration

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

8.1CVSS0.00343EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.20 views

CVE-2022-49022

In the Linux kernel, the following vulnerability has been resolved: wifi: mac8021: fix possible oob access in ieee80211getrateduration Fix possible out-of-bound access in ieee80211getrateduration routine as reported by the following UBSAN report: UBSAN: array-index-out-of-bounds in...

8.1CVSS5.4AI score0.00343EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.10 views

CVE-2022-49019

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: nixge: fix NULL dereference In function nixgehwdmabdrelease dereference of NULL pointer priv-rxbdv is possible for the case of its allocation failure in nixgehwdmabdinit. Move for loop with priv-rxbdv dereference...

5.5CVSS5.5AI score0.00235EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.18 views

CVE-2022-49020

In the Linux kernel, the following vulnerability has been resolved: net/9p: Fix a potential socket leak in p9socketopen Both p9fdcreatetcp and p9fdcreateunix will call p9socketopen. If the creation of p9transfd fails, p9fdcreatetcp and p9fdcreateunix will return an error directly instead of...

5.5CVSS5.4AI score0.00236EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.18 views

CVE-2022-49018

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix sleep in atomic at close time Matt reported a splat at msk close time: BUG: sleeping function called from invalid context at net/mptcp/protocol.c:2877 inatomic: 1, irqsdisabled: 0, nonblock: 0, pid: 155, name:...

5.5CVSS5AI score0.00153EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 8:6 p.m.10 views

CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

8.8CVSS5.6AI score0.00642EPSS
SaveExploits0
Rows per page
Query Builder