This document summarizes research on a new type of web attack called relative path overwrite, which allows attackers to inject CSS (style) directives into websites without requiring markup or script injection. The researchers measured how many popular websites are vulnerable by testing URL manipulation techniques on over 2.6 billion web pages. They found that over 5% of domains allowed style injection, but fewer than 1% could be successfully exploited in Chrome or Internet Explorer due to requirements like the page loading in quirks mode. The researchers outline countermeasures for websites to prevent this attack, such as using absolute paths or base tags for stylesheets instead of relative paths.