Lucene search
+L

1125 matches found

AlmaLinux
AlmaLinux
added 2025/06/04 12:0 a.m.19 views

Moderate: go-toolset:rhel8 security update

Go Toolset provides the Go programming language tools and libraries. Go is alternatively known as golang. Security Fixes: net/http: Request smuggling due to acceptance of invalid chunked data in net/http CVE-2025-22871 For more details about the security issues, including the impact, a CVSS score...

9.1CVSS9.5AI score0.00778EPSS
SaveExploits0References4
Amazon
Amazon
added 2025/06/02 12:0 a.m.17 views

Important: nerdctl

Issue Overview: The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permi...

9.1CVSS7.6AI score0.00778EPSS
SaveExploits0
Amazon
Amazon
added 2025/06/02 12:0 a.m.16 views

Important: soci-snapshotter

Issue Overview: The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permi...

9.1CVSS7.6AI score0.00778EPSS
SaveExploits0
Amazon
Amazon
added 2025/06/02 12:0 a.m.16 views

Important: oci-add-hooks

Issue Overview: The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permi...

9.1CVSS7.5AI score0.00778EPSS
SaveExploits0
Veracode
Veracode
added 2025/05/16 8:33 a.m.11 views

Cross-Site Request Forgery (CSRF)

github.com/justinas/nosurf is vulnerable to Cross-Site Request Forgery CSRF. The vulnerability is due to misuse of the Go net/http library, which causes nosurf to treat all incoming requests as plain-text HTTP. As a result, it fails to verify that the Referer header is from the same origin,...

6.1CVSS6.8AI score0.00224EPSS
SaveExploits2References7Affected Software1
RedHat Linux
RedHat Linux
added 2025/05/14 5:51 p.m.13 views

golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect

A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header redirected to b.com/ will not send that header to b.com. However, the...

6.1CVSS7.2AI score0.00658EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2025/05/14 2:56 p.m.25 views

nosurf vulnerable to CSRF due to non-functional same-origin request checks

Impact This vulnerability allows an attacker who controls content on the target site, or on a subdomain of the target site either via XSS, or otherwise to bypass Cross-Site Request Forgery checks and issue requests on user's behalf. Details Due to misuse of the Go net/http library, nosurf...

6.1CVSS6.7AI score0.00224EPSS
SaveExploits2References7Affected Software1
Amazon
Amazon
added 2025/04/29 12:0 a.m.7 views

Medium: docker

Issue Overview: In net/http in Go before 1.18.6 and 1.19.x before 1.19.1, attackers can cause a denial of service because an HTTP/2 connection can hang during closing if shutdown were preempted by a fatal error. CVE-2022-27664 Affected Packages: docker Note: This advisory is applicable to Amazon...

7.5CVSS6.9AI score0.02607EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/04/18 7:0 a.m.5 views

Request smuggling due to acceptance of invalid chunked data in net/http

...

9.1CVSS7.7AI score0.00778EPSS
SaveExploits0
Redos
Redos
added 2025/04/17 12:0 a.m.18 views

ROS-20250417-08

A vulnerability in the net/http package of the Go programming language is related to a flaw in HTTP request handling. Exploitation of the vulnerability could allow an attacker acting remotely to execute arbitrary code...

9.1CVSS7.8AI score0.00778EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/04/16 12:0 a.m.11 views

Fedora 41 : golang (2025-77ace1a41b)

The remote Fedora 41 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2025-77ace1a41b advisory. Includes security fixes to the net/http package, as well as bug fixes to the runtime and the go command. Full changelog. Tenable has extracted the...

9.1CVSS7.3AI score0.01001EPSS
SaveExploits2References4
Amazon
Amazon
added 2025/04/16 12:0 a.m.13 views

Important: golang

Issue Overview: The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permi...

9.1CVSS6.9AI score0.00778EPSS
SaveExploits0
IBM Security Bulletins
IBM Security Bulletins
added 2025/04/15 3:6 a.m.81 views

Security Bulletin: IBM Concert Software is vulnerable to multiple issues

Summary IBM Concert Software uses multiple open source libraries which are susceptible to various security vulnerabilities. Vulnerability Details CVEID:CVE-2024-3154 DESCRIPTION: CRI-O could allow a remote authenticated attacker to execute arbitrary commands on the system, caused by an arbitrary...

9.8CVSS9.8AI score0.99999EPSS
SaveExploits24Affected Software1
Amazon
Amazon
added 2025/04/14 12:0 a.m.11 views

Important: golang

Issue Overview: The net/http package accepted data in the chunked transfer encoding containing an invalid chunk-size line terminated by a bare LF. When used in conjunction with a server or proxy which incorrectly interprets a bare LF in a chunk extension as part of the extension, this could permi...

9.1CVSS6.8AI score0.00778EPSS
SaveExploits0
OSV
OSV
added 2025/04/10 7:19 a.m.14 views

BIT-GOLANG-2025-22871 Request smuggling due to acceptance of invalid chunked data in net/http

The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext...

9.1CVSS7.8AI score0.00778EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/04/10 1:6 a.m.9 views

golang: net/http: net/http: sensitive headers incorrectly sent after cross-domain redirect

A flaw was found in the net/http package of the Golang standard library. The HTTP client drops sensitive headers after following a cross-domain redirect. For example, a request to a.com/ containing an Authorization header redirected to b.com/ will not send that header to b.com. However, the...

6.1CVSS7.2AI score0.00658EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2025/04/10 1:6 a.m.12 views

Moderate: Red Hat Security Advisory: go-toolset:rhel8 security update

An update for the go-toolset: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 each...

6.1CVSS6.7AI score0.00658EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/04/09 12:0 a.m.11 views

The vulnerability of the Go programming language’s net/http package, related to deficiencies in HTTP request processing, allows attackers to execute arbitrary code.

The vulnerability of the net/http package in the Go programming language is related to deficiencies in HTTP request processing. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9.4CVSS7.3AI score0.00778EPSS
SaveExploits0References6Affected Software6
Github Security Blog
Github Security Blog
added 2025/04/08 9:31 p.m.39 views

RoadRunner is at risk of HTTP Request/Response Smuggling through vulnerable dependency

The net/http package dependency used by RoadRunner improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext...

9.1CVSS6.9AI score0.00778EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/04/08 8:15 p.m.7 views

AZL-59652 CVE-2025-22871 affecting package msft-golang for versions less than 1.24.1-2

The net/http package improperly accepts a bare LF as a line terminator in chunked data chunk-size lines. This can permit request smuggling if a net/http server is used in conjunction with a server that incorrectly accepts a bare LF as part of a chunk-ext...

9.1CVSS6.7AI score0.00778EPSS
SaveExploits0References1
Rows per page
Query Builder