Lucene search
+L

6339 matches found

RedhatCVE
RedhatCVE
added 2024/10/22 11:8 a.m.23 views

CVE-2024-50057

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devmfreeirq only if client-irq is set. This fixes the warning caused by the tps6598x module...

6.9AI score0.00212EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 11:8 a.m.10 views

CVE-2024-50046

In the Linux kernel, the following vulnerability has been resolved: NFSv4: Prevent NULL-pointer dereference in nfs42completecopies On the node of an NFS client, some files saved in the mountpoint of the NFS server were copied to another location of the same NFS server. Accidentally, the...

5.5CVSS7.1AI score0.0058EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 11:8 a.m.14 views

CVE-2024-50034

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsksynmss with IPPROTOSMC Eric report a panic on IPPROTOSMC, and give the facts that when INETPROTOSWICSK was set, icsk-icsksyncmss must be set too. Bug: Unable to handle kernel NULL pointer dereference at...

5.5CVSS7AI score0.00202EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 11:8 a.m.24 views

CVE-2024-50030

In the Linux kernel, the following vulnerability has been resolved: drm/xe/ct: prevent UAF in sendrecv Ensure we serialize with completion side to prevent UAF with fence going out of scope on the stack, since we have no clue if it will fire after the timeout before we can erase from the xa. Also ...

7.8CVSS7.2AI score0.00229EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 10:8 a.m.12 views

CVE-2024-50019

In the Linux kernel, the following vulnerability has been resolved: kthread: unpark only parked kthread Calling into kthread unparking unconditionally is mostly harmless when the kthread is already unparked. The wake up is then simply ignored because the target is not in TASKPARKED state. However...

5.5CVSS6.8AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 9:42 a.m.16 views

CVE-2022-48969

In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and new sring with target host is setup after live...

5.5CVSS6.8AI score0.0026EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 9:8 a.m.13 views

CVE-2022-49017

In the Linux kernel, the following vulnerability has been resolved: tipc: re-fetch skb cb after tipcmsgvalidate As the call trace shows, the original skb was freed in tipcmsgvalidate, and dereferencing the old skb cb would cause an use-after-free crash. BUG: KASAN: use-after-free in...

7.1CVSS7.3AI score0.00642EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 8:39 a.m.32 views

CVE-2022-49032

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4404: Fix oob read in afe4404read|writeraw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4404readraw+0x2ce/0x380 Read of size 4 at addr ffffffffc00e4658 by task cat/278 Call...

7.1CVSS6.7AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 8:9 a.m.17 views

CVE-2022-49029

In the Linux kernel, the following vulnerability has been resolved: hwmon: ibmpex Fix possible UAF when ibmpexregisterbmc fails Smatch report warning as follows: drivers/hwmon/ibmpex.c:509 ibmpexregisterbmc warn: '&data-;list' not removed from list If ibmpexfindsensors fails in ibmpexregisterbmc,...

6.7CVSS6.8AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 7:38 a.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...

4.4CVSS6.9AI score0.00249EPSS
SaveExploits0References4
CVE
CVE
added 2024/10/22 7:37 a.m.249 views

CVE-2023-52918

CVE-2023-52918 – Linux kernel (media: pci: cx23885) The vulnerability concerns the cx23885 video device initialization in the Linux kernel’s media: pci subsystem. cx23885_vdev_init() can return a NULL pointer, but the caller previously used that pointer without checking it. The fix adds a NULL po...

5.5CVSS5.1AI score0.00208EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/10/22 7:37 a.m.13 views

CVE-2023-52918

In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885vdevinit return cx23885vdevinit can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer check and go to the error unwind if it is NULL...

5.5CVSS5.6AI score0.00208EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/10/22 7:16 a.m.16 views

CVE-2022-49024

In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev in probe/remove methods In mcanpciremove and error handling path of mcanpciprobe, mcanclassfreedev should be called to free resource allocated by mcanclassallocatedev, otherwise there...

5.5CVSS6.9AI score0.00237EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 7:15 a.m.13 views

CVE-2022-48998

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf/32: Fix Oops on tail call tests testbpf tail call tests end up as: testbpf: 0 Tail call leaf jited:1 85 PASS testbpf: 1 Tail call 2 jited:1 111 PASS testbpf: 2 Tail call 3 jited:1 145 PASS testbpf: 3 Tail call 4 jited...

7.8CVSS6.8AI score0.00228EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:38 a.m.15 views

CVE-2022-49005

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for sx controls For sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This means that our check in sndsocputvolswsx needs to jus...

4.4CVSS6.9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:38 a.m.16 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.2AI score0.00213EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:37 a.m.17 views

CVE-2022-48958

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings The grethinitrings function won't free the newly allocated skb when dmamappingerror returns error, so add devkfreeskb to fix it. Compile tested only...

5.5CVSS6.9AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/22 6:10 a.m.11 views

CVE-2022-48979

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML Why LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fix the error by changing the array declaration to use th...

4.4CVSS6.9AI score0.00217EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 11:7 p.m.19 views

CVE-2024-49984

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than the internal kernel storage where the ids will be...

7.8CVSS7.2AI score0.00241EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:38 p.m.14 views

CVE-2024-49892

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Initialize getbytesperelement's default to 1 Variables, used as denominators and maybe not assigned to other values, should not be 0. bytesperelementy & bytesperelementc are initialized by getbytesperelement whic...

5.5CVSS6.8AI score0.00257EPSS
SaveExploits0References4
Rows per page
Query Builder