BEA WebLogic Server和WebLogic Express...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

BEA Systems WebLogic包含多种应用系统集成方案,包括Server/Express/Integration等。 WebLogic Server和WebLogic Express应用程序不正确实现Servlet 2.3标准,远程攻击者可以利用这个漏洞未授权访问应用系统资源。 当WEB应用程序指定包含在<security-constraint>标记的<role-name>标记中的'role name'为'*'时,会触发此漏洞。下面是web.xml文件中使用有问题的‘*’代码: <security-constraint> <web-resource-collection> <web-resource-name>myProtectedResourec</web-resource-name> <url-pattern>/my/secure/urls</url-pattern> </web-resource-collection> <auth-constraint> <role-name>*</role-name> </auth-constraint> </security-constraint> Servlet 2.3规定(SRV.13.3段)指定‘*’为一个简洁语法应用于WEB应用程序中所有'role'。但是WebLogic Server实现确实把这个简洁语法应用与任意用户。这个区别就意味着在WEB应用中没有定义'role'的用户仍旧可以未授权访问那些由‘*’保护的资源。 BEA Systems WebLogic Express 8.1 SP2 BEA Systems WebLogic Express 8.1 SP1 BEA Systems WebLogic Express 8.1 BEA Systems WebLogic Express 7.0 SP5 BEA Systems WebLogic Express 7.0 SP4 BEA Systems WebLogic Express 7.0 SP3 BEA Systems WebLogic Express 7.0 SP2 BEA...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息