207992 matches found
CVE-2024-31771
CVE-2024-31771 TotalAV 任意文件写入 TotalAV 版本 6.0.x https://github.com/restdone/CVE-2024-31771/assets/42227817/ffe0c2ec-4ea6-4c29-852f-456b2e62f5b1 时间线: 2024年2月13日:发现 6.0.740 存在漏洞并向 TotalAV 报告。 2024年2月15日:TotalAV 确认并复现了该问题。 2024年2月19日:TotalAV 正在与另一家供应商协调,该供应商表示正在处理。 2024年3月18日 - 4月19日:请求更新,未收到 TotalAV...
CVE-2026-89636
A flaw was found in the Linux kernel's Server Message Block SMB client. When the freetgts function frees data structures, a pointer ce-tgthint is not properly reset, leaving it pointing to a memory location that has already been deallocated. If this pointer is subsequently used, it can lead to a...
CVE-2018-1000199
CVE-2018-1000199 Linux ptrace 代码对调试寄存器 debug registers 的访问进行了虚拟化,而这段虚拟化代码存在错误的错误处理。这意味着,如果你向 DR0 等寄存器写入非法值,内核断点跟踪的内部状态可能变得损坏,尽管 ptrace 调用会返回 -EINVAL。 例如,你可以在 x86 内核的 /proc/kallsyms 中找到 dodebug 的地址,然后将该地址传给附带的 PoC。我怀疑除 x86 之外的其他架构也可能受影响,但我尚未尝试利用此漏洞。该漏洞本身广泛分布于内核的通用代码和架构代码中。...
CVE-2021-3560
CVE-2021-3560 - Escalada de Privilegios Local de Polkit ⚠️ Solo con fines educativos y de investigación de seguridad autorizada Autores del Exploit Original Muy agradecidos al autor original del PoC @UNICORDev por @NicPWNs y @Dev-Yeoj Descripción Se descubrió que se podía engañar a polkit para que...
One-Lin3r
One-Lin3r One-Lin3r 是一个简单、模块化且轻量级的框架,为您提供渗透测试(Windows、Linux、macOS 甚至 BSD 系统)或一般黑客攻击时所需的全部单行命令,并具有许多新功能,使这一切完全自动化(例如:您甚至无需复制单行命令)。 版本 2 的截图 它包含各种不同类型的单行命令,具有不同的功能,其中一些包括: 单行命令功能| 该功能的作用 ---|--- 反向 Shell| 提供反向 shell 的各种方法和命令。 权限提升| 许多用于枚举和权限提升的命令。 绑定 Shell| 提供绑定 shell 的各种方法和命令。 下载执行|...
CopyFail-CVE-2026-31431
CopyFail: CVE-2026-31431 Implementación en Python de copy.fail. Sobrescribe la caché de páginas de un binario setuid-root mediante AFALG + splice para obtener root. Sin condiciones de carrera, sin offsets; funciona en cualquier distribución de Linux desde 2017. Requisitos Python 3.6+ 3.12+ usa...
CVE-2023-38041-POC
CVE-2023-38041-POC Ivanti Pulse Secure 客户端连接本地权限提升 CVE-2023-38041 概念验证...
CVE-2026-80929
A flaw was found in the Linux kernel. A non-root user can exploit a vulnerability in the sysctl mechanism, specifically related to the cadpid entry. By unsharing process ID PID and user namespaces, a local attacker can modify this global system control from a child namespace. This allows a user...
CVE-2026-89750
A flaw was found in the Linux kernel's tracing/userevents component. This vulnerability arises when a child process, created via fork, exits and frees memory that the parent process still references. This creates a Use-After-Free UAF condition, where the parent process attempts to access freed...
CVE-2026-89438
A flaw was found in the Linux kernel, specifically within the Intel Speed Select Technology ISST component. This vulnerability arises from insufficient validation of input values, such as logical CPU ID and CLOS ID, used in the core power feature. A local attacker could exploit this by providing...
OSDS_Paper_CVE-2016-5195
CVE-2016-5195("脏牛") 此仓库包含我在布加勒斯特大学FMI学院"操作系统:设计与安全"课程中撰写的关于CVE-2016-5195(Linux权限提升漏洞)的论文和演示幻灯片。 更正 在我的论文中,我声称可以利用Dirty COW悄无声息地对二进制文件植后门 ,而无需立即提升至root权限以增加检测难度。 这实际上并不正确 ,因为当尝试回写被修改的页面时,内核会注意到该页面脏了(本来不应该如此),从而引发内核恐慌,导致系统崩溃。 为防止这种情况,你必须立即提权至root并禁用自动回写 ,通过执行"echo 0...
CVE-2023-28218
报告 CVE-2023-28218 漏洞概述 导致 Windows 内核权限提升的漏洞。该漏洞出现在驱动程序 Windows Ancillary Function Driver for WinSock AFD.sys 中。该漏洞在 2023 年 4 月 11 日的补丁中修复。CVSS 评分为 3.1,为 7.0 / 6.1,被评为 Important。 漏洞描述 漏洞类型:Double fetch 和 Integer overflow 导致 pool overflow。 漏洞发生在函数 Afd!AfdComputeCMSGLength 和 Afd!AfdCopyCMSGBuffer 中。...
ipfire-2-25-auth-rce
Ipfire 2-25 core update 156 rce autenticado el sistema ejecuta un comando al instalar cualquier paquete el sistema obtiene 7zip directamente desde el html y comprueba el directorio tmp versión 2.25 - core update 156 ipfire permite ejecutar comandos arbitrarios del sistema operativo como nobody...
CVE-2021-4034
CVE-2021-4034 PwnKit 的 PoC:polkit 的 pkexec 中存在的本地权限提升漏洞(Python 版) 用法 root@kitploit: git clone https://github.com/rvizx/CVE-2021-4034 cd CVE-2021-4034 python3 cve-2021-4034-poc.py 备注 C 版本: https://github.com/arthepsy/CVE-2021-4034 修复 root@kitploit: sudo chmod 0755 /bin/pkexec...
BackupOperatorToolkit
BackupOperatorToolkit 使用方法 BackupOperatorToolkit BOT 有四种不同的模式,允许您从 Backup Operator 升级到 Domain Admin。 在运行该工具之前,请使用 "runas.exe /netonly /user:domain.dk\backupoperator powershell.exe"。 服务模式 SERVICE 模式会在远程主机上创建一个服务,该服务将在主机重启时执行。 该服务通过修改远程注册表创建。这是通过将 "REGOPTIONBACKUPRESTORE" 值传递给 RegOpenKeyExA 和...
CVE-2024-50804
CVE-2024-50804 Writeup 可以在下面的博客中找到。 谢谢! https://g3tsyst3m.github.io/cve/msi/Arbitrary-Write-Privilege-Escalation-CVE-2024-50804/...
CVE-2021-25253
root@kitploit: Exploit Title: Trend Micro OfficeScan Client 10.0 - ACL Service LPE Date: 2023/05/04 Exploit Author: msd0pe Vendor Homepage: https://www.trendmicro.com My Github: https://github.com/msd0pe-1 趋势科技 OfficeScan 客户端: 10.0 及以下版本在 OfficeScan 客户端文件夹上存在错误的 ACL...
CVE-2018-18387
CVE-2018-18387 playSMS = 1.4.2 - 权限提升 TMHC TEAM 发现了一个漏洞,该漏洞通过 playSMS/web/init.php 导致权限提升,可能造成系统完全沦陷。 攻击者需要获取安装 playSMS 的机器的访问权限,并能够编辑 playSMS 相关文件,同时守护进程必须以 root 身份运行。在 PHP 代码中,注意到了对某个守护进程的引用。我们对找到的守护进程进行了研究。该守护进程位于 /usr/local/bin 中,并在 /etc/init.d/ 中有相关文件。 该守护进程通常由 root 运行,通过简单的 whoami 命令测试后即可确认...
CVE-2020-10665
CVE-2020-10665 Escalada de Privilegios Local en Docker Desktop POC para la escalada de privilegios local en Docker Desktop. Construido basado en el artículo en https://www.activecyber.us/activelabs/docker-desktop-local-privilege-escalation-cve-2020-10665. Creación de hardlink adaptada de...
CVE-2026-89761
A flaw was found in the Linux kernel's AppArmor security module. An out-of-bounds write vulnerability exists when null terminating a label vector due to improper memory allocation. An unprivileged local attacker can exploit this by writing to specific system files, potentially leading to a denial...