Forum Discussion
Cpet
Altocumulus
Jul 29, 2019Security issue - Oracle Identity System Administration login screen is exposed to public
Hi to all, I have a cluster with 2 Big-IP VM ver13.1 .A VS has the role to load balanced OAM.I discovered that the Oracle Identity System Administration login screen is exposed to public.I foun...
iaine
Nacreous
Aug 07, 2019Hi
You don't need the CLIENT_ACCEPTED event to look for the IP and the HTTP::URI command in the HTTP_REQUEST should start from / rather than include http:// etc.
So your code would look something like
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/sysadmin/faces/signin"}{
if {not [IP::addr [IP::client_addr] equals 10.0.40.0/24]} {
drop
}
}
}
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