-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate Issue
-
Affects Version/s: 2.0.0.CR2
-
Fix Version/s: 2.0.0.CR3
-
Component/s: Core
-
Labels:None
-
Environment:
Hibernate, PostgreSQL
-
Workaround:Workaround Exists
-
Workaround Description:
There is a security hole in class: org.jboss.seam.framework.Query in method: getRenderedEjbql(). This method generate EJB-QL query in this way:
if ( getOrder()!=null ) builder.append(" order by ").append( getOrder() );
return builder.toString();
"Order" variable comes from request.
- duplicates
-
JBSEAM-2099 Support protection against SQL injection in Query order parameter
-
- Closed
-