Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTTP Options Method security vulnerability associated with Java.exe process

4072794Oct 29 2019

I am getting the HTTP Options Method security vulnerability on a Windows 2012r2 server that has JAVA 8SE installed.  It is not a Web Server.  I have tracked down this vulnerability to a PID associated with the java.exe process.  How can I resolve this vulnerability with regards to the java.exe process?

Comments

644607
As far as I know you can't submit arguments to subs.

As you're probably launching your script from the command-line there is a workaround though:

Create a text file and include the arguments in there. Then you can open the text file in your procedure and read the values.
1 - 1

Post Details

Added on Oct 29 2019
0 comments
328 views