News

2008: The Year of the Insecure Web Browser

Web browsers offered soft and interesting targets for hackers in 2008, who took advantage of them to attack the increasingly rich Web experience, said security expert Jeremiah Grossman.

"It seems like the browser is really under attack," said Grossman, who gave a talk Tuesday on the top Web hacks of 2008 at the RSA Security conference being held in San Francisco this week. "The hackers have taken the client side and are really gong after that."

Why is the browser so attractive? "Browsers are not secure things," he said. "There are many reasons for this, the least of which is the user."

The primary reason is that gaining market share is the highest priority of the vendors, who will sacrifice security to get new, rich and functional products onto users' desktops as quickly as possible. "They try to get the best product they can," Grossman said, but that often means that security is bolted on as an afterthought.

Grossman, the founder and chief technical officer of White Hat Security, has made a point of collecting the new attack techniques that have been documented in recent years and ranking them according to which ones are most likely to be giving IT grief in the coming year, based on his own assessment and the opinions of others in the security community.

"It's the difference between what is possible and what is probable," he said.

Last year's crop was down marginally from 2007; just 70 new Web attacks were documented in 2008 compared with 80 the year before. However, that still amounts to about 1.5 new attacks a week, and a lot of the attacks were more complicated this year.

"The winner this year was head-and-shoulders above the rest" in the consensus of the experts he consulted, Grossman said. It was an attack named GIFAR -- one-half .GIF image file and one-half .JAR (Java Archive) file. It is a tool that can be used to get around restrictions in Web applications on the uploading of Java class files by disguising it as a valid image.

GIFARs got a lot of attention during last year's Black Hat Briefings in August. By including the .JAR in a .GIF, a Web site that allows images to be uploaded will allow it to be posted as a valid image file. When downloaded to the browser, it will be rendered as a valid image, but it also will be treated as a valid .JAR file for using a Java applet by the Java Virtual Machine.

Sun released a patch for GIFAR in December, and an exploit has not yet appeared in the wild, Grossman said.

"We don't know of a malicious use yet," he said. But that does not necessarily mean that it is not out there. "It's going to be difficult to see if there is."

In addition to the usual browser targets such as HTML and JavaScript, Flash, ActiveX and other third-party tools are being targeted, Grossman said. The problems with insecure browsers are well-known, and the third-party companies such as Google that use browser functionality in their business models will have to take a stand to improve security.

"They have to exercise their leverage with browser manufacturers," he said. "It's not their software and they can't control it," but they are the ones who ask the manufacturers for functionality for their users.

About the Author

William Jackson is the senior writer for Government Computer News (GCN.com).

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube