Looking for the vulnerability index of Invicti's legacy products?
ASP.NET connection strings stored in plaintext - Vulnerability Database

ASP.NET connection strings stored in plaintext

Description

This web application is storing some connection strings in plaintext inside the web.config file. This is not recommended as an attacker might gain access to this file using a path traversal (or similar) vulnerabilities. It's recommended to use Protected Configuration to improve the security of your application by encrypting sensitive information that is stored in the web.config file.

Remediation

ASP.NET provides a feature called <strong>Protected Configuration</strong>, which enables you to encrypt sensitive information in a configuration file. It's recommended to use this feature to encrypt sensitive information that is stored in the <strong>web.config</strong> file.

Related Vulnerabilities