Browser Security News

The Site for Web Browser Security Information

Welcome to Browser Security News

Because Web Browser Security Matters!

 

Your news resource for Internet Explorer, Firefox, Opera and Safari security news vulnerabilities, virus and other important information.

Categories

Archives

Feeds

edrawpdfviewer-activex.txt

The Edraw PDF Viewer component suffers from an Active-X related remote code execution vulnerability. Versions below 3.2.0.126.

Read More…
Source: Packet Storm

The Hackers’ Nightmare is here!

Posted on June 19th, 2009 in Latest News | No Comments »

Security researchers develop browser-based darknet

Called Veiled, the darknet only requires participants to use an HTML 5-based browser to connect and share data anonymously.

Read More…
Source: Tech Target

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Vuln: AOL Radio AmpX ActiveX Control ‘ConvertFile()’ Buffer Overflow Vulnerability

AOL Radio AmpX ActiveX Control ‘ConvertFile()’ Buffer Overflow Vulnerability

Read More…
Source: Security Focus

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

How Firefox Is Pushing Open Video Onto the Web

Webmonkey chats with Mozilla’s Mike Beltzner, who tells us how Firefox 3.5 will allow videos on the web to play in the browser without plug-ins.

Read More…
Source: Wired News

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Bugs and Fixes: A Bonanza of Browser Bug Fixes

This month brings us significant browser security updates–or new versions–from Microsoft, Google, and Apple.
read more

Read More…
Source: IT World

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Bugtraq: Re: iPhone Safari phone-auto-dial vulnerability (original date: Nov. 2008)

Re: iPhone Safari phone-auto-dial vulnerability (original date: Nov. 2008)

Read More…
Source: Security Focus

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Re: iPhone Safari phone-auto-dial vulnerability (original date: Nov. 2008)

Mike, just getting to the phone dialer is not a bug! That is what the tel: protocol is for. All most all mobile phones implement this, every time you open a tel: URL you will get to the dialer in some way. Collin Mike Ely wrote: …

Read More…
Source: Full Disclosure

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Bugtraq: iPhone Safari phone-auto-dial vulnerability (original date: Nov. 2008)

iPhone Safari phone-auto-dial vulnerability (original date: Nov. 2008)

Read More…
Source: Security Focus

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Geolocating Your iPhone Users via the Browser

Hallelujah! Geolocation is available in the iPhone’s browser. I was thrilled to finally have this app ask to use my location. This is only true for the new 3.0 version of the browser (oddly, geolocation is *not* available in the Mac version of Safari 4). Adding the ability to geolocate users via the browser opens up a whole new range of web apps.
If you’re eager to start catering to the legion of iPhone users ready to tell you where they are, Adam DuVander (the fellow behind the Portland Wifi Finder among other things) has written up an excellent post on how to access their location. The iPhone is using the W3C Geo-Location spec. If you are running the latest version of the iPhone OS you can try it out at http://bit.ly/w3cgeo
The code itself is very simple:
navigator.geolocation.getCurrentPosition(foundLocation, noLocation);
function foundLocation(position)
{
var lat = position.coords.latitude;
var long = position.coords.longitude;
alert(’Found location: ‘ + lat + ‘, ‘ + long);
}
function noLocation()
{
alert(’Could not find location’);
}
(you can get more information on the behavior in Adam’s post)
Apple was smart about the user experience and kept the user in control. I was prompted to give Safari permission to access my location (I should only be asked this question one more time). I was then prompted to share my location with the website (in this case Adam’s test). I expect many sites to quickly update their mobile sites to include location (Google already identifies your location if you are using the Android browser so I hope they update the iPhone version of their homepage shortly).

Read More…
Source: O’Reilly Radar

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

Microsoft beating Mozilla…in open-source licensing

Redmond may be losing market share to Mozilla in browsers, but its open-source license is gaining ground fast against Mozilla for some very good reasons.

Read More…
Source: C|Net news.com

The Hackers’ Nightmare is here!

Posted on June 18th, 2009 in Latest News | No Comments »

« Previous Entries