Forum Discussion
bwalters_12787
Nimbostratus
Nov 06, 2013JBoss Zero Day Security Vulnerability
i am trying to create an irule that will stop the "EJBInvokerServlet" exploit.
I am thinking of using an irule that would redirect any queries that involve the invoker path to be redirected to a 404 page.
Any help would be greatly appreciated.
1 Reply
- Kevin_Stewart
Employee
Try this:
when HTTP_REQUEST { if { ( [HTTP::method] equals "POST" ) and ( [string tolower [HTTP::uri]] contains "/invoker/ejbinvokerservlet" ) } { HTTP::respond 404 } }
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects