View Issue Details

IDProjectCategoryView StatusLast Update
0006275mantisbtsecuritypublic2006-10-09 11:55
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.0.0rc2 
Fixed in Version1.0.0rc3 
Summary0006275: SQL injection
Description

This issue was reported by discojonny.

It is the lost_pwd.php and lost_pwd_page.php

even if lost_pwd_page.php has been selected to validate emails are in
the correct format the user can still gain hashes.

POC

Error generated: -
http://bugs.mantisbt.org/lost_pwd.php?username='&email='test@test.com'
http://bugs.mantisbt.org/lost_pwd.php?username=steve&email='xyz@xyz.com
http://bugs.mantisbt.org/lost_pwd.php?username='[SQL GOES HERE]&email='test@test.com'
http://127.0.0.1/lost_pwd.php?username=Steve&email=a'[SQL GOES HERE]

TagsNo tags attached.

Activities

vboctor

vboctor

2005-10-28 20:01

manager   ~0011561

Fixed on 0.19.3, 1.0.0rc3 and main branch
lost_pwd.php -> 1.5.6.1