Hello Hackers,
Hope you guys Doing well and hunting lots of bugs and Dollars !
Well, let’s start and learn about Information disclosure and methodologies to find them.
What is Information disclosure ?
Information disclosure is when a web application fails to properly protect confidential information, which causes revealing sensitive information or data of the users or anything related to users to any third party.
It uncovering information like:-
Information disclosure is not always exploitable directly, because sometimes they allow hackers to gather information for further attacks but it doesn’t mean that you can’t exploit it. It always depends on what types of information web applications are revealing, sometime it will have a serious impact.
why information disclosure occurred?
Different types of information Disclosure issue:-
Banner Grabbing
Banner grabbing is a process of collecting information like operating system, server details, the name of service running with its version number, and a lot of information about it.
https://hackerone.com/reports/460556
Source Code Disclosure
This occurs when the code of the back-end environment of a web application is exposed to the public. If source code files are disclosed then an attacker may use such information to discover logical flaws. This is highly impact able.
https://hackerone.com/reports/211418
Filename and File path disclosure
This can happen due to incorrect handling of user input, exceptions at the back-end, or inappropriate configuration of the web server. Sometimes such information can be found or identified in the responses of the web applications, error pages, debugging information, etc.
https://hackerone.com/reports/979110
Inappropriate handling of sensitive data
This can happen when sensitive data is not removed from the source code or somewhere else. Some data like username, password, or some important comment can be present there which may reveal some sensitive data. There are lots other possibilities .
Common sources of information Disclosure:-
Possible ways to find information Disclosures:-
How to prevent Information Disclosure attacks :-
Hope this is useful for you guys
Happy Hacking !