3 matches found
Document-Linux-Privilege-Escalation
Escalada de privilegios en Linux a través de snapd Objetivo del proyecto: Explotar la vulnerabilidad llamada "DirtySock" CVE-2019-7304 en la API REST del demonio snapd de Canonical un servicio predeterminado en Ubuntu Linux, para obtener acceso root. Guía de Ramil Mustafayev:...
Internet Bug Bounty: Ubuntu Linux privilege escalation (dirty_sock)
Hi team, This week, I have publicly disclosed the dirtysock local root exploit affecting multiple Linux Operating Systems. Very detailed information on the vulnerability can be found in my blog posting here. And the exploit code can be found in my GitHub repository here. The vulnerability exists ...
snapd 2.37 (Ubuntu) dirty_sock Local Privilege Escalation
!/usr/bin/env python3 """ dirtysock: Privilege Escalation in Ubuntu via snapd In January 2019, current versions of Ubuntu Linux were found to be vulnerable to local privilege escalation due to a bug in the snapd API. This repository contains the original exploit POC, which is being made available...