hunt-cache-poison

Analyze public bug bounty reports to identify cache poisoning attack vectors.

5|Updated May 27, 2026
One-click install
npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill hunt-cache-poison-cybersecwoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-cache-poison
Source: https://github.com/cybersecwoman/Kiro-BugHunter/tree/main/skills/hunt-cache-poison
Command: npx skills add https://github.com/cybersecwoman/Kiro-BugHunter --skill hunt-cache-poison-cybersecwoman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill unit is designed to help identify and exploit cache poisoning vulnerabilities, allowing for the discovery and potential exploitation of vulnerabilities within a system's cache.

Core Features & Use Cases

  • Cache Poisoning Hunting: Specializes in finding and exploiting cache poisoning vulnerabilities.
  • Technical Analysis: Utilizes public bug bounty reports to identify attack surfaces and techniques.
  • Real-World Impact: Demonstrates the potential impact of cache poisoning, such as DoS attacks, account takeovers, and data exposure.
  • Use Case: Employ this skill to uncover and validate cache poisoning vulnerabilities in a target system.

Quick Start

Run the skill to begin hunting for cache poisoning vulnerabilities in the target application.

Frequently Asked Questions about hunt-cache-poison

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify cache poisoning vulnerabilities in a web application?

You can hunt for cache poisoning vulnerabilities by analyzing public bug bounty reports to understand attack vectors, focusing on web cache deception, CDN-related issues, and HTTP header misconfigurations within the target system.

What are common cache misconfiguration attack vectors in CDN security?

Common cache misconfiguration attack vectors exploit CDN security issues and HTTP headers, potentially leading to Denial of Service attacks, account takeovers, and sensitive data exposure.

How does web cache deception work and when do I need to analyze it?

Web cache deception works by exploiting caching mechanisms to store unauthorized user-specific data. You need to analyze this mechanism when auditing caching configurations to prevent data exposure.

Do I need prior knowledge of HTTP headers to hunt for cache poisoning?

Yes, hunting for cache poisoning requires a solid understanding of caching mechanisms, HTTP headers, and common web technologies to effectively identify and validate vulnerabilities.

What is the best way to exploit cache misconfigurations using bug bounty reports?

The best way to exploit cache misconfigurations is by leveraging technical analysis of public bug bounty reports to identify real-world attack surfaces and techniques, demonstrating impacts like DoS and account takeover.

Why does cache poisoning cause account takeovers or data exposure?

Cache poisoning causes account takeovers and data exposure because CDN misconfigurations allow malicious content or unauthorized user-specific data to be stored and served to unintended victims.