Lucene search
+L

6917 matches found

UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•13 views

CVE-2022-49334

In the Linux kernel, the following vulnerability has been resolved: mm/hugememory: Fix xarray node memory leak If xassplitalloc fails to allocate the necessary nodes to complete the xarray entry split, it sets the xastate to -ENOMEM, which xasnomem then interprets as "Please allocate more memory"...

5.5CVSS6.2AI score0.00258EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•10 views

CVE-2022-49359

In the Linux kernel, the following vulnerability has been resolved: drm/panfrost: Job should reference MMU not filepriv For a while now it's been allowed for a MMU context to outlive it's corresponding panfrostpriv, however the job structure still references panfrostpriv to get hold of the MMU...

7.8CVSS6.3AI score0.0027EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49698

In the Linux kernel, the following vulnerability has been resolved: netfilter: use getrandomu32 instead of prandom bh might occur while updating per-cpu rndstate from user context, ie. localout path. BUG: using smpprocessorid in preemptible 00000000 code: nginx/2725 caller is...

7.8CVSS5.8AI score0.00296EPSS
SaveExploits0References13
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•10 views

CVE-2022-49488

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Return error code in mdp5mixerrelease when deadlock is detected There is a possibility for mdp5getglobalstate to return -EDEADLK when acquiring the modeset lock, but currently globalstate in mdp5mixerrelease doesn't...

5.5CVSS6.4AI score0.00269EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49344

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix a data-race in unixdgrampeerwakeme. unixdgrampoll calls unixdgrampeerwakeme without other's lock held and check if its receive queue is full. Here we need to use unixrecvqfulllockless instead of unixrecvqfull, otherwi...

4.7CVSS5.9AI score0.0019EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•9 views

CVE-2022-49271

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent bad output lengths in smb2ioctlqueryinfo When calling smb2ioctlqueryinfo with smbqueryinfo::flags=PASSTHRUFSCTL and smbqueryinfo::outputbufferlength=0, the following would return 0x10 buffer = memdupuserarg +...

5.5CVSS6.3AI score0.00268EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49403

In the Linux kernel, the following vulnerability has been resolved: lib/stringhelpers: fix not adding strarray to device's resource list Add allocated strarray to device's resource list. This is a must to automatically release strarray when the device disappears. Without this fix we have a memory...

5.5CVSS5.9AI score0.00258EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•10 views

CVE-2022-49245

In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchipi2stdmresume pmruntimegetsync will increment pm usage counter even it failed. Forgetting to putting operation will result in reference leak here. We fix it by replacing it with...

5.5CVSS5.9AI score0.00258EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•9 views

CVE-2022-49516

In the Linux kernel, the following vulnerability has been resolved: ice: always check VF VSI pointer values The icegetvfvsi function can return NULL in some cases, such as if handling messages during a reset where the VSI is being removed and recreated. Several places throughout the driver do not...

5.5CVSS6.3AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49731

In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in atahostallocpinfo In an unlikely and probably wrong? case that the 'ppi' parameter of atahostallocpinfo points to an array starting with a NULL pointer, there's going to be a kernel oop...

5.5CVSS6AI score0.0028EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49692

In the Linux kernel, the following vulnerability has been resolved: net: phy: at803x: fix NULL pointer dereference on AR9331 PHY Latest kernel will explode on the PHY interrupt config, since it depends now on allocated priv. So, run probe to allocate priv to fix it. ar9331switch ethernet.1:10 lan...

5.5CVSS5.9AI score0.00242EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•12 views

CVE-2022-49717

In the Linux kernel, the following vulnerability has been resolved: irqchip/apple-aic: Fix refcount leak in buildfiqaffinity offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.9AI score0.00222EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•12 views

CVE-2022-49705

In the Linux kernel, the following vulnerability has been resolved: 9p: fix fid refcount leak in v9fsvfsatomicopendotl We need to release directory fid if we fail halfway through open This fixes fid leaking with xfstests generic 531...

5.5CVSS6.1AI score0.00258EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49667

In the Linux kernel, the following vulnerability has been resolved: net: bonding: fix use-after-free after 802.3ad slave unbind commit 0622cab0341c "bonding: fix 802.3ad aggregator reselection", resolve case, when there is several aggregation groups in the same bond. bond3adunbindslave will...

7.8CVSS6.1AI score0.00289EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•10 views

CVE-2022-49671

In the Linux kernel, the following vulnerability has been resolved: RDMA/cm: Fix memory leak in ibcminsertlisten cmallocidpriv allocates resource for the cmidpriv. When cminitlisten fails it doesn't free it, leading to memory leak. Add the missing error unwind...

5.5CVSS5.9AI score0.00281EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•18 views

CVE-2022-49288

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to UAF or some weird problem. This patch applies the...

6.3AI score0.00284EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49621

In the Linux kernel, the following vulnerability has been resolved: cpufreq: pmac32-cpufreq: Fix refcount leak bug In pmaccpufreqinitMacRISC3, we need to add corresponding ofnodeput for the three node pointers whose refcount have been incremented by offindnodebyname...

5.5CVSS5.9AI score0.00258EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•11 views

CVE-2022-49495

In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platformgetresourcebyname It will cause null-ptr-deref if platformgetresourcebyname returns NULL, we need check the return value. Patchwork:...

5.5CVSS6.3AI score0.00276EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•14 views

CVE-2022-49233

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Call dcstreamrelease for remove link enc assignment Why A porting error resulted in the stream assignment for the link being retained without being released - a memory leak. How Fix the porting error by adding ba...

5.5CVSS6.3AI score0.00222EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/02/26 7:01 a.m.•13 views

CVE-2022-49607

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix data race between perfeventsetoutput and perfmmapclose Yang Jihing reported a race between perfeventsetoutput and perfmmapclose: CPU1 CPU2 perfmmapclosee2 if atomicdecandtest&e2-rb-mmapcount // 1 - 0 detachrest =...

4.7CVSS6AI score0.00186EPSS
SaveExploits0References10
Rows per page
Query Builder