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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-3294 — nodes/proxy(create 작업 허용) 및 nodes/status(update/patch 작업 허용)를 이용한 권한 상승 | Kitploit
도구/GitHubGitHub/arbaaz29/cve-2022-3294
Privilege EscalationContainer SecurityVulnerability AnalysisExploitationPenetration TestingCloud Security
GitHubarbaaz29/cve-2022-3294

CVE-2022-3294

nodes/proxy(create 작업 허용) 및 nodes/status(update/patch 작업 허용)를 이용한 권한 상승

저장소 보기
7개월 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

익스플로잇 참조:

https://github.com/kubernetes/kubernetes/issues/113757 https://github.com/kubernetes/kubernetes/issues/119640 https://github.com/kubernetes/sig-security/blob/main/sig-security-external-audit/security-audit-2021-2022/findings/Kubernetes%20v1.24%20Final%20Report.pdf

열거:

  1. 마스터 노드의 IP를 확인하십시오. 마스터 노드는 일반적으로 kube-apiserver를 호스팅합니다:
root@kitploit:~
kubectl get nodes
kubectl config view # Kubectl stores a config file so that it can use it to authenticate and make api calls to the kube-apiserver

nodes.png 2. 이미 파드 안에 있다면, 쿠버네티스 API 서버 변수에 대한 환경 변수를 확인할 수 있습니다.

root@kitploit:~
printenv
cat /proc/self/environ
  1. $tkn 변수는 서비스 계정 토큰이어야 합니다.

    1. 토큰은 nodes/proxy를 생성할 수 있어야 합니다.
    2. 토큰은 nodes/status를 업데이트/생성/패치할 수 있어야 합니다.
  2. $tkn에 적절한 권한이 있는지 확인하십시오:

root@kitploit:~
kubectl --token=$tkn auth can-i --list

auth.png

도구 다운로드