Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.01 KB

readme.md

File metadata and controls

56 lines (34 loc) · 1.01 KB

HTTP/2 Rapid Reset: CVE-2023-44487

Description

This repository contains proof-of-concept (PoC) code for the HTTP/2 Rapid Reset vulnerability identified as CVE-2023-44487.

Vulnerability Overview

  • CVE ID: CVE-2023-44487
  • Impact: Denial of Service (DoS)
  • Affected Protocols: HTTP/2
  • Affected Components: Web servers, Reverse Proxies, Load Balancers
  • Disclosure Date: 2023-10-10

Getting Started

Prerequisites

  • Python 3.x
  • hyper

Install prerequisites:

pip install hyper

Usage

  1. Clone the repository:
git clone https://github.com/imabee101/CVE-2023-44487.git
  1. Navigate into the directory:
cd CVE-2023-44487
  1. Execute the PoC:
python main.py

References