Lucene search
+L

12925 matches found

CVE
CVE
added 2024/05/06 7:22 p.m.360 views

CVE-2024-33601

CVE-2024-33601 affects the glibc-based nscd daemon, specifically its netgroup cache. The cache uses xmalloc/xrealloc and may terminate the daemon on a memory-allocation failure, causing a denial of service to clients. The flaw was introduced in glibc 2.15 when the cache was added to nscd. Evidenc...

7.3CVSS6.8AI score0.01075EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/05/06 1:04 p.m.44 views

RLSA-2024:1818 Moderate: java-1.8.0-openjdk security update

The java-1.8.0-openjdk packages provide the OpenJDK 8 Java Runtime Environment and the OpenJDK 8 Java Software Development Kit. Security Fixes: OpenJDK: long Exception message leading to crash 8319851 CVE-2024-21011 OpenJDK: integer overflow in C1 compiler address generation 8322122 CVE-2024-2106...

3.7CVSS5.4AI score0.01372EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/06 1:04 p.m.49 views

RLSA-2024:1822 Moderate: java-11-openjdk security update

The java-11-openjdk packages provide the OpenJDK 11 Java Runtime Environment and the OpenJDK 11 Java Software Development Kit. Security Fixes: OpenJDK: long Exception message leading to crash 8319851 CVE-2024-21011 OpenJDK: integer overflow in C1 compiler address generation 8322122 CVE-2024-21068...

3.7CVSS5.4AI score0.01372EPSS
SaveExploits0References6
Rockylinux
Rockylinux
added 2024/05/06 1:04 p.m.50 views

java-11-openjdk security update

An update is available for java-11-openjdk. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The java-11-openjdk packages provide the OpenJDK 11 Java Runtime...

3.7CVSS7.5AI score0.01372EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/05/06 12:00 a.m.31 views

GLSA-202405-12 : Pillow: Multiple Vulnerabilities

The remote host is affected by the vulnerability described in GLSA-202405-12 Pillow: Multiple Vulnerabilities - An issue was discovered in Pillow before 10.0.0. It is a Denial of Service that uncontrollably allocates memory to process a given task, potentially causing a service to crash by having...

8.1CVSS6.9AI score0.01703EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/03 3:03 p.m.20 views

CVE-2022-48691 netfilter: nf_tables: clean up hook list when offload flags check fails

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: clean up hook list when offload flags check fails splice back the hook list so nftchainreleasehook has a chance to release the hooks. BUG: memory leak unreferenced object 0xffff88810180b100 size 96: comm...

6.8AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/05/03 7:23 a.m.29 views

CVE-2024-34403

An integer overflow issue was found in Uriparser in the ComposeQueryMallocExMm function in UriQuery.c. This function computes the space needed for composing a query string. However, it encounters an integer overflow issue when handling large key or value lengths, potentially leading to incorrect...

5.5CVSS6.8AI score0.01316EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/03 7:22 a.m.29 views

CVE-2024-34402

An integer overflow issue was found in Uriparser in the ComposeQueryEngine function in UriQuery.c. This function computes the space needed for composing a query string. However, it encounters an integer overflow issue when handling large key or value lengths, potentially leading to incorrect memo...

5.5CVSS6.8AI score0.01233EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.5 views

SUSE CVE-2024-26988

In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential staticcommandline memory overflow We allocate memory of size 'xlen + strlenbootcommandline + 1' for staticcommandline, but the strings copied into staticcommandline are extracommandline and commandline,...

6.3CVSS6.4AI score0.00279EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.4 views

SUSE CVE-2024-27037

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.3AI score0.00273EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/03 2:09 a.m.5 views

SUSE CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS6.7AI score0.00274EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2024/05/01 5:22 p.m.43 views

CVE-2024-26943

In the Linux kernel, the following vulnerability has been resolved: nouveau/dmem: handle kcalloc allocation failure The kcalloc in nouveaudmemevictchunk will return null if the physical memory has run out. As a result, if we dereference srcpfns, dstpfns or dmaaddrs, the null pointer dereference...

5.5CVSS7AI score0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/01 4:40 p.m.104 views

GHSA-3999-5FFV-WP2R Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Summary Attack scenario The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended to this vector. This can be remotely triggered in a numbe...

7.5CVSS7AI score0.00761EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2024/05/01 4:40 p.m.59 views

Yamux Memory Exhaustion Vulnerability via Active::pending_frames property

Summary Attack scenario The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended to this vector. This can be remotely triggered in a numbe...

7.5CVSS7AI score0.00761EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/05/01 1:15 p.m.25 views

CVE-2024-27046

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handle actinetdevs allocation failure The kmallocarray in nfpfllagdowork will return null, if the physical memory has run out. As a result, if we dereference the actinetdevs, the null pointer dereference bugs will...

5.5CVSS7.3AI score0.00297EPSS
SaveExploits0References11
OSV
OSV
added 2024/05/01 1:15 p.m.10 views

AZL-40292 CVE-2024-27037 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: clk: zynq: Prevent null pointer dereference caused by kmalloc failure The kmalloc in zynqclksetup will return null if the physical memory has run out. As a result, if we use snprintf to write data to the null address, the null...

5.5CVSS6.8AI score0.00273EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 1:15 p.m.20 views

UBUNTU-CVE-2024-27048

In the Linux kernel, the following vulnerability has been resolved: wifi: brcm80211: handle pmkop allocation failure The kzalloc in brcmfpmksav3op will return null if the physical memory has run out. As a result, if we dereference the null value, the null pointer dereference bug will happen. Retu...

5.5CVSS6.2AI score0.00274EPSS
SaveExploits0References12
OSV
OSV
added 2024/05/01 6:15 a.m.2 views

DEBIAN-CVE-2024-26988

In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential staticcommandline memory overflow We allocate memory of size 'xlen + strlenbootcommandline + 1' for staticcommandline, but the strings copied into staticcommandline are extracommandline and commandline,...

7.8CVSS5.9AI score0.00279EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/01 6:15 a.m.3 views

DEBIAN-CVE-2024-26964

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Add error handling in xhcimapurbfordma Currently xhcimapurbfordma creates a temporary buffer and copies the SG list to the new linear buffer. But if the kzallocnode fails, then the following sgpcopytobuffer can lead to...

5.5CVSS5.9AI score0.0023EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.30 views

CVE-2024-26983

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblockfreelate to free xbc memory to buddy On the time to free xbc memory in xbcexit, memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblockfre...

7.8CVSS6.1AI score0.0023EPSS
SaveExploits0References10
Rows per page
Query Builder