Lucene search
+L

1047 matches found

NVD
NVD
added 2024/08/22 2:15 a.m.33 views

CVE-2022-48910

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

5.5CVSS0.0021EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/08/22 1:31 a.m.36 views

CVE-2022-48913 blktrace: fix use after free for struct blk_trace

In the Linux kernel, the following vulnerability has been resolved: blktrace: fix use after free for struct blktrace When tracing the whole disk, 'dropped' and 'msg' will be created under 'q-debugfsdir' and 'bt-dir' is NULL, thus blktracefree won't remove those files. What's worse, the following...

7.8CVSS0.00212EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/22 1:30 a.m.15 views

CVE-2022-48910 net: ipv6: ensure we call ipv6_mc_down() at most once

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: ensure we call ipv6mcdown at most once There are two reasons for addrconfnotify to be called with NETDEVDOWN: either the network device is actually going down, or IPv6 was disabled on the interface. If either of them...

7AI score0.0021EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.26 views

CVE-2023-52894

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: fix potential NULL ptr deref in ncmbitrate In Google internal bug 265639009 we've received an as yet unreproducible crash report from an aarch64 GKI 5.10.149-android13 running device. AFAICT the source code is...

5.5CVSS5.9AI score0.00241EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.44 views

CVE-2023-52906

In the Linux kernel, the following vulnerability has been resolved: net/sched: actmpls: Fix warning during failed attribute validation The 'TCAMPLSLABEL' attribute is of 'NLAU32' type, but has a validation type of 'NLAVALIDATEFUNCTION'. This is an invalid combination according to the comment abov...

7.8CVSS5.4AI score0.00248EPSS
SaveExploits0
CVE
CVE
added 2024/08/21 6:10 a.m.115 views

CVE-2023-52894

CVE-2023-52894 affects the Linux kernel USB gadget f_ncm path, where a NULL cdev->gadget dereferences max_speed in ncm_bitrate() during SPEED_NOTIFY handling. The issue was observed on an aarch64 GKI 5.10.149-android13 crash (NULL pointer dereference at 0x5c) and is linked to ncm_do_notify() S...

5.5CVSS6.3AI score0.00241EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/08/21 6:10 a.m.30 views

CVE-2023-52894 usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: fix potential NULL ptr deref in ncmbitrate In Google internal bug 265639009 we've received an as yet unreproducible crash report from an aarch64 GKI 5.10.149-android13 running device. AFAICT the source code is...

5.9AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.38 views

CVE-2024-42285

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iwconnreqhandler associates a new struct rdmaidprivate connid with an existing struct iwcmid cmid as follows: connid-cmid.iw = cmid; cmid-context = connid; cmid-cmhandl...

6.7CVSS7.3AI score0.0087EPSS
SaveExploits0References4
NVD
NVD
added 2024/08/17 10:15 a.m.30 views

CVE-2024-43827

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check before access structs In enablephantomplane, we should better check null pointer before accessing various structs...

5.5CVSS0.00193EPSS
SaveExploits0References2
NVD
NVD
added 2024/08/17 10:15 a.m.26 views

CVE-2024-43816

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Revise lpfcprepembedio routine with proper endian macro usages On big endian architectures, it is possible to run into a memory out of bounds pointer dereference when FCP targets are zoned. In lpfcprepembedio, the...

7.8CVSS0.00203EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/08/17 10:15 a.m.34 views

CVE-2024-43817

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References17
OSV
OSV
added 2024/08/17 9:21 a.m.31 views

CVE-2024-43817 net: missing check virtio

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

6.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.27 views

CVE-2024-43817

In the Linux kernel, the following vulnerability has been resolved: net: missing check virtio Two missing check in virtionethdrtoskb allowed syzbot to crash kernels again 1. After the skbsegment function the buffer may become non-linear nrfrags != 0, but since the SKBTXSHAREDFRAG flag is not set...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0
NVD
NVD
added 2024/08/17 9:15 a.m.19 views

CVE-2024-42272

In the Linux kernel, the following vulnerability has been resolved: sched: actct: take care of padding in struct zoneshtkey Blamed commit increased lookup key size from 2 bytes to 16 bytes, because zoneshtkey got a struct net pointer. Make sure rhashtablelookup is not using the padding bytes whic...

7.8CVSS0.00241EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/08/17 9:09 a.m.26 views

CVE-2024-42302 PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal

In the Linux kernel, the following vulnerability has been resolved: PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal Keith reports a use-after-free when a DPC event occurs concurrently to hot-removal of the same portion of the hierarchy: The dpchandler awaits readiness of the seconda...

6.8AI score0.0023EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/17 9:08 a.m.44 views

CVE-2024-42285 RDMA/iwcm: Fix a use-after-free related to destroying CM IDs

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iwconnreqhandler associates a new struct rdmaidprivate connid with an existing struct iwcmid cmid as follows: connid-cmid.iw = cmid; cmid-context = connid; cmid-cmhandl...

9.8CVSS0.0087EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.30 views

CVE-2024-42285 RDMA/iwcm: Fix a use-after-free related to destroying CM IDs

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix a use-after-free related to destroying CM IDs iwconnreqhandler associates a new struct rdmaidprivate connid with an existing struct iwcmid cmid as follows: connid-cmid.iw = cmid; cmid-context = connid; cmid-cmhandl...

6.8AI score0.0087EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:08 a.m.215 views

CVE-2024-42283

The CVE-2024-42283 issue in the Linux kernel concerns net/nexthop: two reserved fields in the nexthop_grp were not initialized by nla_put_nh_group(), allowing garbage to leak from the kernel. The public description notes these fields are reserved and currently unused, but their non‑zero values ca...

5.5CVSS6.5AI score0.00242EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2024/08/17 9:08 a.m.33 views

CVE-2024-42283 net: nexthop: Initialize all fields in dumped nexthops

In the Linux kernel, the following vulnerability has been resolved: net: nexthop: Initialize all fields in dumped nexthops struct nexthopgrp contains two reserved fields that are not initialized by nlaputnhgroup, and carry garbage. This can be observed e.g. with strace edited for clarity: ip...

0.00242EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/17 8:54 a.m.160 views

CVE-2024-42272

CVE-2024-42272 affects the Linux kernel scheduling path: the act_ct patch fixes padding in zones_ht_key to avoid uninitialized padding being used by rhashtable lookups. The issue traces to a design change that enlarged the key from 2 to 16 bytes due to a struct net pointer, and the fix ensures rh...

7.8CVSS6.5AI score0.00241EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder