WAF

/wæf/ · Abbreviation · Security & Infosec

Definitions

  1. Web Application Firewall — a security layer that filters, monitors, and blocks HTTP traffic to and from a web application, protecting against attacks like SQL injection and XSS.

    In plain English: A security guard specifically for websites that inspects every visitor's request and blocks anything that looks like an attack.

Etymology

1990s
Early web application firewalls emerge as HTTP-aware proxies that inspect request content beyond traditional packet filtering
2002
ModSecurity is released as an open-source WAF module for Apache, democratizing web application protection
2010s
Cloud WAFs (Cloudflare, AWS WAF) make protection accessible without hardware, becoming standard infrastructure

Related Terms