Umbra Wiki weakness weakness/CWE-540
Back to wiki

CWE-540 — Inclusion of Sensitive Information in Source Code

provenance: imported · CWE: CWE-540

CWE-540: Inclusion of Sensitive Information in Source Code

MITRE CWE weakness

Kind Weakness
Abstraction Base
Status Incomplete
Likelihood of exploit

Description

Source code on a web server or repository often contains sensitive information and should generally not be accessible to users.

There are situations where it is critical to remove source code from an area or server. For example, obtaining Perl source code on a system allows an attacker to understand the logic of the script and extract extremely useful information such as code bugs or logins and passwords.

Common consequences

  • Confidentiality: Read Application Data

Mitigations

Architecture and Design — Recommendations include removing this script from the web server and moving it to a location not accessible from the Internet.

References

  • CWE page: https://cwe.mitre.org/data/definitions/540.html
  • CWE list: https://cwe.mitre.org/data/index.html