Lucene search
+L

2165 matches found

Kitploit
Kitploit
added 2026/09/19 12:18 a.m.8 views

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...

7.5CVSS7.3AI score0.99999EPSS
SaveExploits21References1
Kitploit
Kitploit
added 2026/09/18 6:24 p.m.11 views

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...

7.5CVSS7.3AI score0.32964EPSS
SaveExploits1References1
CVE
CVE
added 2026/09/18 5:26 p.m.40 views

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...

7.5CVSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/09/18 5:26 p.m.8 views

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...

7.5CVSS5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 2:41 p.m.10 views

openssh_dos

OpenSSHサーバーはログインパスワードの長さを制限していないため、非常に長いパスワードを送信すると、サーバーのCPUが大量のハッシュ計算に使用され、サーバーがクラッシュする可能性があります。この脆弱性はCVE-2016-6515として知られています。 私のPOCはこちらからダウンロードできます(解凍が必要です) 使用方法: opensshdos ターゲットIP ターゲットポート...

7.8CVSS7.1AI score0.58568EPSS
SaveExploits5References1
CVE
CVE
added 2026/09/18 2:13 p.m.9 views

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...

5.5CVSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 1:54 p.m.10 views

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 服务器配置所发出的请求将在攻击结束后很长一段时间内持续占用服务器资源。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 12:03 p.m.7 views

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 帧。此...

6AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/09/18 8:10 a.m.4 views

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...

6.3CVSS0.00301EPSS
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/18 6:04 a.m.10 views

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 资源占用和高带宽使用。...

7.5CVSS7.9AI score0.72671EPSS
SaveExploits12
CVE
CVE
added 2026/09/17 3:23 p.m.23 views

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...

5.3CVSS0.0035EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/17 1:36 p.m.6 views

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...

8.9CVSS0.00411EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/17 1:08 p.m.12 views

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...

8.2CVSS0.00525EPSS
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/17 1:01 a.m.12 views

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(未受控的资源消耗) 类型| 未认证远程拒绝服务...

7.5CVSS7.8AI score0.01551EPSS
SaveExploits4References2
Tenable Nessus
Tenable Nessus
added 2026/09/17 12:00 a.m.4 views

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 ...

4.3CVSS0.00181EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 9:17 p.m.6 views

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...

6.3CVSS0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/16 8:42 p.m.6 views

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...

6.3CVSS
SaveExploits0References7
CVE
CVE
added 2026/09/16 8:42 p.m.15 views

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...

6.3CVSS0.00301EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/16 2:17 p.m.7 views

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...

7.5CVSS0.00486EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/16 1:44 p.m.6 views

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...

7.5CVSS5.6AI score0.00486EPSS
SaveExploits0References3
Rows per page
Query Builder