Need to find the version of Oracle Web Logic in RSA Authentication Manager and the Web Tier in order to see if we are vulnerable to a new CVE released.
Need to find the version of Oracle Web Logic in RSA Authentication Manager and the Web Tier in order to see if we are vulnerable to a new CVE released.
AdminServer logs has version information.
SSH onto the server with rsaadmin and run find command. This may have several entries because at startup the version is printed in the log.
find /opt/rsa/am/server/logs/ -iname "AdminServer.log*" -exec grep "Version: WebLogic Server" {} \; -print
Oput on an Authentication Manager 8.4 looks like this.
####<Mar 21, 2019 2:38:31,901 PM EDT> <Info> <Management> <am84p> <> <Thread-9> <> <> <> <1553193511901> <[severity-value: 64] [partition-id: 0] [partition-name: DOMAIN] > <BEA-141107> <Version: WebLogic Server 12.2.1.3.0 Thu Aug 17 13:39:49 PDT 2017 1882952>
AdminServer logs has version information.
SSH onto the server with rsaadmin and run find command. This may have several entries because at startup the version is printed in the log.
find /opt/rsa/am/server/logs/ -iname "AdminServer.log*" -exec grep "Version: WebLogic Server" {} \; -print
Oput on an Authentication Manager 8.4 looks like this.
####<Mar 21, 2019 2:38:31,901 PM EDT> <Info> <Management> <am84p> <> <Thread-9> <> <> <> <1553193511901> <[severity-value: 64] [partition-id: 0] [partition-name: DOMAIN] > <BEA-141107> <Version: WebLogic Server 12.2.1.3.0 Thu Aug 17 13:39:49 PDT 2017 1882952>