637789 matches found
CVE-2026-77991
abraxaslabs.tech · github.com/abraxas · @abraxasnull · CVE-2026-77991 CVE-2026-77991 JEM - Joomla Event Manager 5.0.0 — joomlaeventmanager.net Extensión de Joomla - joomlaeventmanager.net - Ejecución remota de código con privilegios en Joomla Event Manager 5.0.1 - El modelo de origen del...
CLEANSTART-2026-BI76968 privileged Vault operator within the root namespace with write permission to {{sys/audit}} may obtain code execution on the underlying host if a plugin directory is set in Vault’s configuration
Security vulnerability affects the vault package. A privileged Vault operator within the root namespace with write permission to sys/audit may obtain code execution on the underlying host if a plugin directory is set in Vault’s configuration...
CVE-2023-42793-TeamCity-Unauthenticated-RCE
CVE-2023-42793 - JetBrains TeamCity 安全评估工具 本仓库提供了一个基于 Python 的实用工具,旨在评估和演示 CVE-2023-42793 的安全影响,这是一个影响本地部署的 JetBrains TeamCity 服务器的严重漏洞。 漏洞详情 CVE 标识符: CVE-2023-42793 CVSSv3 评分: 9.8(严重) 漏洞类型: 身份验证绕过 / 远程代码执行(RCE) 受影响版本: 2023.05.4 之前的 JetBrains TeamCity 修复版本: 2023.05.4 及后续版本 技术摘要 该漏洞存在于 TeamCity We...
CVE-2024-50492
🚨 CVE-2024-50492 - ScottCart 🔥 ScottCart 🧑💻 作者:Nxploit – Khaled Alenazi 📌 描述 WordPress 的 ScottCart 插件(版本 ≤ 1.1)存在 远程代码执行(RCE) 漏洞。 该漏洞允许未认证攻击者 通过存在漏洞的 AJAX 端点,在服务器上执行任意 PHP 函数。 插件 :ScottCart ≤ 1.1 漏洞类型 :未认证函数注入 → RCE CVE :CVE-2024-50492 CVSS 评分 :9.8 - 严重(Critical) 🧠 工作原理 该插件注册了一个未受保护的 AJAX 操作:...
CVE-2020-13151-POC-Aerospike-Server-Host-Command-Execution-RCE-
CVE-2020-13151-POC-Aerospike-Server-Host-Command-Execution-RCE- 参考: https://b4ny4n.github.io/network-pentest/2020/08/01/cve-2020-13151-poc-aerospike.html exploit.py - 用于运行的Python代码...
CVE-2026-93922
SiYuan through 3.8.4 renders notebook names as raw HTML in the Daily Note picker dialog without escaping, allowing stored cross-site scripting in the Electron renderer. Attackers can create notebooks with HTML payloads in names that execute JavaScript with Node.js access when the picker opens,...
CVE-2017-7525-Jackson-Deserialization-Lab
CVE-2017-7525 Java 不安全反序列化实验室 基础 Java REST 应用程序,存在不安全反序列化漏洞,可导致 RCE。 项目必须在 Java 8u45 上运行 基于 Maven,依赖如下: jackson-databind 2.2.2 commons-collections 3.1 spring-context-support 4.3.11 您可以通过 Maven 添加更多依赖,以便尝试其他 gadget。 运行 打开(推荐使用 IntelliJ IDEA)并运行 src/main/java/com/deserialization/lab/Main.java 中的 Ja...
weblogic_honeypot
WebLogic HoneyPot(WebLogic 蜜罐) Cymmetria Research, 2018. https://www.cymmetria.com/ 作者:Omer Cohen @omercnet 特别感谢:Imri Goldberg @lorgandon、Itamar Sher、Nadav Lev 联系方式:[email protected] WebLogic HoneyPot 是一个低交互蜜罐,用于检测 Oracle Fusion Middleware 组件 Oracle WebLogic Server 中的 CVE-2017-10271...
CVE-2019-11447-POC
sadnews CuteNews 2.1.2 - CVE-2019-11447 概念验证 POC 由 CRFSlick 提供,发现者 AkkuS 已在 CutePHP CuteNews 2.1.2 中发现一个问题。攻击者可通过个人资料区域的头像上传过程,利用 avatarfile 字段(指向 index.php?mod=main&opt=personal)渗入服务器。在 /core/modules/dashboard.php 中没有对 $imgsize 进行有效控制。可以更改文件头内容并绕过控制以执行代码。(攻击者可为此使用 GIF 头。) 用法 root@kitploit: Usage...
CVE-2024-41817-poc
ImageMagick Arbitrary Code Execution CVE-2024-41817 Proof of Concept exploit for ImageMagick versions = 9.4.0 Python packages: paramiko Installation root@kitploit: git clone https://github.com/Dxsk/CVE-2024-41817-poc/ cd CVE-2024-41817-poc pip install -r requirements.txt Usage Auto-detect...
Moniker-Link-CVE-2024-21413
🛡️ Moniker Link CVE-2024-21413 房间: Moniker Link CVE-2024-21413 — TryHackMe 状态: ✅ 完成 日期: 2025年5月30日 🎯 目标 理解并利用 CVE-2024-21413,这是 Microsoft Outlook 中的一个漏洞,通过 Moniker 链接绕过受保护的视图,泄露 NTLM 凭据。学习如何执行攻击以及如何检测或缓解该漏洞。 🗝️ 关键概念 Moniker 链接 — 一种超链接类型,可使用 COM 模型引用 Windows 中的系统组件和应用程序。 受保护的视图 — Outlook...
CVE-2014-6271-Apache-Debian
CVE-2014-6271-Apache-Debian 概述 本仓库是 CVE-2014-6271 的 PoC 环境。 您可以使用 apache2 容器镜像部署包含该漏洞的 Web 服务。 准备 镜像构建 根据 Dockerfile 构建不安全镜像。 root@kitploit: docker build -t cve-2014-6271-apache-debian:buster ./insecure-base-image/ docker build -t training-website-poc:v1.0 ./web-insecure/ 部署 PoC 容器 Docker 以 docke...
CVE-2026-5027
本文是由EQSTLab发布的研究文章。 感谢Yahia Hamza报告并分析了此漏洞。 CVE-2026-5027 ★ CVE-2026-5027 Langflow 路径遍历/任意文件写入 PoC ★ 描述 CVE-2026-5027: Langflow 任意文件写入漏洞 描述:Langflow Reverse shell via cron job python3 CVE-2026-5027.py -t --lhost --lport 4444 分析 漏洞端点 root@kitploit: POST /api/v2/files 问题在于上传功能信任客户端提供的多部分 filename...
Linux Distros Unpatched Vulnerability : CVE-2026-85731
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - oras-go is a Go library for managing OCI artifacts. Prior to 2.6.2, content/file.Store extraction of OCI layers marked with io.deis.oras.content.unpack=true can...
Linux Distros Unpatched Vulnerability : CVE-2026-61820
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, inherittemplateproperties manually surrounds primary-key colu...
CVE-2026-93985: Improper Control of Generation of Code
OpenPanel js-runtime through commit bad75bdd contains a sandbox escape vulnerability in the JavaScript webhook template validator that fails to block computed member access to constructor chains. Attackers with project write access can create webhook templates using computed property notation to...
Linux Distros Unpatched Vulnerability : CVE-2026-61781
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, createpartitiontime reads the writable partconfig.timeencoder...
Linux Distros Unpatched Vulnerability : CVE-2026-61819
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, when pgjobmon is installed and partconfig.jobmon is true,...
CVE-2026-93993: Inclusion of Functionality from Untrusted Control Sphere
Mistral Vibe before 2.25.5 contains a remote code execution vulnerability in the worktree creation process that executes git hooks before trust validation. Attackers can supply a repository with a crafted post-checkout hook that executes arbitrary shell commands with the privileges of the user...
Linux Distros Unpatched Vulnerability : CVE-2026-61817
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - pgpartman is a PostgreSQL extension that manages partitioned tables by time or ID. Prior to 5.5.0, runmaintenance, showpartitions, showpartitioninfo,...