Lucene search
K

CMSQLite - SQL injection vulnerability

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 14 Views

CMSQLite - SQL injection vulnerability in deleteArticle.ph

Code

                                                # Vulnerability ID: HTB22462
# Reference: http://www.htbridge.ch/advisory/sql_injection_vulnerability_in_cmsqlite_1.html
# Product: CMSQLite
# Vendor: CMSQLite-Team

# Vulnerable Version: 1.3 and Probably Prior Versions 
# Vendor Notification: 29
# June 2010 Vulnerability Type: SQL Injection

# Status: Not Fixed, Vendor Alerted, Awaiting Vendor Response Risk level: Low

# Credit: High-Tech Bridge SA - Ethical Hacking & Penetration Testing (http://www.htbridge.ch/)


Vulnerability Details:

The vulnerability exists due to failure in the "/admin/helper/deleteArticle.php" script to properly sanitize user-supplied input in "id" variable. Attacker can alter queries to the application SQL database, execute arbitrary queries to the database, compromise the application, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL database.


Attacker can use browser to exploit this vulnerability. The following PoC is
available:

<form action="http://host/admin/helper/deleteArticle.php" method="post"
name="main" >

      <input type="hidden" name="id" value="1'some sql" /> </form> <script>
document.main.submit(); </script>



                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation