Lucene search
+L

1567 matches found

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

CVE-2024-50039

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

7.8CVSS6.3AI score0.00254EPSS
SaveExploits0References40
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.21 views

CVE-2022-48996

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix wrong empty schemes assumption under online tuning in damonsysfssetschemes Commit da87878010e5 "mm/damon/sysfs: support online inputs update" made 'damonsysfssetschemes' to be called for running DAMON context,...

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

CVE-2022-48970

In the Linux kernel, the following vulnerability has been resolved: afunix: Get userns from inskb in unixdiaggetexact. Wei Chen reported a NULL deref in skuserns 01, and Paolo diagnosed the root cause: in unixdiaggetexact, the newly allocated skb does not have sk. 2 We must get the userns from th...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.16 views

CVE-2022-48977

In the Linux kernel, the following vulnerability has been resolved: can: afcan: fix NULL pointer dereference in canrcvfilter Analogue to commit 8aa59e355949 "can: afcan: fix NULL pointer dereference in canrxregister" we need to check for a missing initialization of mlpriv in the receive path of C...

5.5CVSS6.3AI score0.00245EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.12 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.14 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.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.15 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.7 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.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.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.34 views

CVE-2022-48978

In the Linux kernel, the following vulnerability has been resolved: HID: core: fix shift-out-of-bounds in hidreportrawevent Syzbot reported shift-out-of-bounds in hidreportrawevent. microsoft 0003:045E:07DA.0001: hidfieldextract called with n 128 32! swapper/0...

5.5CVSS6.3AI score0.00249EPSS
SaveExploits0References10
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.17 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.8CVSS6.3AI score0.00237EPSS
SaveExploits0References21
UbuntuCve
UbuntuCve
added 2024/10/21 8:15 p.m.11 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.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
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.11 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.8 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
Rows per page
Query Builder