WYCIWYG

From Wikipedia, the free encyclopedia
Jump to: navigation, search

WYCIWYG is an acronym that stands for What You Cache Is What You Get, commonly displayed in the address bar of Gecko-based Web browsers like Mozilla Firefox as wyciwyg:// when the Web browser is retrieving cached information.

The term WYCIWYG is a play on the acronym WYSIWYG ("What You See Is What You Get").

Usage[edit]

Mozilla Firefox implements an unregistered, strictly internal wyciwyg:// URI scheme to sort and later reference locally cached pages that were generated or modified by a script on the client side (a common practice for Web 2.0 sites).

Security issues[edit]

In 2007 Michał Zalewski reported[1] that it was possible to bypass the same-origin checks and read from cached (wyciwyg) documents. It was possible at that time to access wyciwyg:// documents without proper same domain policy checks. This could have enabled an attacker to steal sensitive data, perform cache poisoning and execute their own code or display own content with URL bar and SSL certificate data of the original page (URL spoofing). This was fixed in Firefox 2.0.0.5 and SeaMonkey 1.1.3.[2]

References[edit]

  1. ^ Firefox wyciwyg:// cache vulnerability demo - Michal Zalewski
  2. ^ Mozilla Foundation Security Advisory 2007-24: Unauthorized access to wyciwyg:// documents