Lucene search
+L

11934 matches found

OSV
OSV
added 2024/05/30 4:15 p.m.10 views

UBUNTU-CVE-2024-36903

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in ip6makeskb As it was done in commit fc1092f51567 "ipv4: Fix uninit-value access in ipmakeskb" for IPv4, check FLOWIFLAGKNOWNNH on fl6-flowi6flags instead of testing HDRINCL on the socket...

5.5CVSS6.1AI score0.0023EPSS
SaveExploits0References21
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.29 views

CVE-2024-36927 ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

6.5AI score0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36927 ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

5.9AI score
SaveExploits0References11
CVE
CVE
added 2024/05/30 3:29 p.m.201 views

CVE-2024-36927

The CVE-2024-36927 issue is in the Linux kernel IPv4 path: uninit-value access in __ip_make_skb() due to a race with HDRINCL. The fix checks FLOWI_FLAG_KNOWN_NH on fl4->flowi4_flags instead of socket HDRINCL, and explicitly initializes fl4_icmp_type and fl4_icmp_code in raw_sendmsg() (the fiel...

4.7CVSS6.4AI score0.0017EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.86 views

CVE-2024-36927 ipv4: Fix uninit-value access in __ip_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv4: Fix uninit-value access in ipmakeskb KMSAN reported uninit-value access in ipmakeskb 1. ipmakeskb tests HDRINCL to know if the skb has icmphdr. However, HDRINCL can cause a race condition. If calling setsockopt2 with...

6.1AI score0.0017EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/30 3:29 p.m.20 views

CVE-2024-36918 bpf: Check bloom filter map value size

In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOCMAXSIZE. This brings the bloom map in line with many other map types. The lack of this protection can...

7.8CVSS6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.39 views

CVE-2024-36918 bpf: Check bloom filter map value size

In the Linux kernel, the following vulnerability has been resolved: bpf: Check bloom filter map value size This patch adds a missing check to bloom filter creating, rejecting values above KMALLOCMAXSIZE. This brings the bloom map in line with many other map types. The lack of this protection can...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/30 3:29 p.m.128 views

CVE-2024-36918

In CVE-2024-36918, the Linux kernel’s bloom_filter_map creation path lacked a guard for bloom filter value sizes, allowing values larger than KMALLOC_MAX_SIZE to slip through. The patch adds a check during bloom filter creation to reject oversized values, aligning behavior with other map types an...

7.8CVSS6.8AI score0.00234EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.24 views

CVE-2024-36903 ipv6: Fix potential uninit-value access in __ip6_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in ip6makeskb As it was done in commit fc1092f51567 "ipv4: Fix uninit-value access in ipmakeskb" for IPv4, check FLOWIFLAGKNOWNNH on fl6-flowi6flags instead of testing HDRINCL on the socket...

6.4AI score0.0023EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/30 3:29 p.m.17 views

CVE-2024-36903 ipv6: Fix potential uninit-value access in __ip6_make_skb()

In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix potential uninit-value access in ip6makeskb As it was done in commit fc1092f51567 "ipv4: Fix uninit-value access in ipmakeskb" for IPv4, check FLOWIFLAGKNOWNNH on fl6-flowi6flags instead of testing HDRINCL on the socket...

6AI score
SaveExploits0References11
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.6 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates from an uninitialized value in the fs/9p module...

5.5CVSS8.2AI score0.00012EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.10 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an object overflow that results in an invalid pointer value...

5.5CVSS6.8AI score0.00196EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from being able to read the same value twice without locking it...

5.5CVSS6.4AI score0.00344EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/05/30 12:00 a.m.7 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from potential uninitialized value access in the ipv6 module ip6makeskb...

5.5CVSS6.5AI score0.0023EPSS
SaveExploits0References5
BDU FSTEC
BDU FSTEC
added 2024/05/30 12:00 a.m.11 views

The vulnerability of the CONNECT component of the Eclipse Mosquitto messaging broker, which allows a hacker to trigger a service failure.

The vulnerability of the CONNECT component of the Eclipse Mosquitto messaging broker is related to the allocation of memory based on an unreliable large value. Exploiting this vulnerability can allow a malicious actor to cause service failures...

5.8CVSS6.3AI score0.00608EPSS
SaveExploits0References4Affected Software3
RedhatCVE
RedhatCVE
added 2024/05/29 10:20 a.m.25 views

CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

5.5CVSS6.6AI score0.00253EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/29 10:00 a.m.5 views

SUSE CVE-2023-52809

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix potential NULL pointer dereference in fclportptpsetup fclportptpsetup did not check the return value of fcrportcreate which can return NULL and would cause a NULL pointer dereference. Address this issue by checki...

5.5CVSS6.5AI score0.00249EPSS
SaveExploits0References17
OSV
OSV
added 2024/05/29 8:15 a.m.9 views

DEBIAN-CVE-2024-36015

In the Linux kernel, the following vulnerability has been resolved: ppdev: Add an error check in registerdevice In registerdevice, the return value of idasimpleget is unchecked, in witch idasimpleget will use an invalid index value. To address this issue, index should be checked after idasimplege...

7.8CVSS6.1AI score0.00253EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/05/29 12:00 a.m.14 views

PT-2024-31911 · WordPress · Apppresser

Name of the Vulnerable Software and Affected Versions: AppPresser plugin for WordPress versions up to, and including, 4.3.2 Description: The issue arises from improper missing encryption exception handling on the decrypt value and doCookieAuth functions. This allows unauthenticated attackers to l...

8.1CVSS7AI score0.00501EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/05/28 3:32 a.m.7 views

SUSE CVE-2021-47511

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix negative period/buffer sizes The period size calculation in OSS layer may receive a negative value as an error, but the code there assumes only the positive values and handle them with sizet. Due to that, a to...

7.8CVSS6.6AI score0.0024EPSS
SaveExploits0References19
Rows per page
Query Builder