| عنوان | Envoy >= 1.33.0 Injection (CWE-74) |
|---|
| الوصف | The header_mutation filter's query_parameter_mutations feature inserts values from formatters (such as %REQ(header)%) into query strings without URL encoding. Attacker-controlled header values containing & or = characters inject arbitrary query parameters. For example, a header value of legit&admin=true results in two query parameters instead of one. Other Envoy filters (OAuth2, gRPC transcoder) correctly use PercentEncoding::urlEncode() for this same operation. Root cause at header_mutation.cc:22 (params.add() without encoding) and utility.cc:1156 (toString() outputs raw values). Fix adds URL encoding controlled by runtime guard envoy.reloadable_features.header_mutation_url_encode_query_params.
https://github.com/envoyproxy/envoy/pull/43502 (merged 2026-02-18). Vendor contacted, acknowledged, and fixed. No CVE assigned. Not submitted to another CNA. |
|---|
| المصدر | ⚠️ https://github.com/envoyproxy/envoy/pull/43502 |
|---|
| المستخدم | lukefr09 (UID 97110) |
|---|
| ارسال | 04/04/2026 10:31 PM (23 أيام منذ) |
|---|
| الاعتدال | 24/04/2026 09:49 PM (20 days later) |
|---|
| الحالة | تمت الموافقة |
|---|
| إدخال VulDB | 359546 [Envoy حتى 1.33.0 Query Parameter header_mutation.cc params.add تجاوز الصلاحيات] |
|---|
| النقاط | 20 |
|---|