Sensitive Data Exposure
Sensitive Data Exposure
This vulnerability arises when sensitive data of users are not protected in the proper way, an
attacker can access the sensitive data which is exposed by a vulnerable web application and use it
against the users.
DESCRIPTION
Health information.
User account/passwords.
MITIGATION
The data is never transmitted in clear text. Example between database and server,
or over the internet.
The algorithms used to encrypt the data are considered strong enough.
Browser headers are set to not cache when the sensitive data is presented to end-
user.
There are more things to look for when securing data, but what matters most is understanding
what data is considered sensitive, and make sure it is treated as such in every instance.