CWE-215 通过Debug信息导致的信息暴露

admin 2022年1月5日21:01:59评论81 views字数 1269阅读4分13秒阅读模式

CWE-215 通过Debug信息导致的信息暴露

Information Exposure Through Debug Information

结构: Simple

Abstraction: Variant

状态: Draft

被利用可能性: unkown

基本描述

The application contains debugging code that can expose sensitive information to untrusted parties.

相关缺陷

  • cwe_Nature: ChildOf cwe_CWE_ID: 200 cwe_View_ID: 1000 cwe_Ordinal: Primary

  • cwe_Nature: ChildOf cwe_CWE_ID: 200 cwe_View_ID: 699 cwe_Ordinal: Primary

适用平台

Language: {'cwe_Class': 'Language-Independent', 'cwe_Prevalence': 'Undetermined'}

常见的影响

范围 影响 注释
Confidentiality Read Application Data

可能的缓解方案

Implementation

策略:

Do not leave debug statements that could be executed in the source code. Assure that all debug information is eradicated before releasing the software.

MIT-46 Architecture and Design

策略: Separation of Privilege

Compartmentalize the system to have "safe" areas where trust boundaries can be unambiguously drawn. Do not allow sensitive data to go outside of the trust boundary and always be careful when interfacing with a compartment outside of the safe area.
Ensure that appropriate compartmentalization is built into the system design and that the compartmentalization serves to allow for and further reinforce privilege separation functionality. Architects and designers should rely on the principle of least privilege to decide when it is appropriate to use and to drop system privileges.

示例代码

The following program changes its behavior based on a debug flag.

bad JSP

%>
User account number:
} %>

文章来源于互联网:scap中文网

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2022年1月5日21:01:59
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   CWE-215 通过Debug信息导致的信息暴露http://cn-sec.com/archives/612830.html

发表评论

匿名网友 填写信息