Lucene search
+L

140 matches found

Kitploit
Kitploit
added 2026/09/15 9:19 p.m.7 views

CVE-2026-22015-Serverless-Function-Environment-Variable-Injection-via-Event

CVE-2026-22015 – Inyección de variables de entorno en funciones serverless a través del evento Código del programa simulación de Python Lambda root@kitploit: lambdaenvinject.py - Vulnerable function that reads env from event import os, json def handlerevent, context: The event contains environmen...

4.3CVSS7.9AI score0.00243EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/15 8:27 p.m.14 views

telnet_scan

Telnet Vulnerability Scanner CVE-2026-24061 & CVE-2026-32746 A Python-based security assessment tool that detects and where applicable exploits two critical vulnerabilities in GNU InetUtils telnetd: CVE-2026-24061 – Authentication bypass via USER environment variable injection CVSS 9.8...

9.8CVSS8.4AI score0.97993EPSS
SaveExploits75References1
Kitploit
Kitploit
added 2026/09/15 5:03 p.m.10 views

-CVE-2014-6271

root@kitploit: / || | | | | | | | / || | | |/ \ / | |/ / \ | || | | | | | | \ | || | | | | | | ' / | | || || | | | || | || . \ |/|| |||||/|| ||/ ||\ CVE-2014-6271 — Shellshock Bash環境変数インジェクションによるリモートコード実行 "Bashに何十年も隠れていた欠陥が、24時間足らずでインターネットの基盤を揺るがした。" 目次...

10CVSS8.3AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/15 1:47 p.m.12 views

CVE-2026-12940-Langflow-Unauth-RCE

CVE-2026-12940 — Langflow OSS ≤ 1.10.1 未认证 RCE(MCP stdio 环境变量注入) 在 Langflow OSS 直至 1.10.1 的版本中存在未认证远程代码执行漏洞。用于保护 MCP stdio 服务器配置的环境变量黑名单(DANGEROUSENVVARS)遗漏了 SHELLOPTS、BASHOPTS 和 PS4。由于 MCP stdio 启动器会通过 bash -c 运行配置的命令,攻击者可以注入 SHELLOPTS=xtrace 以及 PS4 命令替换,并以 Langflow 进程用户的身份执行任意 shell 命令——无需有效的 M...

9.8CVSS5.9AI score0.00684EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/15 1:16 p.m.5 views

goahead-webserver-pre-5.1.5-RCE-PoC-CVE-2021-42342-

Goahead Web服务器(v5.1.5 之前版本)RCE 利用 PoC(CVE-2021-42342) William Bowling 最近发现了 Goahead Web 服务器中的一个漏洞,可导致被利用服务器上的远程代码执行(RCE)。 该问题存在于 5.1.5 版本之前,根据 Shodan 统计,影响约 280 万台互联网服务器。 现在已经有了 CVE:https://nvd.nist.gov/vuln/detail/CVE-2021-42342 该 RCE 的成因是:如果启用了文件上传过滤器,那么用户不仅可以上传文件,还可以同时设置用户表单变量。...

9.8CVSS8.6AI score0.5946EPSS
SaveExploits2References1
Kitploit
Kitploit
added 2026/09/15 7:51 a.m.6 views

CVE-2021-4034-pwnkit

CVE-2021-4034, PwnKit PwnKit에 대한 개념 증명 코드로, polkit의 pkexec에서 발생하는 로컬 권한 상승 취약점입니다. 기본 설치 상태에서 권한이 없는 로컬 사용자가 루트가 될 수 있습니다. 버그 정보 취약한 버전의 pkexec는 프로세스 인자 개수를 잘못 처리합니다. 이로 인해 제어된 환경 변수가 pkexec의 환경에 다시 유입되어, 공격자가 제어하는 공유 객체가 루트 권한으로 실행됩니다. 이 취약점은 2022년 1월 25일 Qualys Research Team에 의해 공개되었으며 CVSS...

7.8CVSS7.4AI score0.94921EPSS
SaveExploits155
Kitploit
Kitploit
added 2026/09/13 2:16 p.m.8 views

Shocker-TJNULL-OSCP-

HackTheBox: Shocker 攻击报告 一份结构化的专业演练,展示了对严重Shellshock 漏洞的识别和手动利用,随后通过Linux目标上配置错误的sudo权限进行本地权限提升。 技术概述 目标操作系统: Linux IP地址: 10.10.10.56 难度: 简单 核心漏洞: Shellshock CVE-2014-6271 及配置错误的Sudo权限 /usr/bin/perl 目标: 通过CGI环境变量注入获得初始用户访问权限并提升至root。 1. 枚举与侦察 评估从一次快速的全端口TCP...

10CVSS8.4AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/13 2:29 a.m.7 views

CVE-2014-6271-Shellshock-

利用 Shellshock(CVE-2014-6271):一个完整、现代化的演示实验室 Shellshock(CVE-2014-6271)是迄今为止最具影响力的远程代码执行漏洞之一。该漏洞影响 Bash,并允许攻击者仅通过向环境变量注入精心构造的有效载荷来执行任意命令。 本指南提供了一个完整、可重现的演示,使用: Kali Linux (攻击者) Metasploitable2 (目标) curl 、Burp Suite 、Netcat 手动创建的基于 Bash 的 CGI 脚本 它专为教学、研究、培训和一般网络安全意识而设计。 📌 目录 1. 实验架构 2. 创建有漏洞的 CGI 脚本...

10CVSS8.4AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/10 12:52 a.m.10 views

GNU-Inetutils-telnet-CVE-2026-24061-

