Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions envoy
위협 신호 · CVSS · EPSS · KEV
이론적 심각도 점수
30일 내 악용 확률 예측
실측 악용 기록 없음
2주 이내 패치 — 우선 조치 대상
CVSS 벡터 · 메트릭
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N상세 설명
Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions envoy incorrectly handled a URI '#fragment' element as part of the path element. Envoy is configured with an RBAC filter for authorization or similar mechanism with an explicit case of a final "/admin" path element, or is using a negative assertion with final path element of "/admin". The client sends request to "/app1/admin#foo". In Envoy prior to 1.18.0, or 1.18.0+ configured with path_normalization=false. Envoy treats fragment as a suffix of the query string when present, or as a suffix of the path when query string is absent, so it evaluates the final path element as "/admin#foo" and mismatches with the configured "/admin" path element. In Envoy 1.18.0+ configured with path_normalization=true. Envoy transforms this to /app1/admin%23foo and mismatches with the configured /admin prefix. The resulting URI is sent to the next server-agent with the offending "#foo" fragment which violates RFC3986 or with the nonsensical "%23foo" text appended. A specifically constructed request with URI containing '#fragment' element delivered by an untrusted client in the presence of path based request authorization resulting in escalation of Privileges when path based request authorization extensions. Envoy versions 1.19.1, 1.18.4, 1.17.4, 1.16.5 contain fixes that removes fragment from URI path in incoming requests.
AI 심층 분석
공격 시나리오 · 재현 가능한 PoC 페이로드 · 즉시 적용 가능한 차단 패치를 한 번에 받아 보세요. 보안 운영팀이 그대로 점검·티켓팅에 쓸 수 있는 형태로 정리해 드립니다.
영향받는 제품·버전
- envoyproxy envoy1.16.0 - 1.16.5other
- envoyproxy envoy1.17.0 - 1.17.4other
- envoyproxy envoy1.18.0 - 1.18.4other
- envoyproxy envoyother
영향받는 구성 (CPE) 2
- envoyproxy envoy≥ 1.16.0 < 1.16.5cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:*
- envoyproxy envoy 1.19.0cpe:2.3:a:envoyproxy:envoy:1.19.0:*:*:*:*:*:*:*
참고 자료 2
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-r222-74fw-jqr9Third Party Advisory
링크 내용 불러오는 중…