#vulns.co
/
mcp by GKData.io

← Back to Payloads

Cache poison / deception

Unkeyed header and path-deception probes. Confirm with a second client. Harmless markers only.

Tags: cache, cdn, xss

Controlled probes

  • X-Forwarded-Host: attacker.example
  • X-Forwarded-Scheme: nothttps
  • X-Original-URL: /account
  • /account/settings/x.css
  • /account/settings%2f..%2f..%2fstatic/app.js
  • GET /path?unused=1 HTTP/1.1  (unkeyed query)

Source: https://portswigger.net/research/practical-web-cache-poisoning

← Back to Payloads