Lucene search
+L

13079 matches found

OSV
OSV
added 2024/04/12 7:17 a.m.23 views

BIT-COSIGN-2024-29903 Cosign vulnerable to machine-wide denial of service via malicious artifacts

Cosign provides code signing and transparency for containers and binaries. Prior to version 2.2.4, maliciously-crafted software artifacts can cause denial of service of the machine running Cosign thereby impacting all services on the machine. The root cause is that Cosign creates slices based on...

7.5CVSS5.7AI score0.00851EPSS
SaveExploits1References6
OSV
OSV
added 2024/04/11 5:15 p.m.28 views

GHSA-95PR-FXF5-86GV Cosign malicious artifacts can cause machine-wide DoS

Maliciously-crafted software artifacts can cause denial of service of the machine running Cosign, thereby impacting all services on the machine. The root cause is that Cosign creates slices based on the number of signatures, manifests or attestations in untrusted artifacts. As such, the untrusted...

4.2CVSS6AI score0.00851EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2024/04/11 12:52 p.m.23 views

CVE-2024-29903

A flaw was found in the Cosign package where maliciously crafted software artifacts can trigger uncontrolled resource consumption by allocating too much memory and starving out the system. A successful attack may result in a denial of service of the machine running Cosign, impacting availability...

4.2CVSS4.3AI score0.00851EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2024/04/11 2:30 a.m.10 views

SUSE CVE-2024-26771

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Add some null pointer checks to the edmaprobe devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer...

5.5CVSS6.2AI score0.00239EPSS
SaveExploits0References11
Veracode
Veracode
added 2024/04/11 1:54 a.m.27 views

Excessive Memory Allocation (Throttling)

xpdf is vulnerable to Excessive Memory AllocationThrottling. The vulnerability is due to insufficient input validation, which allows crafted input to trigger excessive memory allocation. For example, sending a crafted PDF document to the pdftoppm binary can exploit this vulnerability, particularl...

5.5CVSS7AI score0.00828EPSS
SaveExploits1References3Affected Software1
AlpineLinux
AlpineLinux
added 2024/04/10 11:15 p.m.76 views

CVE-2024-29903

Cosign provides code signing and transparency for containers and binaries. Prior to version 2.2.4, maliciously-crafted software artifacts can cause denial of service of the machine running Cosign thereby impacting all services on the machine. The root cause is that Cosign creates slices based on...

7.4AI score0.00851EPSS
SaveExploits1
Cvelist
Cvelist
added 2024/04/10 10:30 p.m.50 views

CVE-2024-29903 Cosign vulnerable to machine-wide denial of service via malicious artifacts

Cosign provides code signing and transparency for containers and binaries. Prior to version 2.2.4, maliciously-crafted software artifacts can cause denial of service of the machine running Cosign thereby impacting all services on the machine. The root cause is that Cosign creates slices based on...

4.2CVSS4.8AI score0.00851EPSS
SaveExploits1References5
CVE
CVE
added 2024/04/10 10:30 p.m.328 views

CVE-2024-29903

CVE-2024-29903 affects Cosign before version 2.2.4. The root cause is that Cosign creates slices based on the number of signatures, manifests or attestations in untrusted artifacts, allowing an artifact to force excessive memory allocation and cause a machine‑wide DoS. The issue is specifically t...

7.5CVSS4.4AI score0.00851EPSS
SaveExploits1References5Affected Software1
NVD
NVD
added 2024/04/10 7:15 p.m.17 views

CVE-2021-47193

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.43 views

CVE-2021-47205 clk: sunxi-ng: Unregister clocks/resets when unbinding

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: Unregister clocks/resets when unbinding Currently, unbinding a CCU driver unmaps the device's MMIO region, while leaving its clocks/resets and their providers registered. This can cause a page fault later when some...

7.5AI score0.00196EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.57 views

CVE-2021-47205

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: Unregister clocks/resets when unbinding Currently, unbinding a CCU driver unmaps the device's MMIO region, while leaving its clocks/resets and their providers registered. This can cause a page fault later when some...

5.5CVSS6.4AI score0.00196EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/10 12:00 a.m.13 views

PT-2024-23124 · Cosign +1 · Cosign +1

Name of the Vulnerable Software and Affected Versions: Cosign versions prior to 2.2.4 Description: Cosign provides code signing and transparency for containers and binaries. Maliciously-crafted software artifacts can cause denial of service of the machine running Cosign, thereby impacting all...

7.5CVSS6.9AI score0.00851EPSS
SaveExploits1References33
OSV
OSV
added 2024/04/06 10:16 p.m.18 views

MGASA-2024-0114 Updated libvirt packages fix security vulnerability

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

6.2CVSS6.6AI score0.00367EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/06 6:19 p.m.31 views

BIT-GOLANG-2023-45288 HTTP/2 CONTINUATION flood in net/http

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS8AI score0.91969EPSS
SaveExploits1References10
Veracode
Veracode
added 2024/04/05 7:19 a.m.49 views

Denial Of Service (DOS)

golang.org/x/net is vulnerable to Denial Of Service DoS. The vulnerability is due to a lack of header frame limits, allowing an attacker to send excessive CONTINUATION frames which causes the endpoint to read arbitrary amounts of header data without proper memory allocation limits...

7.5CVSS6.7AI score0.91969EPSS
SaveExploits1References11Affected Software4
Github Security Blog
Github Security Blog
added 2024/04/04 9:30 p.m.63 views

net/http, x/net/http2: close connections when receiving too many headers

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS7.1AI score0.91969EPSS
SaveExploits1References12Affected Software3
Vulnrichment
Vulnrichment
added 2024/04/04 8:37 p.m.19 views

CVE-2023-45288 HTTP/2 CONTINUATION flood in net/http

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.2AI score0.91969EPSS
SaveExploits1References8
AlpineLinux
AlpineLinux
added 2024/04/04 8:37 p.m.121 views

CVE-2023-45288

An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's headers exceed MaxHeaderBytes, no...

7.5CVSS8.3AI score0.91969EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2024/04/04 12:00 a.m.39 views

Golang < 1.21.9, 1.22.x < 1.22.2 DoS

The version of Golang running on the remote host is prior to 1.21.9 or 1.22.x prior to 1.22.2. It is, therefore, is affected by a denial of service vulnerability. When a request's headers exceed MaxHeaderBytes, memory is not allocated to store the excess headers yet they are still parsed. This...

7.5CVSS7AI score0.91969EPSS
SaveExploits1References3
FreeBSD
FreeBSD
added 2024/04/04 12:00 a.m.33 views

forgejo -- HTTP/2 CONTINUATION flood in net/http

[email protected] reports: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending an excessive number of CONTINUATION frames. Maintaining HPACK state requires parsing and processing all HEADERS and CONTINUATION frames on a connection. When a request's heade...

7.5CVSS6.9AI score0.91969EPSS
SaveExploits1References1
Rows per page
Query Builder