CWE一覧に戻る
CWE-555

J2EE の設定ミス:設定ファイル内の平文パスワード

J2EE Misconfiguration: Plaintext Password in Configuration File
脆弱性 レビュー中
JA

J2EE アプリケーションは、平文のパスワードを構成ファイルに保存します。

平文のパスワードを設定ファイルに保存すると、そのファイルを読むことができれば誰でもパスワードで保護されたリソースにアクセスできるようになり、攻撃者にとって格好の標的になります。

EN

The J2EE application stores a plaintext password in a configuration file.

Storing a plaintext password in a configuration file allows anyone who can read the file to access the password-protected resource, making it an easy target for attackers.

Scope: Access Control / Impact: Bypass Protection Mechanism
Do not hardwire passwords into your software.
Use industry standard libraries to encrypt passwords before storage in configuration files.
MITRE公式ページ — CWE-555