Skip to main content

Java Patch May Be Just a Finger in the Dam


Java Patch May Be Just a Finger in the Dam

Oracle acted swiftly last week to close a zero-day vulnerability in its Java technology, but given Java's track record, that patch is just one hit in a long game of wackamole played with hackers.
A number of security companies discovered the vulnerability over the weekend of Aug. 25. They noticed that a popular and notorious root kit, Blackhole, was being upgraded by its malevolent authors to exploit the Java flaw that hadn't appeared on the radar of malware fighters before.
The vulnerability was so severe that many security firms recommended turning off Java entirely.
Oracle quickly released an out-of-cycle patch for the problem, a rarity by the company. "We've tested the patch and it works," Chris Astacio, manager of security research at Websense told TechNewsWorld. "It doesn't allow exploitation."
Attacks on Java are nothing new, he noted. "Java has been the No. 1 vector of attack for exploit kits," he said. "Your mass attacks are most of the time going to use Java vulnerabilities to try and drop malware on client machines."
For that reason, some security experts recommend turning off Java if you don't use it. "If you have no purpose for Java, then absolutely remove it from your computer because there have been multiple instances with Java where there have been zero days in the past," Astacio explained.

        modern arts paintings gallery – http://www.myfirstsight.in/

Comments

Post a Comment

Popular posts from this blog

How has lockdown impacted Indian farmers?

How has lockdown impacted Indian farmers?             Generally compare to other sectors it's not major impacted by our Indian farmers but we acceptable minor impacts. Here we separate major two farming cultures one is mono farming culture another one poly farming culture. Mono farming :             The major impacts from our Indian farmer for monoculture. Here I have briefly explained what are the things we had faced our local farmers. Here I explain two different crops type: Daily crops : * We harvest more than 100-kilo grams daily crops like brinjal but we unable to sell those in local markets. * We are unable to reach urban markets. * We don't have enough transport facilities. * We unable buy require fertilizer and other complements * In the early stage we are facing manpower shortage but later it's not an issue. * We unable to do value-added products. * Waste is very high for somedays Se...

How to use ng-href directive in AngularJS

ng-Href Directive                  ng-Href directive is hyper link markup to a text in angularJs. This hyperlink will change able to implement dynamic url {{hash}} value. Hash value to assign in a controller to happened user click event fire to assign dynamic url. This Value is undefined means it will return to 404 page. ng-Href directive Example  HTML:      <div ng-app="anchor">     <div ng-controller="anchorController">         <a ng-href="http://www.google.com" ng-click="show($event)">Anchor Tag</a>     </div>   </div> Javascript :  var anch = angular.module('anchor', []); anch.controller('anchorController',['$scope', '$window', function($scope, $window){     $scope.show = function(obj) {       $window.open(obj.target.href);     } }]); Result :  Dem...

Sensors

A sensor can be identifying the environment changes from the surrounding of the device. In the earth who are live plants, animals and human beings have some basic sensing behavior by nature, so those approaches and behaviors we fallowed and implement to nonliving things. These are the major behavior we identify from the sensors like light, sound, motion, temperature, pressure, acceleration, position, Object presence, and Air. Here I'm sharing few components 1. Temperature Sensor Temperature sensor sensing the circumstance of temperature in the installed places. 2. Ultrasonics Sensor Using ultrasonic to identify the obstacle distance in front of the device and based on the data we can manipulate the application. 3. Pressure Sensor Find the pressure value on the device to you gave the pressure on it. 4. Water Level Sensor A water level sensor sensing the water level in the water tank and based on value trigger the applications.  5. Motion Sensor The mot...