9375 matches found
looney-tunables-CVE-2023-4911
CVE-2023-4911 Looney Tunables 的 PoC 这是一个 CVE-2023-4911(又名 "Looney Tunables")的 PoC,利用 glibc 动态加载器中 GLIBCTUNABLES 环境变量解析函数 parsetunables 的漏洞。 开始使用 执行程序 我们可以检查目标是否易受攻击 root@kitploit: env -i "GLIBCTUNABLES=glibc.malloc.mxfast=glibc.malloc.mxfast=A" "Z=printf '%08192x' 1" /usr/bin/su --help 如果我们收到...
CVE-2014-3466_PoC
CVE-2014-3466 GnuTLS 缓冲区溢出:会话 ID 长度检查 的概念验证 信息 参见:https://bugzilla.redhat.com/showbug.cgi?id=1101932 这不是一个武器化的利用程序。 警告:这段 Python 代码很丑陋,我基本上手工构建了 ServerHello,并且在 Python 部分只花了大约五分钟 十五分钟。 欢迎随心所欲地改进这个利用程序(如果可能的话请让我知道!)。 示例 使用恶意 ServerHello 代码启动监听器: root@kitploit: $ python poc.py 4433 使用链接到易受攻击版本的...
CVE-2022-0918
CVE-2022-0918 Red Hat CVE 页面: https://access.redhat.com/security/cve/cve-2022-0918 包含补丁链接的 Github issue: https://github.com/389ds/389-ds-base/issues/5242 PoC PoC 应用程序接受单个 IP,IPv4 或 IPv6 均可。 默认情况下,它会向端口 389 发送消息,可在源代码中更改。 PoC 将与目标建立 TCP 连接并发送单个数据包,目标 slapd 随后应发生段错误。 用法 root@kitploit: clang poc.c -...
CVE-2022-43343
CVE-2022-43343 描述 N-Prolog v1.91 被发现函数 gettoken(位于 Main.c)中存在全局缓冲区溢出漏洞。 复现 要复现该漏洞,请下载易受攻击的 N-Prolog 版本(v1.91)并编译项目: root@kitploit: git clone https://github.com/sasagawa888/nprolog.git cd nprolog git checkout ae7cc9bf6087cfcb57baadbe59f5005c6dc0f09c make 编译完成后,我们可以将 N-Prolog...
CVE-2023-38545-sample
快速描述 此项目演示了 cURL CVE-2023-38545。我已经尽可能地将其做得轻量。 设置 首先,构建 Docker 镜像: docker build . -t cveimage 接下来,我们可以直接运行镜像文件,创建一个临时的 Docker 容器,该容器在停止后将被自动删除: docker run --rm --tty --net="host" --name cvecontainer cveimage 如果你不方便输入命令,只需打开另一个终端并运行: docker exec -it cvecontainer /bin/bash...
xpdf-docker
Xpdf Docker 镜像 此仓库包含 Xpdf 4.04 版本的 Docker 镜像,该版本存在漏洞 CVE-2022-30524。 构建镜像 📦 本仓库提供 3 种不同风格的镜像: bullseye/gcc :Debian "bullseye",使用 gcc 构建 bullseye/afl :Debian "bullseye",使用 afl-clang-fast++ 构建(调试模式) focal/afl :Ubuntu 20.04 LTS Focal Fossa,使用 afl-clang-fast++ 构建(调试模式) 以下风格是指向其他风格的别名: bullseye →...
sudo-1.8.3p1-patched
sudo-1.8.3p1-patched 这是一个定制版的 sudo,基于 Canonical 为 Ubuntu 12.04 提供的 sudo 1.8.3p1 软件包(使用下方的 URL),并已应用 CVE-2021-3156 补丁。 http://us.archive.ubuntu.com/ubuntu/pool/main/s/sudo/sudo1.8.3p1-1ubuntu3.7.dsc http://us.archive.ubuntu.com/ubuntu/pool/main/s/sudo/sudo1.8.3p1.orig.tar.gz...
CVE-2010-1205
Ejemplo de exploit usando la vulnerabilidad CVE-2010-1205 en libpng =1.4.2 gregbook - conjunto de programas de ejemplo distribuidos con las fuentes de libpng generate - genera un archivo png malicioso que provoca un desbordamiento de heap al leer el archivo con libpng pasos para reproducir:...
unzip_poc
CVE-2022-0529 と CVE-2022-0530 unzip 6.0 の POC CVE-2022-0529 & CVE-2022-0530 https://bugzilla.redhat.com/showbug.cgi?id=2051402 https://bugzilla.redhat.com/showbug.cgi?id=2051395...
CVE-2025-67445
概述 TOTOLINK X5000R V9.1.0cu.2415 的 Web 管理接口存在一个漏洞,允许 LAN 上的未经认证的远程攻击者通过段错误使 Web 服务崩溃。攻击者向 CGI 端点发送过大的 HTTP POST 请求,可触发内存耗尽,导致拒绝服务(DoS)。 漏洞详情 该漏洞源于固件 Lighttpd 配置中未对请求大小进行限制。具体而言,以下限制被注释掉了: root@kitploit: server.max-request-size = 16384 由于此限制未生效,CGI 端点 /cgi-bin/cstecgi.cgi 可接收极大请求体。根据固件反编译结果,CGI...
CVE-2026-19795
Qiskit could allow a local attacker to cause a denial of service due to a stack overflow during deserialization of QPY payloads. A malicious QPY payload can trigger a segmentation fault, causing the application to crash when deserializing untrusted input...
CVE-2026-19795
IBM Qiskit SDK versions 2.1.0 through 2.5.1 are vulnerable to a denial of service when deserializing QPY files . The root cause is improper handling of a specially crafted object during deserialization, which may overflow the available stack space and trigger a segmentation fault , crashing the a...
CVE-2026-19795 Qiskit SDK is vulnerable when deserializing QPY Files and may overflow the available stack space.
Qiskit could allow a local attacker to cause a denial of service due to a stack overflow during deserialization of QPY payloads. A malicious QPY payload can trigger a segmentation fault, causing the application to crash when deserializing untrusted input...
CVE-2026-19795 Qiskit SDK is vulnerable when deserializing QPY Files and may overflow the available stack space.
Qiskit could allow a local attacker to cause a denial of service due to a stack overflow during deserialization of QPY payloads. A malicious QPY payload can trigger a segmentation fault, causing the application to crash when deserializing untrusted input...
CVE-2026-16440
A flaw was found in Eclipse OpenJ9. A remote attacker with low privileges could exploit this vulnerability by convincing a user to process a specially crafted .class file containing deeply nested annotations. This could lead to a segmentation fault, resulting in a Denial of Service DoS for the...
CVE-2026-26459
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a vulnerability in the option parsing logic that causes a segmentation fault when processing malformed COAP messages with insufficient option data...
CVE-2026-26453
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a null pointer dereference vulnerability in the coapserverhandlesession function when processing COAP messages containing URIPATH options with NULL data pointers. When the server searches for a URIPATH option matching the string "separate", ...
CVE-2026-26452
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 lcontains a vulnerability in the option parsing logic that causes a segmentation fault when processing COAP messages containing invalid option numbers...
CVE-2026-26459
ccoap (a C library for the CoAP protocol) at commit 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a segmentation fault in its option parsing logic when processing malformed CoAP messages with insufficient option data. The vulnerability is reachable over the network with no authentication or u...
CVE-2026-26453
ccoap 77f55c4b466e99327c24ace8a2913d3ba7e2ccd5 contains a null pointer dereference vulnerability in the coapserverhandlesession function when processing COAP messages containing URIPATH options with NULL data pointers. When the server searches for a URIPATH option matching the string "separate", ...