Exploit for CVE-2024-47176
Discription

PoC: Unauthenticated RCE on cups-browsed ## ๐Ÿ“œ Vulnerability information – **Published**: 2024-09-26 – **Base Score**: 5.3 (MEDIUM) – **EPSS Score**: 0.06% Probability of exploitation. – **Vector**: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N – **Description**: CUPS is a standards-based, open-source printing system, and `cups-browsed` contains network printing functionality including, but not limited to, auto-discovering print services and shared printers. `cups-browsed` binds to `INADDR_ANY:631`, causing it to trust any packet from any source, and can cause the `Get-Printer-Attributes` IPP request to an attacker controlled URL. When combined with other vulnerabilities, such as CVE-2024-47076, CVE-2024-47175, and CVE-2024-47177, an attacker can execute arbitrary commands remotely on the target machine without authentication when a malicious printer is printed to. ## ๐Ÿ“š Table of Contents – ๐Ÿ“œ [Information](#-vulnerability-information) – ๐Ÿ› ๏ธ [Installation](#-installation) – โš™๏ธ [Usage](#-usage) – ๐Ÿ”Ž [Discovery](#-discovery) – ๐Ÿ’ [References](#-references) – ๐Ÿ“ข [Disclaimer](#disclaimer) ## ๐Ÿ› ๏ธ Installation “`bash $ python3 -m venv venv && source venv/bin/activate $ pip install zeroconf ippserver colorama $ python3 CVE-2024-47176.py -h “` ## ๐Ÿ’ก Systems that are potentially vulnerable must have all the following conditions: – [Affected…Read More

Back to Main

Subscribe for the latest news: