Home » Fix Java error Unsigned application requesting unrestricted access to system

Fix Java error Unsigned application requesting unrestricted access to system

by blackMOREOps
52 comments

Tried to login to one of my server that requires Java and immediately got this error:

Unsigned application requesting unrestricted access to system. The following resource is signed with a weak signature algorithm MD5withRSA and is treated as unsigned

After some research on Google I found that the root cause was JAR files signed with MD5 algorithms. Apparently Java/Oracle decided to play smart suddenly and now they are treating JAR files signed with keySize less than <1024 as unsigned JARs. Read more here.

Fixing Unsigned application requesting

You can fix this by simply commening out jdk.jar.disabledAlgorithms in the file of lib/security/java.security

  1. In my Windows it’s located at:
    C:\Program Files (x86)\Java\jre7\lib\security\java.security
  2. In MacOS it’s located at
    /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/security/java.security
  3. In Linux? – readers please comment below

Fix Java error Unsigned application requesting unrestricted access to system - blackMORE Ops

I simply edited the file and added a hash # in front of the line below, save and run the JNLP File again and it worked.

# jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 1024

In some cases you may need to clear browser cache and Java Temporary files. Browser cache is normal, just delete everything including history form the beginning of time, all cookies, downloaded applications etc. For Java Temporary files do it from Control Panel > Java >

Now you can argue if this is secured? Duh, no … but when you’re about to make a change and there’s no alternative, then this is a quick and dirty fix. An alternative might be changing it to <128 Keysize or something else instead of commenting it out. Use your judgement i.e.

jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 128

You may also like

52 comments

Brent June 26, 2017 - 7:15 am

awesome! Fixed my issue after adding the IPs to the exception list failed.

Reply
Dave July 21, 2017 - 6:44 am

Thank you, thank you, thank you! Finally able to get into my Cisco ASA 5505 ASDM again!

Reply
Nimer Sale September 7, 2017 - 5:32 am

I have the cisco 5510, using asdm 6.3.(1) and this fix worked thank you!

Reply
Leisa September 16, 2017 - 4:35 am

It did not work if I put “jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 128”, but it did work when I commented the whole line out.

Reply
blackMORE Ops October 10, 2017 - 8:44 pm

That’s a new Java feature. I have a post where I experienced something similar: http://www.blackmoreops.com/2017/06/08/fix-java-error-unsigned-application-requesting-unrestricted-access-to-system/

Reply
Alok April 5, 2023 - 3:11 pm

simply delete below line from java.security
path : C:\Program Files\Java\jre1.8.0_361\lib\security – open this file on notepad and find below line and simply delete it and save (you must be an administrator to do this)

“jdk.jar.disabledAlgorithms=MD2, MD5, RSA keySize < 128”,

this has worked…

Reply
Ed Malaite June 2, 2023 - 8:40 pm

It worked when i commented without #.
Thanks a lot.

Reply
John October 28, 2017 - 1:49 am

Thank you sooo much! I was getting crazy trying to figure out how to access my old Intelligent House Control (IHC). All other attempts I made didn’t work, but this one did.

Reply
christina November 16, 2017 - 8:37 am

Thank you very much. You are awesome!!

Reply
Nivas November 16, 2017 - 6:06 pm

thank you so much… was struggling to get out of this error… you really saved time.. gr8

Reply
Semi November 17, 2017 - 6:06 pm

thanks that worked. file in ubuntu /etc/java-8-oracle/security/java.security

Reply
Lucas December 5, 2017 - 12:00 am

Thank you, it worked for me. I was running Lenovo-RD650 consol and the Java was not opening.

Reply
Jeremy Chan December 7, 2017 - 11:06 pm

Thank you very much, it really works. Much better then those copy and past!

Reply
john December 9, 2017 - 2:40 am

Thanks, this worked great! connecting to a poweredge t710 idrac 6

Reply
George Parker December 13, 2017 - 4:25 pm

Beautiful, worked for me first go :). Thanks.

Reply
deepak December 21, 2017 - 5:37 pm

Thanks, perfect steps.

Reply
Silvia December 23, 2017 - 9:00 pm

I can not save the it after adding the #.

Reply
Shankar January 9, 2018 - 6:09 pm

In Linux i have commented out the property in all possible places but still getting the same error ? Any alternative thoughts ??

Reply
sivarani April 19, 2018 - 5:57 am

Thank you so much. It helped me. But I have commented out “jar..”

Reply
Marc Lagoria April 26, 2018 - 5:49 am

thank you man

Reply
Andy Burton May 2, 2018 - 4:58 am

Life saver – thank you!

Reply
Arohi May 22, 2018 - 4:59 pm

I am using java 1.5 and i am not able to see the line ‘jdk.jar.disabledAlgorithms=MD2..’ in java.security file. could you please provide me another way to resolve same issue.

It will great help to me!

Reply
Sravan May 30, 2018 - 11:18 am

You saved a life! Works like a charm.

Reply
erik854 June 7, 2018 - 7:02 pm

I usually don;t reply or write an comment on websites which help me do my work, but this solution for my iDrac/JAVA problem works just perfect on Java8 !! Thanks a lot for this great tip, it really saves my day! :)

Reply
1 2 3

Leave your solution or comment to help others. Comment don't need registration or real email, so feel free.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About Us

blackMORE Ops - touch-icon-72x72

blackMORE Ops” does not promote, encourages and excite hackers, its purpose is to make people aware that what is going around. Know Hacking but No Hacking!

Feature Posts

Newsletter