Lucene search
+L

1567 matches found

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

CVE-2022-48988

In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcgwriteeventcontrol memcgwriteeventcontrol accesses the dentry-dname of the specified control fd to route the write call. As a cgroup interface file can't be renamed, it's safe to access...

7.8CVSS6.5AI score0.00245EPSS
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 views

CVE-2022-49010

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Check for null before removing sysfs attrs If coretempaddcore gets an error then pdata-coredataindx is already NULL and has been kfreed. Don't pass that to sysfsremovegroup as that will crash in sysfsremovegroup...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.24 views

CVE-2022-48994

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix function prototype mismatch in sndseqexpandvarevent With clang's kernel control flow integrity kCFI, CONFIGCFICLANG, indirect call targets are validated against the expected function pointer prototype to make sure...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 views

CVE-2022-48982

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: 71.986122 Call Trace: 71.986124 71.986125...

5.5CVSS6AI score0.00205EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.9 views

CVE-2022-49004

In the Linux kernel, the following vulnerability has been resolved: riscv: Sync efi page table's kernel mappings before switching The EFI page table is initially created as a copy of the kernel page table. With VMAPSTACK enabled, kernel stacks are allocated in the vmalloc area: if the stack is...

5.5CVSS5.8AI score0.00245EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.13 views

CVE-2022-48965

In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchipgpiolibregister The node returned by ofgetparent with refcount incremented, ofnodeput needs be called when finish using it. So add it in the end of ofpinctrlget...

5.5CVSS5.9AI score0.00231EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.15 views

CVE-2022-48985

In the Linux kernel, the following vulnerability has been resolved: net: mana: Fix race on per-CQ variable napi workdone After calling napicompletedone, the NAPIFSTATESCHED bit may be cleared, and another CPU can start napi thread and access per-CQ variable, cq-workdone. If the other thread for...

9.8CVSS6AI score0.0059EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.16 views

CVE-2024-50038

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: avoid NFPROTOUNSPEC where needed syzbot managed to call xtcluster match via ebtables: WARNING: CPU: 0 PID: 11 at net/netfilter/xtcluster.c:72 xtclustermt+0x196/0x780 .. ebtdotable+0x174b/0x2a40 Module register...

5.5CVSS6.2AI score0.00232EPSS
SaveExploits0References28
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.24 views

CVE-2022-48999

In the Linux kernel, the following vulnerability has been resolved: ipv4: Handle attempt to delete multipath route when fibinfo contains an nh reference Gwangun Jung reported a slab-out-of-bounds access in fibnhmatch: fibnhmatch+0xf98/0x1130 linux-6.0-rc7/net/ipv4/fibsemantics.c:961...

7.1CVSS6.3AI score0.00255EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-49014

In the Linux kernel, the following vulnerability has been resolved: net: tun: Fix use-after-free in tundetach syzbot reported use-after-free in tundetach 1. This causes call trace like below: ================================================================== BUG: KASAN: use-after-free in...

7.8CVSS6.4AI score0.00263EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.8 views

CVE-2022-48951

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in sndsocputvolswsx The bounds checks in sndsocputvolswsx are only being applied to the first channel, meaning it is possible to write out of bounds values to the second channel in stere...

7.8CVSS6.3AI score0.00245EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.13 views

CVE-2024-50020

In the Linux kernel, the following vulnerability has been resolved: ice: Fix improper handling of refcount in icesriovsetmsixveccount This patch addresses an issue with improper reference count handling in the icesriovsetmsixveccount function. First, the function calls icegetvfbyid, which...

5.5CVSS6.4AI score0.00205EPSS
SaveExploits0References18
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 views

CVE-2022-48980

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: avoid out of bounds access in sja1105initl2policing The SJA1105 family has 45 L2 policing table entries SJA1105MAXL2POLICINGCOUNT and SJA1110 has 110 SJA1110MAXL2POLICINGCOUNT. Keeping the table structure but...

7.8CVSS6.6AI score0.00244EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.9 views

CVE-2024-50023

In the Linux kernel, the following vulnerability has been resolved: net: phy: Remove LED entry from LEDs list on unregister Commit c938ab4da0eb "net: phy: Manual remove LEDs to ensure correct ordering" correctly fixed a problem with using devm but missed removing the LED entry from the LEDs list...

5.5CVSS6.4AI score0.00235EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.9 views

CVE-2022-49012

In the Linux kernel, the following vulnerability has been resolved: afs: Fix server-active leak in afsputserver The atomicread was accidentally replaced with atomicincreturn, which prevents the server from getting cleaned up and causes rmmod to hang with a warning: Can't purge s=00000001...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-48987

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-dv-timings.c: fix too strict blanking sanity checks Sanity checks were added to verify the v4l2bttimings blanking fields in order to avoid integer overflows when userspace passes weird values. But that assumed that...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 views

CVE-2022-48981

In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove errant put in error path drmgemshmemmmap doesn't own this reference, resulting in the GEM object getting prematurely freed leading to a later use-after-free...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.5 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.5CVSS6AI score0.00249EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.13 views

CVE-2022-49021

In the Linux kernel, the following vulnerability has been resolved: net: phy: fix null-ptr-deref while probe failed I got a null-ptr-deref report as following when doing fault injection test: BUG: kernel NULL pointer dereference, address: 0000000000000058 Oops: 0000 1 PREEMPT SMP KASAN PTI CPU: 1...

5.5CVSS6.3AI score0.00281EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.8 views

CVE-2022-48990

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery Why 754.862560 refcountt: underflow; use-after-free. 754.862898 Call Trace: 754.862903 754.862913 amdgpujobfreecb+0xc2/0xe1 amdgpu 754.863543 drmschedmain.cold+0x34/0x39 amdsched...

7.8CVSS6.3AI score0.00234EPSS
SaveExploits0References4
Rows per page
Query Builder