]
Norman Richards updated JBSEAM-2084:
------------------------------------
Fix Version/s: 2.0.0.GA
(security) EJB-QL injection in org.jboss.seam.framework.Query
-------------------------------------------------------------
Key: JBSEAM-2084
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2084
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.0.CR2
Environment: Hibernate, PostgreSQL
Reporter: Antoni Jakubiak
Assigned To: Norman Richards
Fix For: 2.0.0.GA
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: