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.
相关缺陷
常见的影响
范围 | 影响 | 注释 |
---|---|---|
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
...
分类映射
映射的分类名 | ImNode ID | Fit | Mapped Node Name |
---|---|---|---|
7 Pernicious Kingdoms | J2EE Misconfiguration: Weak Access Permissions |
文章来源于互联网:scap中文网
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论