CWE-201 通过发送数据的信息暴露

admin 2022年1月5日21:01:36评论98 views字数 2261阅读7分32秒阅读模式

CWE-201 通过发送数据的信息暴露

Information Exposure Through Sent Data

结构: Simple

Abstraction: Variant

状态: Draft

被利用可能性: unkown

基本描述

The accidental exposure of sensitive information through sent data refers to the transmission of data which are either sensitive in and of itself or useful in the further exploitation of the system through standard data channels.

相关缺陷

  • 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

  • cwe_Nature: CanAlsoBe cwe_CWE_ID: 209 cwe_View_ID: 1000

  • cwe_Nature: CanAlsoBe cwe_CWE_ID: 202 cwe_View_ID: 1000

适用平台

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

常见的影响

范围 影响 注释
Confidentiality ['Read Files or Directories', 'Read Memory', 'Read Application Data'] Sensitive data may be exposed to attackers.

可能的缓解方案

Requirements

策略:

Specify which data in the software should be regarded as sensitive. Consider which types of users should have access to which types of data.

Implementation

策略:

Ensure that any possibly sensitive data specified in the requirements is verified with designers to ensure that it is either a calculated risk or mitigated elsewhere. Any information that is not necessary to the functionality should be removed in order to lower both the overhead and the possibility of security sensitive data being sent.

System Configuration

策略:

Setup default error messages so that unexpected errors do not disclose sensitive information.

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 is an actual MySQL error statement:

result SQL

Warning: mysql_pconnect(): Access denied for user: 'root@localhost' (Using password: N1nj4) in /usr/local/www/wi-data/includes/database.inc on line 4

The error clearly exposes the database credentials.

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
CLASP Accidental leaking of sensitive information through sent data

相关攻击模式

  • CAPEC-12
  • CAPEC-217
  • CAPEC-612
  • CAPEC-613
  • CAPEC-618
  • CAPEC-619
  • CAPEC-621
  • CAPEC-622
  • CAPEC-623

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

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

发表评论

匿名网友 填写信息