Lucene search
+L

6305 matches found

NVD
NVD
added 2024/04/28 1:15 p.m.26 views

CVE-2022-48656

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: k3-udma-private: Fix refcount leak bug in ofxudmadevget We should call ofnodeput for the reference returned by ofparsephandle in fail path or when it is not used anymore. Here we only need to move the ofnodeput...

5.5CVSS6.1AI score0.00262EPSS
SaveExploits1References4
NVD
NVD
added 2024/04/28 1:15 p.m.15 views

CVE-2022-48642

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: fix percpu memory leak at nftablesaddchain It seems to me that percpu memory for chain stats started leaking since commit 3bc158f8d0330f0a "netfilter: nftables: map basechain priority to hardware priority" wh...

5.5CVSS7.4AI score0.00232EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.20 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS7.5AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.25 views

CVE-2022-48634

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix BUG: sleeping function called from invalid context errors gmacrtcpageflip was holding the eventlock spinlock while calling crtcfuncs-modesetbase which takes wwmutex. The only reason to hold eventlock is to clear...

5.3CVSS7.4AI score0.00167EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.21 views

CVE-2022-48634

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix BUG: sleeping function called from invalid context errors gmacrtcpageflip was holding the eventlock spinlock while calling crtcfuncs-modesetbase which takes wwmutex. The only reason to hold eventlock is to clear...

5.3CVSS6.2AI score0.00167EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.26 views

CVE-2022-48645

In the Linux kernel, the following vulnerability has been resolved: net: enetc: deny offload of tc-based TSN features on VF interfaces TSN features on the ENETC taprio, cbs, gate, police are configured through a mix of command BD ring messages and port registers: enetcportrd, enetcportwr. Port...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.23 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.22 views

CVE-2022-48638

In the Linux kernel, the following vulnerability has been resolved: cgroup: cgroupgetfromid must check the looked-up kn is a directory cgroup has to be one kernfs dir, otherwise kernel panic is caused, especially cgroup id is provide from userspace...

5.3CVSS6.2AI score0.00227EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.15 views

CVE-2022-48646

In the Linux kernel, the following vulnerability has been resolved: sfc/siena: fix null pointer dereference in efxhardstartxmit Like in previous patch for sfc, prevent potential but unlikely NULL pointer dereference...

6.2CVSS6.2AI score0.00203EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.28 views

CVE-2022-48633

In the Linux kernel, the following vulnerability has been resolved: drm/gma500: Fix WARNONlock-magic != lock error psbgemunpin calls dmaresvlock but the underlying wwmutex gets destroyed by drmgemobjectrelease move the drmgemobjectrelease call in psbgemfreeobject to after the unpin to fix the bel...

5.5CVSS5.7AI score0.00195EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.18 views

CVE-2022-48649

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix possible double free of kmemcache When doing slubdebug test, kfence's 'testmemcachetypesafebyrcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobjectdel+0x14/0x30 Read of size 8 ...

7.8CVSS6.3AI score0.00217EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.26 views

CVE-2022-48631

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/28 1:1 p.m.41 views

CVE-2022-48665 exfat: fix overflow for large capacity partition

In the Linux kernel, the following vulnerability has been resolved: exfat: fix overflow for large capacity partition Using int type for sector index, there will be overflow in a large capacity partition. For example, if storage with sector size of 512 bytes and partition capacity is larger than...

7AI score0.00194EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/28 1:1 p.m.22 views

CVE-2022-48662 drm/i915/gem: Really move i915_gem_context.link under ref protection

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915gemcontext.link under ref protection i915perf assumes that it can use the i915gemcontext reference to protect its i915-gem.contexts.list iteration. However, this requires that we do not remove the...

7.8CVSS6AI score0.00248EPSS
SaveExploits0References6
CVE
CVE
added 2024/04/28 1:1 p.m.125 views

CVE-2022-48662

CVE-2022-48662 affects the Linux kernel i915 driver (i915_gem_context.link protection). The issue arises when removing a context from the gem.contexts list during context_close(), which can poison link.next while i915_perf holds a reference, leading to a general protection fault during i915_perf_...

7.8CVSS6.4AI score0.00248EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/04/28 1:1 p.m.29 views

CVE-2022-48662

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Really move i915gemcontext.link under ref protection i915perf assumes that it can use the i915gemcontext reference to protect its i915-gem.contexts.list iteration. However, this requires that we do not remove the...

7.8CVSS7.2AI score0.00248EPSS
SaveExploits0
OSV
OSV
added 2024/04/28 1:1 p.m.30 views

CVE-2022-48661 gpio: mockup: Fix potential resource leakage when register a chip

In the Linux kernel, the following vulnerability has been resolved: gpio: mockup: Fix potential resource leakage when register a chip If creation of software node fails, the locally allocated string array is left unfreed. Free it on error path...

5.5CVSS4.9AI score0.00223EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/28 1:1 p.m.21 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

6.8AI score0.00241EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/28 1:1 p.m.32 views

CVE-2022-48659 mm/slub: fix to return errno if kmalloc() fails

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc fails In createuniqueid, kmalloc, GFPKERNEL can fail due to out-of-memory, if it fails, return errno correctly rather than triggering panic via BUGON; kernel BUG at mm/slub.c:5893! Internal...

5.5CVSS5.8AI score0.00241EPSS
SaveExploits0References11
CVE
CVE
added 2024/04/28 1:1 p.m.108 views

CVE-2022-48656

CVE-2022-48656 relates to a refcount leak in Linux kernel dmaengine: ti: k3-udma-private (of_xudma_dev_get). The issue stems from a missing of_node_put() in the error/fail path, causing a reference leak. The fix moves of_node_put() before the check to ensure proper reference handling. Impact is m...

5.5CVSS6.5AI score0.00262EPSS
SaveExploits1References4Affected Software1
Rows per page
Query Builder