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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
도구/GitHubGitHub/cybervinner/cp-plus-ez-p21-cve-2026-65893-65894
Embedded Systems SecurityIoT SecurityVulnerability AnalysisExploitationHardware & IoT SecurityAuthenticationPapers & ResearchLearning & Education

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
GitHub
cybervinner/cp-plus-ez-p21-cve-2026-65893-65894

CP-PLUS-EZ-P21-CVE-2026-65893-65894

Documents CP PLUS EZ-P21 IP camera CVEs: arbitrary code execution via debug feature and improper authentication of HTTP endpoints, with responsible disclosure.

저장소 보기
23일 전아직 검토되지 않음
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

🔐 Security Analysis of the CP PLUS EZ-P21 IP Camera

CVE-2026-65893 CVE-2026-65894

Arbitrary Code Execution & Improper Authentication – CP PLUS EZ-P21 IP Camera

CVE-65893 CVE-65894 Severity CVSS Status License: CC BY 4.0


Overview

This repository documents two security vulnerabilities identified in the CP PLUS EZ-P21 IP Camera, an IP-based surveillance camera used for video monitoring and network-based access to camera functions and snapshots.

Both issues were responsibly disclosed, coordinated through the vendor/CERT process, and assigned CVE identifiers.


Vulnerability Summary


1. CVE-2026-65893 — Arbitrary Code Execution

This vulnerability exists due to an insecure debug feature enabled in the firmware. An attacker with physical access could place arbitrary code on removable media and trigger its execution through the debug mechanism, resulting in code execution with elevated privileges.

2. CVE-2026-65894 — Improper Authentication

This vulnerability exists due to improper authentication of HTTP endpoints. A remote attacker could conduct brute-force attacks against the HTTP endpoint, gaining unauthorized access to live video snapshots from the targeted device.

See Vulnerability_Overview.md and Technical_Analysis.md for details.

⚠️ This repository is intended strictly for educational and research purposes. No exploit code or weaponized proof-of-concept is included.


Credit

Reported by a team of security researchers:

  • Vishwa V — SRMIST Ramapuram
  • Dr. Sathya Priya S — SRMIST Ramapuram
  • Tiyyagura Venkata Shesha Shaina Reddy — Vignan University
  • Isukapalli Venkata Mythreya Kumara Sarma — Vignan University
  • Deven Lunkad — IIIT Allahabad
  • Prof. S. Venkatesan — IIIT Allahabad

References

See References.md.


⭐ If you find this research useful, consider giving the repository a star.

도구 다운로드
CVETitleCWECVSS v4.0Attack Vector
CVE-2026-65893Arbitrary Code Execution via Insecure Debug FeatureCWE-489 (Active Debug Code)7.0 (High)Local (Physical)
CVE-2026-65894Improper Authentication of HTTP EndpointsCWE-287 (Improper Authentication)8.7 (High)Remote Network