176854 matches found
Important: Red Hat Security Advisory: OpenShift Container Platform 4.21.31 packages and security update
Red Hat OpenShift Container Platform release 4.21.31 is now available with updates to packages and images that fix several bugs and add enhancements. This release includes a security update for Red Hat OpenShift Container Platform 4.21. Red Hat Product Security has rated this update as having a...
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...
httpd: Apache HTTP Server: Buffer overflow in mod_proxy_html allows security bypass
A vulnerability has been identified in the Apache HTTP Server. If the server is configured to connect to a malicious or compromised backend server, an attacker could exploit this flaw to bypass security controls or run unauthorized code on the system...
Attackers Exploit Critical JFrog Artifactory Flaw to Mint Admin Tokens Days After Disclosure
Threat actors are exploiting a newly patched critical security flaw impacting JFrog Artifactory merely days after public disclosure, according to watchTowr. The vulnerability in question is CVE-2026-82329 CVSS score: 9.8, a case of authentication bypass that could lead to administrative access in...
CVE-2026-21018-OPC-UA-Authentication-Bypass-via-None-Security-Policy
CVE-2026-21018 – 通过 None 安全策略绕过 OPC UA 身份验证 程序代码(Python opcua-asyncio 模拟) root@kitploit: opcuaserversim.py - OPC UA server accepting None security policy from asyncua import Server import asyncio async def main: server = Server await server.init...
CVE-2025-55234
CVE-2025-55234 此漏洞允许攻击者对 SMB(服务器消息块)协议执行中继攻击。若成功利用,可导致权限提升(EoP),使未授权用户获取系统上的更高访问权限。 作者:Mark Mallia 问题 此漏洞允许攻击者对 SMB(服务器消息块)协议执行中继攻击。若成功利用,可导致权限提升——实质上使未授权用户获取系统上的更高访问权限。SMB 由于在企业环境中广泛使用以及历史上存在严重缺陷,长期以来一直是攻击者的目标。例如,CVE-2020-1301 通过畸形请求导致 SMBv1 远程代码执行,而 CVE-2022-32230 通过 SMBv3 空指针解引用导致拒绝服务。臭名昭著的...
CVE-2026-22002-VNC-Authentication-Bypass-via-Protocol-Version-Confusion
CVE-2026-22002 – 通过协议版本混淆绕过 VNC 认证 程序代码(Python) root@kitploit: vncserversim.py - VNC server with version negotiation flaw import socket, struct def handleconn: Send server version "RFB 003.008\n" conn.sendb"RFB 003.008\n" Receive client version clientver = conn.recv12 Vulnerability: if client sen...
CVE-2018-3639
CVE-2018-3639 面向 Linux 的投机性存储绕过(CVE-2018-3639)概念验证 下载 root@kitploit: git clone [email protected]:mmxsrup/CVE-2018-3639.git 构建 root@kitploit: cd CVE-2018-3639 make 运行 root@kitploit: ./specter 输出 root@kitploit: $ ./spectre idx: 0, highest:P, hitrate:21.340000 idx: 1, highest:A, hitrate:15.5200...
CVE-2020-26061
CVE-2020-26061 ClickStudios Passwordstate 密码重置门户认证绕过 信息 供应商: ClickStudios 产品: Passwordstate 受影响版本: 8.5 build 8501 之前 研究人员: Jason Juntunen 又名 @missing0x00 https://github.com/missing0x00 描述 ClickStudios Passwordstate 密码重置门户 8.5 build 8501 之前版本受认证绕过漏洞影响。ResetPassword...
ActiveMQ_CVE-2023-46604
ActiveMQCVE-2023-46604 PY实现快速构造数据流量并发包;两个gadgets类的实现都有,org.springframework.context.support.FileSystemXmlApplicationContext和org.springframework.context.support.ClassPathXmlApplicationContext ,FIleSystemXml可以绕过一些ids 检测类设备...
EUVD-2026-69396
OpenAI Codex CLI for Windows, macOS, and Linux and Codex Desktop for Windows and macOS automatically collected Git repository metadata without disabling the repository-local core.fsmonitor setting. If a user opens or uses an attacker-prepared repository whose preserved .git/config sets...
CVE-2018-0296
CVE-2018-0296 测试CVE-2018-0296并从Cisco ASA中提取用户名。 更多技术细节请参考 https://sekurak.pl/opis-bledu-cve-2018-0296-ominiecie-uwierzytelnienia-w-webinterfejsie-cisco-asa/。 帮助菜单 root@kitploit: $ ./CVE-2018-0296 -h 选项: -h, --help 显示帮助信息 -u, --url 目标设备的URL -i Socks代理的IP -p Socks代理的端口 -t, --time 循环之间休眠的秒数 --loop...
CVE-2013-6117
CVE-2013-6117 root@kitploit: $ ./CVE-2013-6117 -h Options: -h, --help display help information -f, --filename File containing list of IP addresses -t, --target Target IP -n, --threads No of concurrent threads default: 100 root@kitploit: $ ./CVE-2013-6117 -f hostfile.txt...
CVE-2023-32315
CVE-2023-32315 Openfire 控制台身份验证绕过漏洞(含 RCE 插件) 设置 root@kitploit: git clone https://github.com/miko550/CVE-2023-32315.git cd CVE-2023-32315 pip3 install -r requirements.txt 使用方法 root@kitploit: python3 CVE-2023-32315.py -t http://127.0.0.1:9090 python3 CVE-2023-32315.py -l lists.txt 步骤 1. 运行漏洞利用程序 2...
CVE-2024-39929
Exim CVE-2024-39929 Exploit PoC This repository contains a Proof-of-Concept PoC script to exploit the Exim vulnerability CVE-2024-39929. The vulnerability affects Exim versions prior to 4.98, allowing attackers to bypass file extension blocking mechanisms and potentially deliver executable...
CVE-2025-29927
CVE-2025-29927 - Next.js 中间件授权绕过 PoC 这是一个基于 夺旗(CTF) 风格的漏洞概念验证,适用于 Next.js 中间件授权绕过 漏洞(CVE-2025-29927 )。目标是通过绕过认证中间件,从 /protected 路由获取旗标。 漏洞概要 CVE : CVE-2025-29927 类型 : 授权绕过 组件 : Next.js 中间件 影响 : 未授权访问受保护的路由 PoC 目标路由 : /protected 预期行为 : 未授权用户被重定向到 / 漏洞行为 : 使用精心构造的请求可以绕过重定向,直接访问受保护内容 PoC 环境搭建 1. 克隆仓...
CVE-2026-19591
OpenAI Codex CLI (Windows, macOS, Linux) and Codex Desktop (Windows, macOS) contain an approval-bypass flaw in their command-safety parser. The parser misinterprets PowerShell's stop-parsing token (--%), classifying certain commands as safe when they are not. An attacker who controls a repository...
EUVD-2026-69394
OpenAI Codex CLI for Windows, macOS, and Linux and Codex Desktop for Windows and macOS misclassified certain PowerShell commands as safe because their command-safety parser interpreted PowerShell's stop-parsing token --% differently than PowerShell itself. If a user opens an attacker-prepared...
CVE-2026-19591
OpenAI Codex CLI for Windows, macOS, and Linux and Codex Desktop for Windows and macOS misclassified certain PowerShell commands as safe because their command-safety parser interpreted PowerShell's stop-parsing token --% differently than PowerShell itself. If a user opens an attacker-prepared...
CVE-2026-19590
OpenAI Codex Desktop for Windows and macOS could execute attacker-controlled Git hooks because its automated Git operations trusted the repository-local core.hooksPath setting in .git/config. If a user opens a crafted repository where this setting points to an attacker-controlled directory, a mal...