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, 2019here's a couple of log lines to hopefully help. logs will go to /var/log/ltm or the Local Traffic tab in the Logs section of the GUI
when HTTP_REQUEST {
if { [string tolower [HTTP::uri]] starts_with "/sysadmin/faces/signin"}{
log local0. "URI is [HTTP::uri] - IP Address is [IP::client_addr]"
if {not [IP::addr [IP::client_addr] equals 10.0.40.0/24]} {
log local0. "Dropping the connection from [IP::client_addr]"
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