Kestrel
대시보드로 돌아가기
CVE-2021-32779HIGH· 8.6MITRENVD대응게시일: 2021. 08. 24.수정일: 2024. 11. 21.CNA: security-advisories@github.comModified

Envoy is an open source L7 proxy and communication bus designed for large modern service oriented architectures. In affected versions envoy

Auth

위협 신호 · CVSS · EPSS · KEV

정기 패치· 높은 악용 신호 없음
CVSS
8.6high

이론적 심각도 점수

EPSS
0.9%상위 40.9%

30일 내 악용 확률 예측

KEV
미등재

실측 악용 기록 없음

권장 대응 기한14일 이내CISA SSVC 기준

2주 이내 패치 — 우선 조치 대상

자동화 가능외부 노출· KEV 미등재 · 자동화 가능 · 부분 영향 · 외부 노출

CVSS 벡터 · 메트릭

악용 경로
공격 벡터네트워크
공격 복잡도낮음
필요 권한불필요
사용자 상호작용불필요
범위변경
영향
기밀성 영향높음
무결성 영향없음
가용성 영향없음
버전별 점수
CVSS 3.18.6HIGH· 악용성 3.9· 영향도 4
CVSS 3.18.3HIGH· 악용성 3.9· 영향도 3.7
CVSS 2.07.5HIGH· 악용성 10· 영향도 6.4
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

약점 (CWE)

  • CWE-551
  • CWE-863

    잘못된 권한 검사 — 권한 판단 로직 오류로 부적절한 접근 허용.

  • CWE-697

상세 설명

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.5
    other
  • envoyproxy envoy1.17.0 - 1.17.4
    other
  • envoyproxy envoy1.18.0 - 1.18.4
    other
  • envoyproxy envoy
    other

영향받는 구성 (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:*:*:*:*:*:*:*