Lucene search
+L

995 matches found

NVD
NVD
added 2024/08/17 9:15 a.m.17 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.00233EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2024/08/17 9:9 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.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/17 9:8 a.m.39 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.00244EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:8 a.m.28 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.00244EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:8 a.m.202 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:8 a.m.28 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.148 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.00233EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.39 views

CVE-2024-42272 sched: act_ct: take care of padding in struct zones_ht_key

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.00233EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/17 8:54 a.m.21 views

CVE-2024-42272 sched: act_ct: take care of padding in struct zones_ht_key

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...

6AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/08/17 8:54 a.m.21 views

CVE-2024-42272 sched: act_ct: take care of padding in struct zones_ht_key

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...

6.8AI score0.00233EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/08/17 8:54 a.m.63 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.8CVSS5.6AI score0.00233EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/08/13 9:16 a.m.7 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/08/12 2:39 a.m.9 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/08/08 8:50 a.m.17 views

CVE-2024-42257 ext4: use memtostr_pad() for s_volume_name

In the Linux kernel, the following vulnerability has been resolved: ext4: use memtostrpad for svolumename As with the other strings in struct ext4superblock, svolumename is not NUL terminated. The other strings were marked in commit 072ebb3bffe6 "ext4: add nonstring annotations to ext4.h". Using...

6.9AI score0.00202EPSS
SaveExploits0References2
zdt
zdt
added 2024/08/07 12:0 a.m.164 views

Linux DRM drm_file_update_pid() Race Condition / Use-After-Free Exploit

Linux DRM has drmfileupdatepid call to getpid too late, which creates a race condition that can lead to use-after-free issue of a struct pid. Linux: DRM: refcount incremented too late in drmfileupdatepid I am sending this to security@ and to the drm-misc maintainers - based on...

7CVSS6.6AI score0.00223EPSS
SaveExploits3
RedHat Linux
RedHat Linux
added 2024/07/31 2:49 p.m.5 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/07/31 1:21 p.m.4 views

gorilla/schema: Potential memory exhaustion attack due to sparse slice deserialization

A flaw was found in the gorilla/schema package. Running schema.Decoder.Decode on a struct that has a field of type struct... opens it up to malicious attacks regarding memory allocations, taking advantage of the sparse slice functionality. Any use of schema.Decoder.Decode on a struct with arrays ...

7.5CVSS7.3AI score0.01105EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/07/31 9:18 a.m.23 views

CVE-2024-42106

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

4.4CVSS8.1AI score0.00258EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.25 views

CVE-2024-42080

In the Linux kernel, the following vulnerability has been resolved: RDMA/restrack: Fix potential invalid address access struct rdmarestrackentry's kernname was set to KBUILDMODNAME in ibcreatecq, while if the module exited but forgot del this rdmarestrackentry, it would cause a invalid address...

5.5CVSS7AI score0.0023EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.25 views

CVE-2024-42106

In the Linux kernel, the following vulnerability has been resolved: inetdiag: Initialize pad field in struct inetdiagreqv2 KMSAN reported uninit-value access in rawlookup 1. Diag for raw sockets uses the pad field in struct inetdiagreqv2 for the underlying protocol. This field corresponds to the...

5.5CVSS6.3AI score0.00258EPSS
SaveExploits0References32
Rows per page
Query Builder