CWE一覧に戻る
CWE-319

機密情報の平文送信

Cleartext Transmission of Sensitive Information
脆弱性 レビュー中
JA

この製品は、機密データやセキュリティ・クリティカルなデータを、権限のない第三者が盗聴可能な通信チャネルで平文で送信する。

EN

The product transmits sensitive or security-critical data in cleartext in a communication channel that can be sniffed by unauthorized actors.

Scope: Integrity, Confidentiality / Impact: Read Application Data; Modify Files or Directories
Scope: Integrity, Confidentiality / Impact: Read Application Data; Modify Files or Directories; Other
Before transmitting, encrypt the data using reliable, confidentiality-protecting cryptographic protocols.
When using web applications with SSL, use SSL for the entire session from login to logout, not just for the initial login page.
When designing hardware platforms, ensure that approved encryption algorithms (such as those recommended by NIST) protect paths from security critical data to trusted user applications.
Use tools and techniques that require manual (human) analysis, such as penetration testing, threat modeling, and interactive tools that allow the tester to record and modify an active session. These may be more effective than strictly automated techniques. This is especially the case with weaknesses that are related to design and business rules.
Configure servers to use encrypted channels for communication, which may include SSL or other secure protocols.
MITRE公式ページ — CWE-319