Lucene search
+L

6334 matches found

Cvelist
Cvelist
added 2024/08/26 10:10 a.m.30 views

CVE-2024-43896 ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULL

In the Linux kernel, the following vulnerability has been resolved: ASoC: cs-amp-lib: Fix NULL pointer crash if efi.getvariable is NULL Call efirtservicessupported to check that efi.getvariable exists before calling it...

0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/26 10:10 a.m.126 views

CVE-2024-43895

CVE-2024-43895 relates to the Linux kernel DRM/AMD display path, specifically a NULL pointer dereference when recomputing DSC parameters if no stream is on the link during MST+DSC setup. This can trigger a kernel oops/crash as described in vendor advisories. Connected sources show the issue is ad...

6.9AI score0.00017EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/26 10:10 a.m.52 views

CVE-2024-43895

Removed by vendor...

7.3AI score0.00017EPSS
SaveExploits0
OSV
OSV
added 2024/08/26 10:10 a.m.15 views

CVE-2024-43895 drm/amd/display: Skip Recompute DSC Params if no Stream on Link

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip Recompute DSC Params if no Stream on Link why Encounter NULL pointer dereference uner mst + dsc setup. BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oops: 0000 1 PREEMPT SMP NOP...

6AI score0.00017EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.29 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

7.1AI score0.00257EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/26 10:10 a.m.24 views

CVE-2024-43893 serial: core: check uartclk for zero to avoid divide by zero

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baudbase can result in uartclk being zero, which will result in a divide by zero error in uartgetdivisor. The check for uartcl...

0.00257EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/26 10:10 a.m.11 views

CVE-2024-43892 memcg: protect concurrent access to mem_cgroup_idr

In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to memcgroupidr Commit 73f576c04b94 "mm: memcontrol: fix cgroup creation failure after many small jobs" decoupled the memcg IDs from the CSS ID space to fix the cgroup creation failures. It...

7.4AI score0.00229EPSS
SaveExploits0References6
CVE
CVE
added 2024/08/26 7:11 a.m.168 views

CVE-2024-43884

CVE-2024-43884 : In the Linux kernel, the Bluetooth MGMT path could dereference NULL in hci_conn_params_add() when pairing a device, due to a missing NULL check. This could crash the host. The fixed patch adds error handling in pair_device() to validate the NULL value before dereferencing. Connec...

5.5CVSS6.5AI score0.00264EPSS
SaveExploits0References10Affected Software1
NVD
NVD
added 2024/08/23 1:15 p.m.18 views

CVE-2024-43883

In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does not happen. This strictly speaking closes...

7CVSS0.00223EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/08/23 1:15 p.m.17 views

CVE-2024-43883

In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does not happen. This strictly speaking closes...

7CVSS6.2AI score0.00223EPSS
SaveExploits0References26
RedhatCVE
RedhatCVE
added 2024/08/22 3:16 p.m.17 views

CVE-2022-48941

In the Linux kernel, the following vulnerability has been resolved: ice: fix concurrent reset and removal of VFs Commit c503e63200c6 "ice: Stop processing VF messages during teardown" introduced a driver state flag, ICEVFDEINITINPROGRESS, which is intended to prevent some issues with concurrently...

5.3CVSS7.2AI score0.00164EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/22 4:15 a.m.26 views

CVE-2022-48934

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: Fix a potential leak in nfptunneladdsharedmac idasimpleget returns an id between min 0 and max NFPMAXMACINDEX inclusive. So NFPMAXMACINDEX 0xff is a valid id. In order for the error handling path to work correctly, t...

5.5CVSS0.0021EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/22 4:15 a.m.32 views

CVE-2022-48929

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix crash due to out of bounds access into reg2btfids. When commit e6ac2450d6de "bpf: Support bpf program calling kernel function" added kfunc support, it defined reg2btfids as a cheap way to translate the verifier reg type ...

5.5CVSS0.0021EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/08/22 4:15 a.m.19 views

CVE-2022-48939

In the Linux kernel, the following vulnerability has been resolved: bpf: Add schedule points in batch ops syzbot reported various soft lockups caused by bpf batch operations. INFO: task kworker/1:1:27 blocked for more than 140 seconds. INFO: task hung in rcubarrier Nothing prevents batch ops to...

3.3CVSS6.3AI score0.00201EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/22 4:15 a.m.25 views

CVE-2022-48942

In the Linux kernel, the following vulnerability has been resolved: hwmon: Handle failure to register sensor with thermal zone correctly If an attempt is made to a sensor with a thermal zone and it fails, the call to devmthermalzoneofsensorregister may return -ENODEV. This may result in crashes...

5.5CVSS6.3AI score0.00214EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 3:31 a.m.18 views

CVE-2022-48937 io_uring: add a schedule point in io_add_buffers()

In the Linux kernel, the following vulnerability has been resolved: iouring: add a schedule point in ioaddbuffers Looping 65535 times doing kmalloc calls can trigger soft lockups, especially with DEBUG features like KASAN. 253.536212 watchdog: BUG: soft lockup - CPU64 stuck for 26s!...

3.3CVSS5.9AI score0.0016EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/22 3:31 a.m.97 views

CVE-2022-48935

CVE-2022-48935 is a Linux kernel flaw in netfilter nf_tables where flowtable hooks were not unregistered on net namespace exit, causing a use-after-free (KASAN) in nf_hook_entries_grow. The issue arises when nf_tables_flowtable_destroy() does not unregister hooks promptly, leading to UAF in flowt...

5.5CVSS7AI score0.00204EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/08/22 3:31 a.m.12 views

CVE-2022-48935 netfilter: nf_tables: unregister flowtable hooks on netns exit

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unregister flowtable hooks on netns exit Unregister flowtable hooks before they are releases via nftablesflowtabledestroy otherwise hook core reports UAF. BUG: KASAN: use-after-free in...

5.5CVSS6AI score0.00204EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/22 3:31 a.m.15 views

CVE-2022-48932 net/mlx5: DR, Fix slab-out-of-bounds in mlx5_cmd_dr_create_fte

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, Fix slab-out-of-bounds in mlx5cmddrcreatefte When adding a rule with 32 destinations, we hit the following out-of-band access issue: BUG: KASAN: slab-out-of-bounds in mlx5cmddrcreatefte+0x18ee/0x1e70 This patch fixe...

5.5CVSS6.1AI score0.00183EPSS
SaveExploits0References5
NVD
NVD
added 2024/08/22 2:15 a.m.43 views

CVE-2022-48925

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Do not change route.addr.srcaddr outside state checks If the state is not idle then resolvepreparesrc should immediately fail and no change to global state should happen. However, it unconditionally overwrites the srcad...

7.8CVSS0.00222EPSS
SaveExploits0References4
Rows per page
Query Builder