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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-15826-CVE-2026-15748 — Multithreaded Python scanner for CVE-2026-15826 and CVE-2026-15748; checks target lists, supports verbose logging, configurable threads, and custom output for authorized security assessments. | Kitploit
도구/GitHubGitHub/horkimhab/cve-2026-15826-cve-2026-15748
Vulnerability ScannersVulnerability AnalysisPenetration TestingLearning & Education
GitHubhorkimhab/cve-2026-15826-cve-2026-15748

CVE-2026-15826-CVE-2026-15748

Multithreaded Python scanner for CVE-2026-15826 and CVE-2026-15748; checks target lists, supports verbose logging, configurable threads, and custom output for authorized security assessments.

저장소 보기

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
2일 전아직 검토되지 않음

CVE-2026-15826

English | 한국어

설명

The User Profile Builder plugin for WordPress is vulnerable to Authentication Bypass via Type Confusion in versions up to, and including, 3.16.4. This is due to the wppb_log_in_user() function calling absint() on the return value of wp_insert_user() before performing an is_wp_error() check — when a registration is submitted with a 61–70 character username, WordPress core rejects it with a WP_Error object, but absint() coerces that object to the integer 1 before the error check can short-circuit execution, causing the plugin to bind and return a transient-backed autologin nonce tied to user ID 1. This makes it possible for unauthenticated attackers to log in as the site's Administrator account (user ID 1), resulting in full administrative takeover of the site.

취약점 상세 정보

항목값
CVE IDCVE-2026-15826
취약점 유형원격 코드 실행 (RCE)
CVSS 점수9.8

개념 증명 (PoC)

다운로드

root@kitploit:~
# PoC 스크립트 다운로드
curl -O https://raw.githubusercontent.com/fankh/vulnerability-poc/main/2026/CVE-2026-15826/poc.py

사용법

root@kitploit:~
# 대상에 대해 PoC 실행
python3 poc.py --target <대상_URL>

# 인증 정보와 함께 실행
python3 poc.py --target <대상_URL> --username <사용자명> --password <비밀번호>

⚠️ 경고: 이 PoC는 허가된 보안 테스트 목적으로만 사용해야 합니다. 탐지 전용 기술을 사용하며 대상 시스템을 공격하거나 손상시키지 않습니다.

테스트 랩

이 저장소에는 취약한 버전과 패치된 버전의 애플리케이션이 포함된 Docker 기반 테스트 환경이 있습니다.

빠른 시작

root@kitploit:~
# CVE 디렉토리로 이동
cd CVE-2026-15826

# 두 애플리케이션 시작
docker-compose up -d

# 테스트 실행
./run-tests.sh    # Linux/Mac
./run-tests.ps1   # Windows PowerShell

애플리케이션 엔드포인트

애플리케이션URL상태
취약한 앱http://localhost:8080취약점 시연
패치된 앱http://localhost:8081수정 시연

디렉토리 구조

root@kitploit:~
├── README.md           # 영문 문서
├── README_KO.md        # 한국어 문서
├── poc.py              # PoC 탐지 스크립트
├── docker-compose.yml  # 컨테이너 오케스트레이션
├── run-tests.sh        # Linux/Mac 테스트 실행기
├── run-tests.ps1       # Windows 테스트 실행기
├── vulnerable-app/     # 취약한 버전
│   ├── app.py
│   ├── Dockerfile
│   └── requirements.txt
└── patched-app/        # 패치된 버전
    ├── app.py
    ├── Dockerfile
    └── requirements.txt

참고 자료

  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/features/functions.php#L1481
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/class-formbuilder.php#L262
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/class-formbuilder.php#L364
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/class-formbuilder.php#L742
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/class-formbuilder.php#L945
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/default-fields/username/username.php#L28
  • https://plugins.trac.wordpress.org/browser/profile-builder/tags/3.16.4/front-end/default-fields/username/username.php#L49
  • https://plugins.trac.wordpress.org/changeset/3609855/profile-builder
  • https://www.wordfence.com/threat-intel/vulnerabilities/id/9f606fba-f779-42ea-a160-6c3b20dc5e79?source=cve

PoC Generator에서 생성됨 - 2026-08-15T18:50:24.344632523

도구 다운로드