Lucene search
+L

112 matches found

OSV
OSV
added 2025/10/29 9:51 p.m.11 views

GO-2025-4015 Excessive CPU consumption in Reader.ReadResponse in net/textproto

The Reader.ReadResponse function constructs a response string through repeated string concatenation of lines. When the number of lines in a response is large, this can cause excessive CPU consumption...

5.3CVSS6.5AI score0.00518EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/20 1:12 p.m.11 views

SUSE-SU-2025:3682-1 Security update for go1.24

This update for go1.24 fixes the following issues: go1.24.9 released 2025-10-13 includes fixes to the crypto/x509 package. bsc1236217 crypto/x509: TLS validation fails for FQDNs with trailing dot go1.24.8 released 2025-10-07 includes security fixes to the archive/tar, crypto/tls, crypto/x509,...

7.5CVSS6.7AI score0.00617EPSS
SaveExploits0References22
SUSE Linux
SUSE Linux
added 2025/10/11 1:22 a.m.16 views

Security update for go1.25

This update for go1.25 fixes the following issues: go1.25.2 released 2025-10-07 includes security fixes to the archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem, net/http, net/mail, net/textproto, and net/url packages, as well as bug fixes to the compiler, the runtime, and the...

9.4CVSS6.7AI score0.00617EPSS
SaveExploits0References42
Microsoft CVE
Microsoft CVE
added 2025/09/04 7:08 a.m.8 views

Memory exhaustion in multipart form parsing in net/textproto and net/http

...

6.5CVSS7AI score0.01165EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 5:40 a.m.6 views

Excessive memory allocation in net/http and net/textproto

...

7.5CVSS9.3AI score0.01888EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/01/01 12:00 a.m.13 views

PT-2025-42744

Name of the Vulnerable Software and Affected Versions golang versions 1.15 golang versions 1.19 Description The Reader.ReadResponse function in the net/textproto package experiences excessive CPU consumption. Recommendations Update to a newer version of golang that contains a fix for this...

9.8CVSS9.1AI score0.00518EPSS
SaveExploits0
OSV
OSV
added 2024/10/14 12:00 a.m.38 views

ALSA-2024:8038 Important: container-tools:rhel8 security update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: golang: net/http: golang: mime/multipart: golang: net/textproto: memory exhaustion in Request.ParseMultipartForm CVE-2023-45290 go/parser: golang: Calling any of the...

7.5CVSS8AI score0.01165EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2024/04/28 12:00 a.m.36 views

RHEL 8 / 9 : OpenShift Container Platform 4.13.3 (RHSA-2023:3536)

The remote Redhat Enterprise Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2023:3536 advisory. Red Hat OpenShift Container Platform is Red Hat's cloud computing Kubernetes application platform solution designed for on-premise or...

9.8CVSS7.2AI score0.02281EPSS
SaveExploits1References9
Tenable Nessus
Tenable Nessus
added 2024/04/28 12:00 a.m.35 views

RHEL 8 / 9 : Red Hat Service Interconnect 1.4 Release (RHSA-2023:4003)

The remote Redhat Enterprise Linux 8 / 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2023:4003 advisory. As a Kubernetes user, I cannot connect easily connect services from one cluster with services on another cluster. Red Hat Application...

9.8CVSS7.3AI score0.04561EPSS
SaveExploits1References30
BDU FSTEC
BDU FSTEC
added 2024/04/22 12:00 a.m.9 views

Vulnerability of mime/multipart packages, net/textproto programming language in Golang, allowing attackers to trigger a denial-of-service attack

The vulnerability of the mime/multipart and net/text proto types in the Golang programming language is related to the distribution of resources without any restrictions or regulations. Exploiting this vulnerability can allow a remote attacker to cause service failures...

7.8CVSS6.9AI score0.01479EPSS
SaveExploits0References8Affected Software2
BDU FSTEC
BDU FSTEC
added 2024/04/22 12:00 a.m.10 views

The vulnerability of the net/textproto package in the Golang programming language, which allows a hacker to trigger a service failure.

The vulnerability of the Golang net/textproto package is related to the large amount of memory allocated during the analysis of input data. Exploiting this vulnerability can allow an attacker to cause service interruptions remotely...

7.8CVSS6.4AI score0.01888EPSS
SaveExploits0References6Affected Software2
Cvelist
Cvelist
added 2024/03/05 10:22 p.m.37 views

CVE-2023-45290 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

7.6AI score0.01165EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/03/05 10:22 p.m.16 views

CVE-2023-45290 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

7.1AI score0.01165EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/05 10:15 p.m.34 views

GO-2024-2599 Memory exhaustion in multipart form parsing in net/textproto and net/http

When parsing a multipart form either explicitly with Request.ParseMultipartForm or implicitly with Request.FormValue, Request.PostFormValue, or Request.FormFile, limits on the total size of the parsed form were not applied to the memory consumed while reading a single form line. This permits a...

6.5CVSS6.5AI score0.01165EPSS
SaveExploits0References3
Snyk
Snyk
added 2024/03/05 10:15 p.m.3 views

Allocation of Resources Without Limits or Throttling

Overview std/net/textproto is a Go standard library package std/net/textproto Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling. Go Vulnerability Report: When parsing a multipart form either explicitly with Request.ParseMultipartForm or...

7.5CVSS6.5AI score0.01165EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2023/11/14 4:03 p.m.129 views

Moderate: Red Hat Security Advisory: container-tools:rhel8 security and bug fix update

An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for...

9.8CVSS6.5AI score0.04561EPSS
SaveExploits3References45
AlmaLinux
AlmaLinux
added 2023/11/14 12:00 a.m.65 views

Moderate: container-tools:rhel8 security and bug fix update

The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc. Security Fixes: go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YAML documents CVE-2022-3064 golang: html/template: improper handling of JavaScri...

9.8CVSS6.7AI score0.04561EPSS
SaveExploits3References36
OSV
OSV
added 2023/11/07 12:00 a.m.43 views

ALSA-2023:6346 Moderate: toolbox security and bug fix update

Toolbox is a tool for Linux operating systems, which allows the use of containerized command line environments. It is built on top of Podman and other standard container technologies from OCI. Security Fixes: go-yaml: Improve heuristics preventing CPU/memory abuse by parsing malicious or large YA...

9.8CVSS8AI score0.04561EPSS
SaveExploits0References22
RedHat Linux
RedHat Linux
added 2023/07/10 9:56 a.m.466 views

Moderate: Red Hat Security Advisory: Red Hat Service Interconnect 1.4 Release security update

This is release 1.4 of the rpms for Red Hat Service Interconnect. Red Hat Service Interconnect 1.4 introduces a service network, linking TCP and HTTP services across the hybrid cloud. A service network enables communication between services running in different network locations or sites. It allo...

9.8CVSS6.9AI score0.04561EPSS
SaveExploits1References15
RedHat Linux
RedHat Linux
added 2023/07/10 9:56 a.m.9 views

golang: net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption

A flaw was found in Golang Go, where it is vulnerable to a denial of service caused by an issue during multipart form parsing. By sending a specially crafted input, a remote attacker can consume large amounts of CPU and memory, resulting in a denial of service...

7.5CVSS6.7AI score0.01479EPSS
SaveExploits0References6
Rows per page
Query Builder