|
| Total Answers and Comments: 4 |
Last Update: November 02, 2009 Asked by: Rajesh kumar914 |
|
| | |
|
Submitted by: srinivasulub1981 Hi
I've found so many severe bugs in my career, i cant select from the list , any how i will try to tell one bug here..
Bug: In our project employees can do volunteering in their own and personal time, finally they can apply grant if they volunteered morethan 15 hours, if company accepted then employee can get the grant.
Here the issue is employees who are not eligible to apply grant are able to apply the grant by doing some un authorised operations.
For ex:
user1: http://geekinterview.com/applygrant.php?app_id=890 : is eligible for grant user2: http://geekinterview.com/applygrant.php?app_id=891 : is not eligible for grant
So 2nd user is able to apply the grant by just changing the app_id from 891 to 890, this will fall under security testing, and from that on words a lot of security testing is introduced to my project.
Srinivas
Above answer was rated as good by the following members: marshal khan | Go To Top
|