Which is the java version that does not allow the malware to to automatically install from a webpage? [closed]

StackOverflow https://stackoverflow.com/questions/20956516

سؤال

I have seen that if you have a 'new' version of java in your browser, then you are not in danger of having a malware capable of installing into your computer automatically from seeing a web page, by using a java ... flaw.

Can you please tell me which is the java 'safe' version, that does not allow the malware to automatically install on computer?

(I really need to know if I was exposed to infection yesterday... is java 6 a 'good' choice)

The thing is that I want to be sure that I am 'safe'.

هل كانت مفيدة؟

المحلول

I want to be sure that I am 'safe'

The only way to be sure you are safe from malware from Java exploits is to uninstall it completely. The best that can be said of the latest, most secure Java version is that it has no known security bugs.

Java has reached 1.7, so just about any 1.6 version should be considered unsafe.

the thing is that I have used yahoo and there seems to be a problem Malicious advertisements served via Yahoo

That page notes:

The investigation showed that the earliest signs of infection were at December 30, 2013. Other reports suggest it might have started even earlier.

Now let us look at Release Dates for Java 6. The last publicly available Java 6 version is:

Java SE 6 Update 45[76]     2013-04-16  42 security fixes;[77] other changes;[76] final public update[78]

Or April 16th, last year. Some 8 months before that security alert.

Like I have been saying. Every publicly available version of Java 6 should be considered suspect.
Every - single - one.

You should run a Malware checker on your machine.

But your answers & comments indicate to me something more. You don't really need to run Java applets in the browser, and probably do not need it for any other reason, so also uninstall Java completely.

And I do mean uninstall it, I do not mean not disable it, I do not mean not keep it up to date. You do not seem to need it on your PC, so don't take the risk.

نصائح أخرى

Java is actually one of the most secure languages since it has a built-in security manager that can be used to sandbox applications and does a lot of built-in array out of bounds checks to prevent things like buffer overruns.

However, there have been a lot of problems in recent years regarding the security in Java applets. These are Java programs that can be run from a webbrowser. Applets have an even stricter sandbox to prevent the applet (or the website) from accessing your filesystem etc but there have been bugs found that can allow malicious code to escape the sandbox. These bugs are patched as quickly as possible so it is important to update Java (and keep up to date) on a regular basis.

If you don't need to run applets in your browser, the best thing to do to avoid these problems is to disable applets in your browser. This link can be used to learn how to disable applets in your browser of choice

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top