CWE-9 J2EE误配置:EJB方法弱访问权限

admin 2021年12月4日16:21:57评论53 views字数 1059阅读3分31秒阅读模式

CWE-9 J2EE误配置:EJB方法弱访问权限

J2EE Misconfiguration: Weak Access Permissions for EJB Methods

结构: Simple

Abstraction: Variant

状态: Draft

被利用可能性: unkown

基本描述

If elevated access rights are assigned to EJB methods, then an attacker can take advantage of the permissions to exploit the software system.

扩展描述

If the EJB deployment descriptor contains one or more method permissions that grant access to the special ANYONE role, it indicates that access control for the application has not been fully thought through or that the application is structured in such a way that reasonable access control restrictions are impossible.

相关缺陷

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

常见的影响

范围 影响 注释
Other Other

可能的缓解方案

['Architecture and Design', 'System Configuration']

策略:

Follow the principle of least privilege when assigning access rights to EJB methods. Permission to invoke EJB methods should not be granted to the ANYONE role.

示例代码

The following deployment descriptor grants ANYONE permission to invoke the Employee EJB's method named getSalary().

bad XML

...

ANYONE

Employee
getSalary


...

分类映射

映射的分类名 ImNode ID Fit Mapped Node Name
7 Pernicious Kingdoms J2EE Misconfiguration: Weak Access Permissions

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

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2021年12月4日16:21:57
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   CWE-9 J2EE误配置:EJB方法弱访问权限http://cn-sec.com/archives/613382.html

发表评论

匿名网友 填写信息