Lucene search
K

1197 matches found

RedHat Linux
RedHat Linux
added 2024/09/24 12:40 a.m.1 views

kernel: udp: do not accept non-tunnel GSO skbs landing in a tunnel

CVE-2024-35884 highlights a flaw in the Linux kernel's handling of UDP packets when Generic Receive Offload GRO forwarding is enabled. The issue occurs because non-tunnel UDP packets are sometimes mistakenly processed as if they belong to a tunnel. This can lead to data corruption or kernel...

8.8CVSS7.3AI score0.00018EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/09/19 3:10 a.m.2 views

SUSE CVE-2024-46763

In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fougroreceive while shutting down a host. 0 The NULL pointer is sk-skuserdata, and the offset 8 is of protocol in struct fou. When fourelease is called due to netns...

5.5CVSS6.2AI score0.00007EPSS
Exploits0References19
OSV
OSV
added 2024/09/18 8:15 a.m.2 views

AZL-49584 CVE-2024-46763 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: fou: Fix null-ptr-deref in GRO. We observed a null-ptr-deref in fougroreceive while shutting down a host. 0 The NULL pointer is sk-skuserdata, and the offset 8 is of protocol in struct fou. When fourelease is called due to netns...

5.5CVSS6.4AI score0.00007EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/09/12 2:51 a.m.1 views

SUSE CVE-2024-45018

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS6.4AI score0.00021EPSS
Exploits0References17
RedhatCVE
RedhatCVE
added 2024/09/11 5:50 p.m.9 views

CVE-2024-45018

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS7.2AI score0.00021EPSS
Exploits0References4
OSV
OSV
added 2024/09/11 4:15 p.m.2 views

AZL-49245 CVE-2024-45018 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS6.3AI score0.00021EPSS
Exploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.2 views

AZL-49206 CVE-2024-45018 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS6.3AI score0.00021EPSS
Exploits0References1
OSV
OSV
added 2024/09/11 4:15 p.m.1 views

UBUNTU-CVE-2024-45018

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS6.2AI score0.00021EPSS
Exploits0References19
OSV
OSV
added 2024/09/11 3:14 p.m.12 views

CVE-2024-46672 wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion wpasupplicant 2.11 sends since 1efdba5fdc2c "Handle PMKSA flush in the driver for SAE/OWE offload cases" SSID based PMKSA del commands. brcmfmac is not prepared and tries...

5.5CVSS5.9AI score0.00019EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2024/09/11 3:13 p.m.16 views

CVE-2024-45018 netfilter: flowtable: initialise extack before use

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

6.8AI score0.00021EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/09/11 3:13 p.m.12 views

CVE-2024-45018

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: initialise extack before use Fix missing initialisation of extack in flow offload...

5.5CVSS5.6AI score0.00021EPSS
Exploits0
OSV
OSV
added 2024/09/09 10:1 a.m.2 views

CLSA-2024-1725876080 kernel: Fix of 44 CVEs

dmaengine: idxd: Fix possible Use-After-Free in irqprocessworklist CVE-2024-40956 - userfaultfd: fix a race between writeprotect and exitmmap CVE-2021-47461 - netfilter: nftables: use timestamp to check for set element timeout CVE-2024-27397 - x86/sev: Harden VC instruction emulation somewhat...

7.8CVSS7AI score0.00126EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.1 views

SUSE CVE-2024-44989

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

5.5CVSS6.3AI score0.00019EPSS
Exploits0References16
SUSE CVE
SUSE CVE
added 2024/09/05 2:46 a.m.1 views

SUSE CVE-2024-44990

In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bondipsecoffloadok We must check if there is an active slave before dereferencing the pointer...

5.5CVSS6.4AI score0.00019EPSS
Exploits0References16
OSV
OSV
added 2024/09/04 8:15 p.m.3 views

AZL-48765 CVE-2024-44989 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

5.5CVSS6.3AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.5 views

AZL-48719 CVE-2024-44989 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

5.5CVSS6.3AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.1 views

DEBIAN-CVE-2024-44989

In the Linux kernel, the following vulnerability has been resolved: bonding: fix xfrm realdev null pointer dereference We shouldn't set realdev to NULL because packets can be in transit and xfrm might call xdodevoffloadok in parallel. All callbacks assume realdev is set. Example trace: kernel: BU...

5.5CVSS5.6AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.2 views

DEBIAN-CVE-2024-44990

In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bondipsecoffloadok We must check if there is an active slave before dereferencing the pointer...

5.5CVSS5.7AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.1 views

AZL-48703 CVE-2024-44990 affecting package kernel for versions less than 6.6.51.1-1

In the Linux kernel, the following vulnerability has been resolved: bonding: fix null pointer deref in bondipsecoffloadok We must check if there is an active slave before dereferencing the pointer...

5.5CVSS6.3AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/09/04 8:15 p.m.2 views

AZL-49003 CVE-2024-44983 affecting package kernel for versions less than 5.15.167.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. ===================================================== BUG:...

7.1CVSS6.6AI score0.00011EPSS
Exploits0References1
Rows per page
Query Builder