AppSec A3-Sensitive Data Exposure
AppSec A3-Sensitive Data Exposure
Is the data in transit or at rest is in clear text?
Are there any old or week cryptography algorithms
used? Ex: MD5, SHA1
Are there any crypto keys hard coded or re-used?
Check if the security headers are implemented?
A3:2017-Sensitive Data Exposure
Remedies
Encrypt all sensitive data at rest and in transit
Disable auto complete on forms collecting sensitive data
Disable caching for pages that contain sensitive data
Ensure strong standard algorithms and strong keys are
used, and proper key management is in place. Consider
using FIPS 140 validated cryptographic modules.
A3:2017-Sensitive Data Exposure
To read
Man-In the Middle attack
Salting & hashing, Pepper
Plain text & cypher text(Encrypted data)
CSP(Content Security Policy)