Code Monkey home page Code Monkey logo

cve-2023-44487's Introduction

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

cve-2023-44487's People

Contributors

forcenl4 avatar imabee101 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cve-2023-44487's Issues

Hi @imabee101

I tried running the exploit POC code, but i am encountering some problem with it. Can you please let me know what am i doing wrong. i have python 3 and hyper installed as you mentioned. Do i need to make changes to the URL in the code?

Traceback (most recent call last):
File "/home/noobie/Desktop/CVE-2023-44487/main.py", line 3, in
from h2.connection import H2Connection
File "/home/noobie/.local/lib/python3.10/site-packages/h2/connection.py", line 13, in
from hyperframe.frame import (
File "/home/noobie/.local/lib/python3.10/site-packages/hyperframe/frame.py", line 17, in
from .flags import Flag, Flags
File "/home/noobie/.local/lib/python3.10/site-packages/hyperframe/flags.py", line 14, in
class Flags(collections.MutableSet):
AttributeError: module 'collections' has no attribute 'MutableSet'

AttributeError: module 'collections' has no attribute 'MutableSet'

┌──(slash㉿kali)-[~/CVE-2023-44487-main]
└─$ python3 main.py
Traceback (most recent call last):
File "/home/slash/CVE-2023-44487-main/main.py", line 3, in
from h2.connection import H2Connection
File "/home/slash/.local/lib/python3.11/site-packages/h2/connection.py", line 13, in
from hyperframe.frame import (
File "/home/slash/.local/lib/python3.11/site-packages/hyperframe/frame.py", line 17, in
from .flags import Flag, Flags
File "/home/slash/.local/lib/python3.11/site-packages/hyperframe/flags.py", line 14, in
class Flags(collections.MutableSet):
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'MutableSet'

An error occurred: [Errno 104] Connection reset by peer

An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer
An error occurred: [Errno 104] Connection reset by peer

Errno:-2

"An error occurred: [Errno -2] Name or service not known" - what does it mean?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.