The Artima Developer Community
Sponsored Link

Java Community News
Feed Injection in Web 2.0

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Frank Sommers

Posts: 2642
Nickname: fsommers
Registered: Jan, 2002

Feed Injection in Web 2.0 Posted: Aug 10, 2006 10:34 AM
Reply to this message Reply
Summary
At last week's BlackHat security conference, SPI Dynamics' Bob Auger presented about the very real possibility of malicious scripts in RSS feeds, focusing on an often overlooked aspect of cross-site scripting.
Advertisement

At last week's BlackHat security conference, Bob Auger, a security engineer with SPI Dynamics, highlighted the vulnerability of scripts embedded in RSS feeds in a presentation, Zero Day Subscriptions: Using RSS and Atom feeds As Attack Delivery Systems . A white paper on the topic is also available from SPI, Feed Injection in Web 2.0(PDF file). An article on CNET.com, Blog feeds may carry security risk characterized the threat as follows,

Attackers could exploit the problem by setting up a malicious blog and enticing a user to subscribe to the RSS feed. More likely, however, they would add malicious JavaScript to the comments on a trusted blog, Auger said. "A lot of blogs will take user comments and stick them into their own RSS feeds," he said... Also, attackers could send malicious code to mailing lists that offer RSS or Atom feeds and commandeer vulnerable systems that way, Auger said.

A key reason for concern is that many RSS feed readers operate in a non-restricted mode, with full access to the OS. Auger's recommendation to site and blog software authors was to remove scripts from blog texts.

While removing scripts from blogs and forum messages seems reasonable, the recent uptake of JavaScript in Ajax applications means that JavaScript is increasingly becoming an integral part of Web applications. Thus, entirely disabling JavaScript is no longer an option for many users.

To what extent does user concerns about JavaScript security impact your decisions to incorporate Ajax features in your Web applications?

Topic: Feed Injection in Web 2.0 Previous Topic   Next Topic Topic: Podcast on Test Categorization

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use