Lucene search
K

2156 matches found

RedHat Linux
RedHat Linux
added 2022/04/12 7:6 p.m.4 views

tomcat: HTTP request smuggling when used with a reverse proxy

Apache Tomcat 10.0.0-M1 to 10.0.6, 9.0.0.M1 to 9.0.46 and 8.5.0 to 8.5.66 did not correctly parse the HTTP transfer-encoding request header in some circumstances leading to the possibility to request smuggling when used with a reverse proxy. Specifically: - Tomcat incorrectly ignored the transfer...

5.3CVSS7.2AI score0.75353EPSS
Exploits1References4
RedHat Linux
RedHat Linux
added 2022/04/12 3:9 p.m.2 views

golang: net/http/httputil: ReverseProxy forwards connection headers if first one is empty

A flaw was found in Go, acting as an unintended proxy or intermediary, where ReverseProxy forwards connection headers if the first one was empty. This flaw allows an attacker to drop arbitrary headers. The highest threat from this vulnerability is to integrity...

5.3CVSS7.2AI score0.0226EPSS
Exploits1References5
CNNVD
CNNVD
added 2022/04/12 12:0 a.m.2 views

Microsoft YARP reverse proxy 安全漏洞

Microsoft YARP is a reverse proxy toolkit from Microsoft. It is used to build fast proxy servers in .NET using the infrastructure of ASP.NET and . A security vulnerability exists in the Microsoft YARP reverse proxy. The following products and versions are affected: YARP 1.0, YARP 1.1RC...

7.5CVSS7.5AI score0.031EPSS
Exploits0References4
CNNVD
CNNVD
added 2022/04/12 12:0 a.m.2 views

Skipper 代码问题漏洞

Skipper is an HTTP router and reverse proxy for service portfolios. A security vulnerability exists in Skipper v0.9.1 that allows an attacker to execute arbitrary code via a crafted file...

9.8CVSS8.8AI score0.02022EPSS
Exploits1References3
NCSC
NCSC
added 2022/04/12 12:0 a.m.6 views

Vulnerabilities fixed in Microsoft Developer Tools

Vulnerabilities have been fixed in Microsoft Developer Tools. Abuse of the vulnerabilities potentially enable a malicious party to be able to obtain elevated privileges or cause a denial-of-service cause. The tables below list the vulnerabilities fixed by Microsoft with the corresponding CVSSv3...

7.8CVSS6.4AI score0.03186EPSS
Exploits0
RedHat Linux
RedHat Linux
added 2022/04/07 6:2 p.m.0 views

golang: net/http/httputil: panic due to racy read of persistConn after handler panic

A race condition flaw was found in Go. The incoming requests body weren't closed after the handler panic and as a consequence this could lead to ReverseProxy crash. The highest threat from this vulnerability is to Availability...

5.9CVSS7.1AI score0.03128EPSS
Exploits0References5
ThreatPost
ThreatPost
added 2022/04/05 1:30 p.m.184 views

No-Joke Borat RAT Propagates Ransomware, DDoS

Attackers are using a newly released remote access trojan RAT to spread ransomware and distributed denial of service DDoS — in addition to the traditional RAT function of backdooring victims’ systems. Researchers at Cyble Research Labs discovered the RAT, which they dubbed Borat RAT because it us...

8.8AI score
Exploits0References7
RedHat Linux
RedHat Linux
added 2022/02/23 12:47 p.m.0 views

golang: net/http/httputil: panic due to racy read of persistConn after handler panic

A race condition flaw was found in Go. The incoming requests body weren't closed after the handler panic and as a consequence this could lead to ReverseProxy crash. The highest threat from this vulnerability is to Availability...

5.9CVSS7.1AI score0.03128EPSS
Exploits0References5
OSV
OSV
added 2022/02/22 7:55 p.m.20 views

CVE-2022-23652 Privilege escalation using hop-by-hop Connection header

capsule-proxy is a reverse proxy for Capsule Operator which provides multi-tenancy in Kubernetes. In versions prior to 0.2.1 an attacker with a proper authentication mechanism may use a malicious Connection header to start a privilege escalation attack towards the Kubernetes API Server. This...

8.8CVSS8.7AI score0.01375EPSS
Exploits1References5
RedHat Linux
RedHat Linux
added 2022/02/21 9:4 a.m.2 views

ruby: Potential HTTP request smuggling in WEBrick

An issue was discovered in Ruby through 2.5.8, 2.6.x through 2.6.6, and 2.7.x through 2.7.1. WEBrick, a simple HTTP server bundled with Ruby, had not checked the transfer-encoding header value rigorously. An attacker may potentially exploit this issue to bypass a reverse proxy which also has a po...