CVE-2026-24061 GNU Inetutils Telnetd 认证绕过漏洞检测工具 📋 项目概述 这是一个用于检测 GNU Inetutils Telnetd 认证绕过漏洞 CVE-2026-24061 的高级检测工具。该漏洞CVSS评分高达9.8,攻击者可通过环境变量注入实现无需认证的root权限获取。 🚨 漏洞信息 CVE编号 : CVE-2026-24061 CVSS评分 : 9.8 严重 影响范围 : GNU Inetutils 1.9.3 - 2.7 漏洞类型 : 认证绕过 技术原理 : 基于RFC 1572标准的环境变量注入 📦 功能特性 ✅ 多线程批量检测 -...

9.8CVSS8.6AI score0.97993EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/09 10:28 a.m.6 views

CVE-2014-6271

CVE-2014-6271 Shellshock Python エクスプロイト HTTP 環境変数インジェクションを介して Shellshock 脆弱性 CVE-2014-6271 をテストするために設計された、クリーンで効率的かつインタラクティブな Python 実装。 📝 説明 Shellshock CVE-2014-6271 は Bash シェルにおける深刻なセキュリティ脆弱性であり、攻撃者は環境変数に格納された関数定義の末尾に任意のコマンドを付加することによって実行を可能にします。 このスクリプトは CGI Common Gateway Interface スクリプトを使用する...

10CVSS8.6AI score0.99999EPSS
SaveExploits146
Kitploit
Kitploit
added 2026/09/09 4:26 a.m.6 views

CVE-2026-24061

Herramienta de detección masiva de la vulnerabilidad CVE-2026-24061 ⚠️ Nota : CVE-2026-24061 GNU Inetutils es un conjunto de herramientas de red clásicas proporcionado por el proyecto GNU, que incluye el servicio telnetd, es decir, el demonio del servidor Telnet. En las versiones 1.9.3 a 2.7, el...

9.8CVSS8.4AI score0.97993EPSS
SaveExploits68
NVD
NVD
added 2026/08/21 11:16 p.m.20 views

CVE-2026-53541

OliveTin gives access to predefined shell commands from a web interface. The filterToDefinedArgumentsOnly function in the executor is intended to discard any arguments not explicitly defined in the action's configuration. However, prior to commit ebffd9f040f791208aee1db2e5a8aecd1e3e603d, a specia...

4.3CVSS0.00275EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/30 5:16 p.m.20 views

CVE-2026-12940

IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP Model Context Protocol stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUSENVVARS blocklist fails to include...

9.8CVSS6.3AI score
SaveExploits0References1
EUVD
EUVD
added 2026/07/30 4:41 p.m.16 views

EUVD-2026-51240

IBM Langflow OSS 1.0.0 through 1.10.1 are vulnerable to unauthenticated remote code execution via environment variable injection in the MCP Model Context Protocol stdio launcher. The vulnerability exists in src/lfx/src/lfx/base/mcp/util.py where the DANGEROUSENVVARS blocklist fails to include...

9.8CVSS6.5AI score0.00684EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.9 views

PT-2026-71450

Name of the Vulnerable Software and Affected Versions GitPython versions prior to 3.1.55 Description Improper handling of URL expansion in Remote.create and Submodule.add allows for the exfiltration of secrets. Attackers can provide URLs containing environment variable tokens that are expanded in...

8.7CVSS5.3AI score0.00354EPSS
SaveExploits1References17
CVE
CVE
added 2026/07/17 12:06 a.m.44 views

CVE-2026-62203

OpenClaw vulnerable before version 2026.6.6 due to an environment variable filtering issue in host exec that fails to sanitize rustup startup variables. Affected product: OpenClaw. Root cause: improper sanitization of environment variables during rustup startup. Impact: attackers with lower-trust...

8.8CVSS6.2AI score0.00525EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/07/17 12:06 a.m.12 views

CVE-2026-62203 OpenClaw < 2026.6.6 Environment Variable Injection via rustup

OpenClaw versions before 2026.6.6 contain an environment variable filtering vulnerability in host exec that fails to properly sanitize rustup startup variables. Attackers with lower-trust caller access or configured input paths can execute or persist actions beyond their intended authorization...

7.7CVSS5.4AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/17 12:06 a.m.48 views

CVE-2026-62203 OpenClaw < 2026.6.6 Environment Variable Injection via rustup

OpenClaw versions before 2026.6.6 contain an environment variable filtering vulnerability in host exec that fails to properly sanitize rustup startup variables. Attackers with lower-trust caller access or configured input paths can execute or persist actions beyond their intended authorization...

8.8CVSS0.00525EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/17 12:06 a.m.10 views

CVE-2026-62203 OpenClaw < 2026.6.6 Environment Variable Injection via rustup

OpenClaw versions before 2026.6.6 contain an environment variable filtering vulnerability in host exec that fails to properly sanitize rustup startup variables. Attackers with lower-trust caller access or configured input paths can execute or persist actions beyond their intended authorization...

8.8CVSS6AI score0.00525EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/15 12:32 p.m.29 views

CVE-2026-15809 Github.com/cri-o/cri-o: fix bypass for cve-2022-4318 — /etc/passwd injection via home env

A flaw was found in CRI-O. The fix for a previous vulnerability CVE-2022-4318 was incorrect, allowing it to be bypassed. An attacker capable of setting environment variables on a container can inject a newline character into the HOME environment variable. This issue allows the addition of arbitra...

7.8CVSS6.1AI score0.00172EPSS
SaveExploits0References9
Rows per page
Query Builder