2165 matches found
golang-CVE-2023-44487
Golang CVE-2023-44487 テスト このリポジトリには、CVE-2023-44487 のテストリソースと結果が含まれています。 様々な Golang サーバ設定に対してテストするために、https://github.com/secengjeff/rapidresetclient の修正版を使用しています。 通常のサーバに対するテスト root@kitploit: go run server.go go run attacker.go -requests 500000 結果 go 1.21.0 root@kitploit: 350% CPU load --- Summary...
POC-CVE-2025-48988-CVE-2025-48976
CVE-2025-48988 和 CVE-2025-48976 关于 本项目运行一个简单的文件上传端点,使用 Tomcat 10.1.41 和 Jakarta Servlet。 默认情况下,该漏洞利用程序会从 50 个工作节点并发发送 1000 个并行化的多部分请求,每个请求包含 1000 个部分和每个部分 50 个头。 运行 POC 构建并运行 Docker 容器: docker build -t poc-cve-2025-48988 . docker run -p 8080:8080 poc-cve-2025-48988 启动漏洞利用程序: python3...
CVE-2026-69184
c-ares (asynchronous DNS resolver library) prior to 1.34.7 is affected by a CPU-exhaustion denial-of-service in ares_dns_name_parse(). The function enforces backward DNS compression pointers but does not bound total pointer hops or assembled name length, so a malicious DNS server can send a respo...
CVE-2026-69184
c-ares is an asynchronous resolver library. Prior to 1.34.7, aresdnsnameparse enforces backward DNS compression pointers but does not bound the total pointer hops or assembled name length. A malicious DNS server can send a response containing a long descending pointer chain and many resource...
openssh_dos
OpenSSHサーバーはログインパスワードの長さを制限していないため、非常に長いパスワードを送信すると、サーバーのCPUが大量のハッシュ計算に使用され、サーバーがクラッシュする可能性があります。この脆弱性はCVE-2016-6515として知られています。 私のPOCはこちらからダウンロードできます(解凍が必要です) 使用方法: opensshdos ターゲットIP ターゲットポート...
CVE-2026-93653
Poppler's Splash backend is affected by a denial-of-service flaw in SplashOutputDev::tilingPatternFill . A crafted PDF with tiling-pattern geometry approaching the int32 boundary causes the routine to compute an attacker-controlled repeat count, driving an excessively long CPU loop without a corr...
phpstress
phpstress Night Lion Security 的概念验证拒绝服务/压力测试工具,用于针对运行在 Apache 和 NGINX 系统(PHP-FPM 和 PHP-CGI)上的 PHP 网站。 使用标准的有线/DSL 连接,此攻击可通过标准 HTTP 请求淹没 Linux Web 服务器的 CPU 和 RAM。此攻击影响使用 PHP-CGI 或 PHP-FPM(包括 WordPress 网站)处理动态 PHP 内容的 Apache 或 NGINX Web 服务器。此外,攻击(或默认)Web 服务器配置所发出的请求将在攻击结束后很长一段时间内持续占用服务器资源。...
Envoy-CPU-Exhaustion-Vulnerability-PoC
Envoy CPU 耗尽漏洞 PoC 本仓库包含一个概念验证(PoC)Python 脚本,用于演示 Envoy 中因大量 CONTINUATION 帧导致的 CPU 耗尽漏洞。作者:blackmagic 2024 描述 Envoy 是一款面向现代云原生应用设计的云原生、开源边缘和服务代理。然而,1.29.3、1.28.2、1.27.4 和 1.26.8 之前的版本容易受到大量 CONTINUATION 帧导致的 CPU 耗尽漏洞影响。Envoy 中的 HTTP/2 编解码器允许客户端在超出 Envoy 的 header map 限制后仍然发送无限数量的 CONTINUATION 帧。此...
CVE-2026-81872
A flaw was found in the OpenTelemetry-Go BatchingProcessor component. A remote attacker can exploit this by sending a high volume of log emissions, which can fill the asynchronous export buffer. This causes the processor to enter a tight CPU loop, repeatedly retrying to export logs without proper...
Wordpress-DOS-Attack-CVE-2018-6389
Wordpress-DOS-Attack-CVE-2018-6389 load-scripts.php 文件,其目的是通过单个请求检索多个 JavaScript 包。 root@kitploit: $ chmod +x Execute.sh $ ./Execute.sh 工作原理! 问题在于 load-scripts.php 文件,其目的是通过单个请求检索多个 JavaScript 包(如 bootstrap、jquery 和 jqueryUI 等)。 可以通过构造一个特殊请求来检索大量不同的 JavaScript 文件,从而导致高 CPU 资源占用和高带宽使用。...
CVE-2026-85999
CVE-2026-85999 affects Soup Sieve , a CSS selector library used with Beautiful Soup 4, in versions prior to 2.9 . The root cause is a polynomial-time (O(n²)) regular expression in RE_WS_END within selector_iter (src/soupsieve/css_parser.py). An end-anchored whitespace-and-comment expression, used...
CVE-2026-77403
A flaw was found in RabbitMQ amqp091-go, a Go AMQP 0.9.1 client. A malicious or compromised AMQP broker can exploit this by advertising an extremely small frame size during connection negotiation. This can lead to excessive fragmentation of client publications, consuming significant CPU resources...
CVE-2026-82760
AshAuthentication (Elixir library by team-alembic) is vulnerable to CPU and memory exhaustion via superlinear base62 decoding in the API key sign-in flow. The root cause is in AshAuthentication.Base.decode62/1, which recomputes Integer.pow(62, index) at every character position instead of accumul...
CVE-2026-23869-Exploit
⚡ CVE-2026-23869 — React2DoS 通过 React Flight 协议实现未认证远程拒绝服务 服务器组件 Map 反序列化中的二次方 CPU 耗尽 概述 • 工作原理 • 工具 • 安装 • 用法 • Nuclei • 修复 • 免责声明 漏洞概述 字段| 详情 ---|--- CVE ID| CVE-2026-23869 别名| React2DoS CVSS 评分| 7.5(高危) CVSS 向量| CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CWE| CWE-400(未受控的资源消耗) 类型| 未认证远程拒绝服务...
EulerOS 2.0 SP15 : glib-networking (EulerOS-SA-2026-3804)
According to the versions of the glib-networking package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A flaw was found in glib-networking. A remote attacker can exploit this vulnerability by presenting a specially crafted certificate chain ...
CVE-2026-81872
OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the go.opentelemetry.io/otel/sdk/log BatchingProcessor can enter a tight CPU loop when attacker-driven log emission fills its asynchronous export buffer while the exporter is backpressured. NewBatchingProcessor...
CVE-2026-81872 OpenTelemetry-Go: BatchProcessor can busy-spin when export buffer is full
OpenTelemetry-Go is the Go implementation of OpenTelemetry. Prior to version 0.21.0, the go.opentelemetry.io/otel/sdk/log BatchingProcessor can enter a tight CPU loop when attacker-driven log emission fills its asynchronous export buffer while the exporter is backpressured. NewBatchingProcessor...
CVE-2026-81872
OpenTelemetry-Go (the Go implementation of OpenTelemetry) has a denial-of-service vulnerability in its go.opentelemetry.io/otel/sdk/log BatchingProcessor . When attacker-driven log emission fills the asynchronous export buffer while the exporter is backpressured, a failed non-blocking EnqueueExpo...
DEBIAN-CVE-2026-81736
If a BIND resolver has cached a tree of SVCB/HTTPS AliasMode records, and is then queried for the root of that tree, the resolver will spend disproportionate CPU time constructing the response. This issue affects BIND 9 versions 9.18.0 through 9.18.50, 9.20.0 through 9.20.27, 9.21.0 through...
EUVD-2026-80740
If a BIND resolver has cached a tree of SVCB/HTTPS AliasMode records, and is then queried for the root of that tree, the resolver will spend disproportionate CPU time constructing the response. This issue affects BIND 9 versions 9.18.0 through 9.18.50, 9.20.0 through 9.20.27, 9.21.0 through...