Information Disclosure - Internal Path Disclosure (PHPWCMS) - CVE-2018-12990
Hello All, INTRODUCTION The purpose of this post is to let you know how I managed to get one more CVE. Throughout this post, I will give you relevant examples/screenshots that demonstrates how I ended up finding the vulnerability. Alright, lets plunge into the Proof-Of-Concept ! PATH OF EXPLORATION After submitting the first vulnerability (Stored Cross Site Scripting) to the developer for phpwcms application I continued to test further for finding more vulnerability. While testing I saw that CSRF Token was submitted in all the request. I tried to tamper with the parameter which contained the CSRF Token and found that the application throws an error which discloses the Internal Path of the application where it has been hosted. THE MOST AWAITED DEEP DIVE POC 1) While submitting the profile page request I saw that the application passes one parameter (csrf_token_value) which as per the name suggest contains the csrf token as you can refer the ...