Hi All,
Please i need you support regarding restricting short URLs.
I'm using your extension to enhance user's profiles, and recently the security team scanned my application with IBM AppScan and they found that the application didn't restrict the short URLs in the profile pages.
Here is an example:
The short URL for Profile Page is "http://www.example.com/profile/"
The short URL for Edit Profile Page is "http://www.example.com/profile-edit/"
The short URL for User Table List Page is "http://www.example.com/user-table-list/"
If the scanner is trying "http://www.example.com/profile/owa_util.signature", the web application respond with HTTP 200 OK instead of a redirect to 404 not found page or 403 Forbiddin page.
and when i tried the above manually the page reloads and shows the profile page correctly but the address bar shows the obfuscated URL "http://www.example.com/profile/owa_util.signature"
This happens in "/profile" and "/user-table-list" pages, except for profile-edit page, when i try to type any values after the forward slash of "/profile-edit/any-value" the page is redirected to the "/profile" page.
Also there are some weird behavior as the following:
- I can load the profile page inside the user list page by using this "http://www.example.com/user-table-list/profile/"
- When i try to type any values after the forward slash of "/user-list/any-value" the table view is converted automatically to list view.
Note: All above mentioned issues doesn't exist on the web-app root "http://www.example.com/" or any other pages and very well restricted.
Waiting your feedback.
Regards,