71 matches found
CVE-2022-0847-L-nux-PrivEsc
CVE-2022-0847 説明 - CVE-2022-0847 の POC: Linux カーネルのローカル権限昇格の脆弱性。 - antx が 2022-03-08 に作成。 詳細 - セキュリティ研究者の Max Kellermann は、'Dirty Pipe' の脆弱性を責任を持って開示し、Linux カーネル 5.8 以降のバージョン(Android デバイスを含む)に影響することを述べた。 - Linux カーネル 5.8 以降に存在する脆弱性で、任意の読み取り専用ファイルのデータを上書きできるようになる。これにより、非特権プロセスが root...
DirtyPipe-Exploit
CSE 5380: Документ по информационной безопасности CVE-2022-0847 Dirty Pipe Автор Karan Vasudevamurthy UTA ID: 1002164438 Что такое CVE? Common Vulnerabilities and Exposures CVE — это список публично раскрытых уязвимостей и угроз информационной безопасности. Корпорация MITRE представила CVE в 1999...
CVE-2022-0847-eBPF
CVE-2022-0847-eBPF eBPF-программа для обнаружения и защиты от атак на CVE-2022-0847. В пространстве ядра программа обнаруживает системные вызовы splice , если такой системный вызов содержит канал pipe в качестве выходного файлового дескриптора, и флаги буфера канала установлены в...
CVE-2022-0847-Linux
CVE-2022-0847 Description - POC pour CVE-2022-0847: Vulnérabilité d'escalade de privilèges locale du noyau Linux. - Créé par antx le 2022-03-08. Détail - Le chercheur en sécurité Max Kellermann a divulgué de manière responsable la vulnérabilité 'Dirty Pipe' et a déclaré qu'elle affecte le noyau...
Dirty-Pipe
Dirty Pipe Эксплойт CVE-2022-0847 Обзор В этом репозитории представлено доказательство концепции PoC эксплуатации уязвимости Dirty Pipe CVE-2022-0847 , затрагивающей версии ядра Linux с 5.8 по 5.16. Данная уязвимость позволяет локальное повышение привилегий за счет неправильной обработки буферов...
CVE-2022-0847-DirtyPipe
title: Analyse de la vulnérabilité CVE-2022-0847 DirtyPipe – élévation de privilèges locale date: 2022-03-08 14:41:20 tags: - Élévation de privilèges Linux categories: - Recherche en sécurité Description de la vulnérabilité CVE-2022-0847 est une vulnérabilité dans le noyau Linux depuis la version...
CVE-2022-0847-DirtyPipe-Exploits
CVE-2022-0847-DirtyPipe-Exploits Ce dépôt propose une collection complète d'exploits et de documentation spécialement conçus pour les testeurs de pénétration et les professionnels d'équipes rouges. Il constitue une ressource précieuse pour ceux qui cherchent à exploiter efficacement la...
cve-2022-0847dirtypipe-exploit
cve-2022-0847dirtypipe-exploit...
CVE-2022-0847
CVE-2022-0847 Description - POC pour CVE-2022-0847: Vulnérabilité d'élévation de privilèges locale du noyau Linux. - créé par antx le 2022-03-08. Détail - Le chercheur en sécurité Max Kellermann a divulgué de manière responsable la vulnérabilité 'Dirty Pipe' et a déclaré qu'elle affecte le noyau...
CVE-2022-0847
CVE-2022-0847 Description - POC pour CVE-2022-0847 : Vulnérabilité d'élévation de privilèges locaux dans le noyau Linux. Détail - Le chercheur en sécurité Max Kellermann a divulgué de manière responsable la vulnérabilité 'Dirty Pipe' et a déclaré qu'elle affecte le noyau Linux 5.8 et les versions...
CVE-2022-0847_dirty-pipe
CVE-2022-0847 / Dirty Pipe Un PoC bidouillé pour Dirty Pipe CVE-2022-0847 qui détourne un binaire SUID afin de générer un shell root et tente également de restaurer le binaire endommagé. Score CVSS : 7.8 ÉLEVÉ Une faille a été découverte dans la manière dont le membre "flags" de la nouvelle...
Astra Linux – Vulnerability in Linux 5.10
A flaw was discovered in the way the “flags” member of the new pipe buffer structure lacked proper initialization in the copypagetoiterpipe and pushpipe functions of the Linux kernel. As a result, these members could contain stale values. An unprivileged local user could exploit this flaw to writ...
net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
...
SUSE CVE-2026-31507
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smcspdpriv when tee duplicates splice pipe buffer smcrxsplice allocates one smcspdpriv per pipebuffer and stores the pointer in pipebuffer.private. The pipebufoperations for these buffers used .get =...
EUVD-2026-24885
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smcspdpriv when tee duplicates splice pipe buffer smcrxsplice allocates one smcspdpriv per pipebuffer and stores the pointer in pipebuffer.private. The pipebufoperations for these buffers used .get =...
CVE-2026-31507 net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smcspdpriv when tee duplicates splice pipe buffer smcrxsplice allocates one smcspdpriv per pipebuffer and stores the pointer in pipebuffer.private. The pipebufoperations for these buffers used .get =...
CVE-2026-31507 net/smc: fix double-free of smc_spd_priv when tee() duplicates splice pipe buffer
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix double-free of smcspdpriv when tee duplicates splice pipe buffer smcrxsplice allocates one smcspdpriv per pipebuffer and stores the pointer in pipebuffer.private. The pipebufoperations for these buffers used .get =...
CVE-2026-31507
CVE-2026-31507 affects the Linux kernel SMC module (net/smc). The vulnerability is a double-free of the per-buffer state (smc_spd_priv) when tee(2) duplicates a splice pipe buffer, leading to a use-after-free and a kernel NULL pointer dereference, ultimately causing a kernel panic. The root cause...
PT-2026-34412
Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double-free issue exists in the SMC implementation of the Linux kernel. The smc rx splice function allocates an smc spd priv object per pipe buffer and stores the pointer in pipe...
Unity Linux 20.1070e Security Update: kernel (UTSA-2026-001572)
The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-001572 advisory. A flaw was found in the way the flags member of the new pipe buffer structure was lacking proper initialization in copypagetoiterpipe and pushpipe functions in the...