Skip to content

Commit fc3240a

Browse files
1 parent 73c3666 commit fc3240a

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-3qmp-g57h-rxf2",
4+
"modified": "2025-05-22T20:25:15Z",
5+
"published": "2025-05-22T20:25:15Z",
6+
"aliases": [
7+
"CVE-2025-4366"
8+
],
9+
"summary": "Pingora Request Smuggling and Cache Poisoning",
10+
"details": "Pingora versions prior to 0.5.0 which used the caching functionality in pingora-proxy did not properly drain the downstream request body on cache hits.\n\nThis allows an attacker to craft malicious HTTP/1.1 requests which could lead to request smuggling or cache poisoning.\n\nThis flaw was corrected in commit fda3317ec822678564d641e7cf1c9b77ee3759ff by ensuring that the downstream request body is always drained before a connection can be reused.\n\nSee [the blog post](https://blog.cloudflare.com/resolving-a-request-smuggling-vulnerability-in-pingora/) for more information.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:A/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "crates.io",
21+
"name": "pingora-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.5.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4366"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://blog.cloudflare.com/resolving-a-request-smuggling-vulnerability-in-pingora"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/cloudflare/pingora"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://rustsec.org/advisories/RUSTSEC-2025-0037.html"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-444"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2025-05-22T20:25:15Z",
63+
"nvd_published_at": "2025-05-22T16:15:55Z"
64+
}
65+
}

0 commit comments

Comments
 (0)