Lucene search
K

Newsletter 4.3 SQL Injection

🗓️ 21 May 2015 00:00:00Reported by Ashiyane Digital Security TeamType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Newsletter 4.3 SQL Injection Vulnerability in Conpresso Softwar

Code
`[-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-]  
  
Exploit Title : Newsletter 4.3 SQL Injection Vulnerability  
  
Exploit Author : Ashiyane Digital Security Team  
  
Vendor Homepage: www.conpresso.de - www.conpresso4.de  
  
Google Dork ONE: intext:Module Newsletter 4.3  
  
Google Dork TWO: Module Newsletter 4.3 by www.conpresso4.de  
  
Date : 2015-05-21  
  
Tested On : linux Kali + Windows Se7en  
  
Link Software : http://www.conpresso4.de/_data/cpo4_mod_newsletter_4.3e.zip  
  
[-][-][-][-][-][-][-][-][-][-] DESCRITION [-][-][-][-][-][-][-][-][-][-]  
  
newsletter Module SQL Injection Vulnerability  
Researched by Ashiyane Security Researcher Team  
  
[-][-][-][-][-][-][-][-][-][-] Location [-][-][-][-][-][-][-][-][-][-][-]  
  
http://localhost/[patch]/mod_newsletter/preview.php?action=preview&nr=( SQL )  
  
[-][-][-][-][-][-][-][-][-] Vulnerability CODE [-][-][-][-][-][-][-][-][-]  
  
======= includes/inc_preview.inc.php ========  
  
<?php  
if (!defined('CPO')) exit;  
  
if (!is_numeric($_GET['nr'])) exit;  
  
$query = "SELECT commentary, verfallsdatum, templates_id, nr, idx,   
email, autor, pub_datum, titel, initial, freigabe "  
."FROM ".CPO_NEWS." "  
."WHERE nr=".(int)$_GET['nr']." ";  
  
DEBUG(2, $query, __FILE__, __LINE__);  
$db = new DB;  
$db->query($query);  
  
$db->next_record();  
$db_template = $db->v('templates_id');  
$db_nr = $db->v('nr');  
$db_idx = $db->v('idx');  
$db_email = $db->v('email');  
$db_autor = $db->v('autor');  
$db_pub_datum = $db->v('pub_datum');  
$db_verfallsdatum = $db->v('verfallsdatum');  
$db_commentary = $db->v('commentary');  
$db_titel = $db->v('titel');  
$db_initial = $db->v('initial');  
$db_freigabe = $db->v('freigabe');  
  
$pagetype = 'detail';  
require(CPO_BASEDIR.$activeModules[$directory]['directory'].'/includes/inc_output.inc.php');  
?>  
  
[-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-]  
  
Discovered by : SeRaVo.BlackHat >> H.4.S.S.4.N <<  
  
Special Tnx : Hamed Nikpour - Hesam Bazvand - H_SQLI.EMpiRe - Rezahck23  
  
Mohammad habili - Alireza Akhtari - Und3rgr0und - EviL ShaDoW - ACCESS  
  
[-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-][-]  
`

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