Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-1107 — Nuclei template for detecting CVE-2026-1107 in EyouCMS, exploiting path traversal in check_userinfo to read arbitrary files and potentially achieve code execution. | Kitploit
Tools/GitHubGitHub/iniivan13/cve-2026-1107
Vulnerability ScannersExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubiniivan13/cve-2026-1107

CVE-2026-1107

Nuclei template for detecting CVE-2026-1107 in EyouCMS, exploiting path traversal in check_userinfo to read arbitrary files and potentially achieve code execution.

View Repository
38 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-1107 Nuclei Template

Nuclei template for detecting CVE-2026-1107 in EyouCMS. The vulnerability allows unauthenticated attackers to perform Path Traversal/Arbitrary File Read via the check_userinfo function in Diyajax.php.

Vulnerability Details

  • CVE ID: CVE-2026-1107
  • Target: EyouCMS < 1.7.1
  • Component: Member Avatar Handler (Diyajax.php)
  • Impact: Critical (Arbitrary File Read / Potential RCE)
  • Vector: POST /index.php?m=api&c=Diyajax&a=check_userinfo (Parameter: viewfile)

Logic

This template uses a High-Fidelity detection method. Instead of guessing configuration files (which may vary by OS or installation), it attempts to read the source code of the root file using the traversal payload .

index.php
../../index.php

If the server responds with raw PHP tags (<?php, define('APP_PATH'), the target is confirmed vulnerable.

Usage

root@kitploit:~
nuclei -t CVE-2026-1107.yaml -u [https://target.com](https://target.com)

Exploit

https://github.com/24-2021/vul3/blob/main/Eyoucms/Eyoucms%3D1.7.1%20check_userinfo%20api%20viewfile%20exists%2C%20causing%20code%20execution%20due%20to%20file%20inclusion.md

Download Tool