WYCIWYG

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. 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

Mozilla Firefox implements a registered, strictly internal wyciwyg uniform resource identifier (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

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).[citation needed] This was fixed in Firefox 2.0.0.5 and SeaMonkey 1.1.3.[2]

References

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