7.5CVSS7.2AI score0.03772EPSS
Exploits0References5
RedHat Linux
RedHat Linux
added 2022/02/21 8:55 a.m.3 views

ruby: Potential HTTP request smuggling in WEBrick

An issue was discovered in Ruby through 2.5.8, 2.6.x through 2.6.6, and 2.7.x through 2.7.1. WEBrick, a simple HTTP server bundled with Ruby, had not checked the transfer-encoding header value rigorously. An attacker may potentially exploit this issue to bypass a reverse proxy which also has a po...

7.5CVSS7.2AI score0.03772EPSS
Exploits0References5
CNVD
CNVD
added 2022/02/18 12:0 a.m.63 views

Containous Traefik Trust Management Issue Vulnerability (CNVD-2022-13371)

Containous Traefik is a reverse proxy and load balancer from Containous, U.S. Containous Traefik is vulnerable to a trust management issue that stems from the fact that when a request is sent using an FQDN processed by a router configured with a dedicated TLS configuration, the TLS configuration...

7.5CVSS1.7AI score0.01694EPSS
Exploits0References1
Snyk
Snyk
added 2022/02/17 5:36 p.m.2 views

Race Condition

Overview std/net/http is a Go standard library package std/net/http Affected versions of this package are vulnerable to Race Condition. Go Vulnerability Report: HTTP servers where the Handler concurrently reads the request body and writes a response can encounter a data race and crash. The...

8.2CVSS6.7AI score0.02893EPSS
Exploits0References3
Snyk
Snyk
added 2022/02/17 5:33 p.m.2 views

Missing Authorization

Overview std/net/http/httputil is a Go standard library package std/net/http/httputil Affected versions of this package are vulnerable to Missing Authorization. Go Vulnerability Report: ReverseProxy can be made to forward certain hop-by-hop headers, including Connection. If the target of the...

6.9CVSS6.9AI score0.0226EPSS
Exploits1References3
Snyk
Snyk
added 2022/02/17 5:32 p.m.4 views

Race Condition

Overview std/net/http/httputil is a Go standard library package std/net/http/httputil Affected versions of this package are vulnerable to Race Condition. Go Vulnerability Report: ReverseProxy can panic after encountering a problem copying a proxied response body. Remediation Upgrade...

8.2CVSS6.8AI score0.03128EPSS
Exploits0References3
NVD
NVD
added 2022/02/17 3:15 p.m.48 views

CVE-2022-23632

Traefik is an HTTP reverse proxy and load balancer. Prior to version 2.6.1, Traefik skips the router transport layer security TLS configuration when the host header is a fully qualified domain name FQDN. For a request, the TLS configuration choice can be different than the router choice, which...

7.5CVSS0.01694EPSS
Exploits0References4
Prion
Prion
added 2022/02/17 3:15 p.m.26 views

Default configuration

Traefik is an HTTP reverse proxy and load balancer. Prior to version 2.6.1, Traefik skips the router transport layer security TLS configuration when the host header is a fully qualified domain name FQDN. For a request, the TLS configuration choice can be different than the router choice, which...

6.8CVSS7.9AI score0.01694EPSS
Exploits0References4Affected Software2
CVE
CVE
added 2022/02/17 2:55 p.m.126 views

CVE-2022-23632

CVE-2022-23632 affects Traefik (HTTP reverse proxy/load balancer). Prior to v2.6.1, when the host header is an FQDN, the router’s TLS configuration can be ignored and a different TLS setup may be applied, potentially using the default TLS configuration instead of the configured one. If CNAME flat...

7.5CVSS7.5AI score0.01694EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2022/02/17 2:55 p.m.18 views

CVE-2022-23632 Traefik skips the router TLS configuration when the host header is an FQDN

Traefik is an HTTP reverse proxy and load balancer. Prior to version 2.6.1, Traefik skips the router transport layer security TLS configuration when the host header is a fully qualified domain name FQDN. For a request, the TLS configuration choice can be different than the router choice, which...

7.4CVSS8.1AI score0.01694EPSS
Exploits0References6
NVD
NVD
added 2022/02/15 4:15 p.m.22 views

CVE-2022-21698

clientgolang is the instrumentation library for Go applications in Prometheus, and the promhttp package in clientgolang provides tooling around HTTP servers and clients. In clientgolang prior to version 1.11.1, HTTP server is susceptible to a Denial of Service through unbounded cardinality, and...

7.5CVSS0.05994EPSS
Exploits0References22
Rows per page
Query Builder