RSS becoming another delivery mechanism for XSS and other Web-related exploits

Careful... That Really Simple Syndication (RSS) feed may not just be serving you content, but malware, too.

The wildly popular RSS technology has become compulsory for most Websites and blogs today, but it can also provide attackers another way in. RSS Web feeds basically give users access to content from another site, without having to visit it, and provides Website operators a way to easily expand their content while also increasing their click statistics.

For attackers, RSS provides another conduit for launching cross-site scripting (XSS), cross-site request forgery (CSRF), and other Web-based exploits. "RSS is just another delivery mechanism for XSS and browser exploits," says Caleb Sima, CTO of SPI Dynamics.

"There's been a rush to RSS and it's a hot technology, so people with less experience are cobbling mashups that employ RSS and not thinking about security," Ray Dickenson, senior vice president of product management at Authentium. "That's what makes it ripe for exploitation."

Researchers at Authentium picking apart URLs inside malware have noticed the keyword "blog" more frequently lately than the old standbys of "free" and "triple XXX." "It's well-known that bad guys want to get their code executed in places good guys don't expect, and that starts the ball rolling," Dickenson says. "They want to lure people into clicking a bad link."

But RSS exploits thus far have been limited mostly to minor RSS readers. SPI Dynamics's Sima says these types of attacks should be on your radar screen, and these attacks are more likely to be targeted ones. "I see it as more of a targeted attack at a trusted [RSS] feed provider or popular blog."

And using RSS for an XSS attack is a bit more complicated than the standard Web XSS attack. For one thing, the attacker would need either a trusted blog, or the ability to manipulate one or its comment stream, Sima says. So if you subscribe to a security site that blindly feeds through RSS streams from Full-Disclosure or Bugtraq, for instance, an attacker could post XSS malware to one of those sites, knowing it would get picked up, he says.

"Looking ahead, this attack might get bigger because subscribing to RSS feeds via 'keywords' and doing filtering is becoming more common," with things like Yahoo Pipes, he says. "This allows XYZ Website to not be trusted but just fall into your keyword search for RSS feeds, and then exploit you via that route."

But your risk of that type of attack depends on the security of the RSS reader you use. When JavaScript is enabled in the reader, you're at risk. Luckily, many RSS reader providers are creating encoders to ensure that JavaScript isn't interpreted in the browser, Sim says.

"But I don't see many companies filtering their feeds for malicious data, though. In fact, I know of some well known security people in the industry that blindly feed out from some untrusted sources," he says.

Even worse is when an RSS reader not only executes JavaScript, but stores it. "Some RSS readers not only will execute JavaScript but will save the feed to a local HTML file and read it via the local machine, causing any code to have local privileges," Sim says.

How can you protect yourself from an RSS attack? Use an RSS reader that doesn't allow remote code execution of JavaScript, such as Bloglines, Sima says, adding a bit of perspective to the threat's risk. "RSS exploitation is not a common attack and I don't predict it will ever reach a massive scale."

— Kelly Jackson Higgins, Senior Editor, Dark Reading

About the Author(s)

Kelly Jackson Higgins, Editor-in-Chief, Dark Reading

Kelly Jackson Higgins is the Editor-in-Chief of Dark Reading. She is an award-winning veteran technology and business journalist with more than two decades of experience in reporting and editing for various publications, including Network Computing, Secure Enterprise Magazine, Virginia Business magazine, and other major media properties. Jackson Higgins was recently selected as one of the Top 10 Cybersecurity Journalists in the US, and named as one of Folio's 2019 Top Women in Media. She began her career as a sports writer in the Washington, DC metropolitan area, and earned her BA at William & Mary. Follow her on Twitter @kjhiggins.

Keep up with the latest cybersecurity threats, newly discovered vulnerabilities, data breach information, and emerging trends. Delivered daily or weekly right to your email inbox.

You May Also Like


More Insights