Lucene search
+L

6915 matches found

UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•9 views

CVE-2022-49967

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a data-race around bpfjitlimit. While reading bpfjitlimit, it can be changed concurrently via sysctl, WRITEONCE in doprocdoulongvecminmax. The size of bpfjitlimit is long, so we need to add a paired READONCE to avoid...

4.7CVSS5.7AI score0.0014EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•6 views

CVE-2022-49972

In the Linux kernel, the following vulnerability has been resolved: xsk: Fix corrupted packets for XDPSHAREDUMEM Fix an issue in XDPSHAREDUMEM mode together with aligned mode where packets are corrupted for the second and any further sockets bound to the same umem. In other words, this does not...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•20 views

CVE-2022-49966

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: add missing -finimicrocode interface for Sienna Cichlid To avoid any potential memory leak...

5.5CVSS5.7AI score0.00239EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•4 views

CVE-2022-50081

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.8AI score
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•6 views

CVE-2022-50092

In the Linux kernel, the following vulnerability has been resolved: dm thin: fix use-after-free crash in dmsmregisterthresholdcallback Fault inject on pool metadata device reports: BUG: KASAN: use-after-free in dmpoolregistermetadatathreshold+0x40/0x80 Read of size 8 at addr ffff8881b9d50068 by...

5.5CVSS5.9AI score0.0024EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•12 views

CVE-2022-50099

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: arkfb: Check the size of screen before memsetio In the function arkfbsetpar, the value of 'screensize' is calculated by the user input. If the user provides the improper value, the value of 'screensize' may larger...

7.8CVSS5.8AI score0.00254EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•7 views

CVE-2022-49952

In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session count to avoid corrupting memory beyond the fixed-size slab-allocated session array when there are more than FASTRPCMAXSESSIONS...

7.8CVSS6AI score0.00245EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•6 views

CVE-2022-49979

In the Linux kernel, the following vulnerability has been resolved: net: fix refcount bug in skpsockget 2 Syzkaller reports refcount bug as follows: ------------ cut here ------------ refcountt: saturated; leaking memory. WARNING: CPU: 1 PID: 3605 at lib/refcount.c:19...

7.8CVSS5.8AI score0.00259EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•8 views

CVE-2022-50118

In the Linux kernel, the following vulnerability has been resolved: powerpc/perf: Optimize clearing the pending PMI and remove WARNON for PMI check in powerpmudisable commit 2c9ac51b850d "powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC" added a new function...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•3 views

CVE-2022-50122

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173rt5650devprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Fix refcount leak in some error paths...

5.5CVSS5.6AI score0.0024EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•8 views

CVE-2022-50132

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: change place of 'privep' assignment in cdns3gadgetepdequeue, cdns3gadgetepenable If 'ep' is NULL, result of eptocdns3epep is invalid pointer and its dereference with privep-cdns3dev may cause panic. Found by Linux...

5.5CVSS5.7AI score0.00188EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•11 views

CVE-2022-50144

In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when unbinding codec drivers, e.g. with the following...

5.5CVSS5.9AI score0.00189EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•7 views

CVE-2022-50145

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 /sys/module/dmatest/parameters/threadsperchan % ec...

7.8CVSS5.8AI score0.00199EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•5 views

CVE-2022-50095

In the Linux kernel, the following vulnerability has been resolved: posix-cpu-timers: Cleanup CPU timers before freeing them during exec Commit 55e8c8eb2c7b "posix-cpu-timers: Store a reference to a pid not a task" started looking up tasks by PID when deleting a CPU timer. When a non-leader threa...

7.8CVSS6.1AI score0.00252EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•9 views

CVE-2022-50010

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: i740fb: Check the argument of i740calcvclk Since the user can control the arguments of the ioctl from the user space, under special arguments that may result in a divide-by-zero bug. If the user provides an improper...

5.5CVSS5.8AI score0.00247EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•10 views

CVE-2022-50071

In the Linux kernel, the following vulnerability has been resolved: mptcp: move subflow cleanup in mptcpdestroycommon If the mptcp socket creation fails due to a CGROUPINETSOCKCREATE eBPF program, the MPTCP protocol ends-up leaking all the subflows: the related cleanup happens in mptcpdestroysock...

7.8CVSS6.7AI score0.00229EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•8 views

CVE-2022-50009

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null-ptr-deref in f2fsgetdnodeofdata There is issue as follows when test f2fs atomic write: F2FS-fs loop0: Can't find valid F2FS filesystem in 2th superblock F2FS-fs loop0: invalid crcoffset: 0 F2FS-fs loop0:...

5.5CVSS5.7AI score0.00187EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•6 views

CVE-2022-50178

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: 8852a: rfk: fix div 0 exception The DPK is a kind of RF calibration whose algorithm is to fine tune parameters and calibrate, and check the result. If the result isn't good enough, it could adjust parameters and try...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/06/18 11:15 a.m.•6 views

CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS5.9AI score0.00189EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
•added 2025/06/18 10:15 a.m.•7 views

CVE-2025-38020

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Disable MACsec offload for uplink representor profile MACsec offload is not supported in switchdev mode for uplink representors. When switching to the uplink representor profile, the MACsec offload feature must be...

5.5CVSS6AI score0.00191EPSS
SaveExploits0References26
Rows per page
Query Builder