Lucene search
+L

2629 matches found

Cvelist
Cvelist
added 2026/07/17 7:23 p.m.65 views

CVE-2026-50197 Skipper: opaAuthorizeRequestWithBody filter bypasses OPA policy on Transfer-Encoding: chunked / HTTP/2 requests

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.10, zalando/skipper's OpenPolicyAgent integration silently bypasses request-body inspection on HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 requests that omit the content-length pseudo-header, because the...

7.8CVSS0.0055EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/07/17 7:23 p.m.14 views

CVE-2026-50197

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.10, zalando/skipper's OpenPolicyAgent integration silently bypasses request-body inspection on HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 requests that omit the content-length pseudo-header, because the...

7.8CVSS5.3AI score0.0055EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/17 7:23 p.m.11 views

CVE-2026-50197 Skipper: opaAuthorizeRequestWithBody filter bypasses OPA policy on Transfer-Encoding: chunked / HTTP/2 requests

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.10, zalando/skipper's OpenPolicyAgent integration silently bypasses request-body inspection on HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 requests that omit the content-length pseudo-header, because the...

7.8CVSS5.3AI score
SaveExploits0References6
CVE
CVE
added 2026/07/17 7:23 p.m.55 views

CVE-2026-50197

Summary: CVE-2026-50197 affects zalando/skipper’s OpenPolicyAgent integration. When clients use HTTP/1.1 Transfer-Encoding: chunked or HTTP/2 without Content-Length, the opaAuthorizeRequestWithBody flow exposes an empty raw_body and parsed input.parsed_body to OPA, causing policy checks that rely...

7.8CVSS5.3AI score0.0055EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/17 7:23 p.m.21 views

EUVD-2026-45289

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.10, zalando/skipper's OpenPolicyAgent integration silently bypasses request-body inspection on HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 requests that omit the content-length pseudo-header, because the...

7.8CVSS5.3AI score0.0055EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/07/17 7:23 p.m.6 views

CVE-2026-50197 Skipper: opaAuthorizeRequestWithBody filter bypasses OPA policy on Transfer-Encoding: chunked / HTTP/2 requests

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.26.10, zalando/skipper's OpenPolicyAgent integration silently bypasses request-body inspection on HTTP/1.1 Transfer-Encoding: chunked and HTTP/2 requests that omit the content-length pseudo-header, because the...

7.8CVSS5.3AI score0.0055EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/07/17 1:46 p.m.18 views

nghttp2: nghttp2: HTTP Request/Response Smuggling and Response-Queue Poisoning via ambiguous HTTP/1.1 Upgrade requests

A flaw in nghttp2's nghttpx proxy allows a remote attacker to perform HTTP request smuggling and cross-client response-queue poisoning. This occurs because the proxy ambiguously forwards HTTP/1.1 Upgrade requests that contain a Content-Length header to reusable keep-alive backend connections...

6.3CVSS5.7AI score0.00253EPSS
SaveExploits0References7
NVD
NVD
added 2026/07/16 8:16 p.m.15 views

CVE-2026-44982

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS0.00372EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/16 8:16 p.m.11 views

UBUNTU-CVE-2026-44982

CrowdSec offers crowdsourced protection against malicious IPs. From 1.5.0 until 1.7.8, pkg/appsec/request.go NewParsedRequestFromRequest allocated a request body buffer from maxr.ContentLength, 0, so HTTP/1.1 requests using Transfer-Encoding: chunked and HTTP/2 requests without a content-length...

7.2CVSS5.4AI score0.00372EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/07/14 12:00 a.m.12 views

openSUSE 16 Security Update : nghttp2 (openSUSE-SU-2026:21302-1)

The remote openSUSE 16 host has packages installed that are affected by a vulnerability as referenced in the openSUSE- SU-2026:21302-1 advisory. This update for nghttp2 fixes the following issue - CVE-2026-58055: HTTP request/response smuggling via upgrade request with Content-Length bsc1269489...

6.3CVSS6.2AI score0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/13 3:54 p.m.16 views

USN-8535-1 pipewire vulnerabilities

It was discovered that PipeWire accepted unbounded Content-Length values in its RAOP module. A remote attacker could possibly use this issue to cause a denial of service. This issue only affected Ubuntu 24.04 LTS. CVE-2026-14324 It was discovered that PipeWire performed multiple unbounded stack...

6.5CVSS6.1AI score0.00175EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/13 3:46 p.m.9 views

PYSEC-2026-3040 python-multipart: Negative Content-Length in parse_form buffers the entire body in memory

Summary parseform did not validate the Content-Length header before using it to bound its chunked read of the request body. A negative Content-Length turned the bounded read into a read-until-EOF, so the entire body was loaded into memory in a single read instead of in fixed-size chunks. Details...

3.7CVSS6.1AI score0.00342EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/13 2:36 p.m.12 views

PYSEC-2026-3417 Werkzeug possible resource exhaustion when parsing file data in forms

Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.maxformmemorysize setting. The Request.maxcontentlength setting, as well as resource limits provided by deployment software and platforms,...

7.5CVSS6.7AI score0.01095EPSS
SaveExploits0References11
OPENSUSE Linux
OPENSUSE Linux
added 2026/07/13 12:00 a.m.12 views

Security update for nghttp2 (moderate)

openSUSE security update: security update for nghttp2 ------------------------------------------------------------- Announcement ID: openSUSE-SU-2026:21302-1 Rating: moderate References: bsc1269489 Cross-References: CVE-2026-58055 CVSS scores: CVE-2026-58055 SUSE : 5.4...

6.3CVSS6.2AI score0.00253EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/10 1:13 p.m.16 views

OPENSUSE-SU-2026:21302-1 Security update for nghttp2

This update for nghttp2 fixes the following issue - CVE-2026-58055: HTTP request/response smuggling via upgrade request with Content-Length bsc1269489...

6.3CVSS6.2AI score0.00253EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/10 1:13 p.m.6 views

SUSE-SU-2026:22630-1 Security update for nghttp2

This update for nghttp2 fixes the following issue - CVE-2026-58055: HTTP request/response smuggling via upgrade request with Content-Length bsc1269489...

6.3CVSS5.3AI score0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 1:13 p.m.6 views

SUSE-SU-2026:22594-1 Security update for nghttp2

This update for nghttp2 fixes the following issue - CVE-2026-58055: HTTP request/response smuggling via upgrade request with Content-Length bsc1269489...

6.3CVSS6.2AI score0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/10 8:05 a.m.9 views

SUSE-SU-2026:22707-1 Security update for nghttp2

This update for nghttp2 fixes the following issue - CVE-2026-58055: HTTP request/response smuggling via upgrade request with Content-Length bsc1269489...

6.3CVSS5.4AI score0.00253EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/09 11:19 p.m.28 views

EUVD-2026-33941

mint: Content-Length header accepts non-RFC "+" sign prefix...

6.3CVSS5.9AI score0.00301EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/09 6:31 p.m.20 views

EUVD-2026-42643

Tenda CP3 V3.0 firmware V31.1.9.91 does not validate the Content-Length header field in RTSP requests including DESCRIBE, SETUP, and PLAY methods. When a request carrying a Content-Length header is received without a corresponding message body, the RTSP parser enters a persistent body-awaiting...

7.5CVSS6AI score0.00573EPSS
SaveExploits0References2
Rows per page
Query Builder