Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-45090— Dalfox: Unauthenticated Remote DoS via Closed-Channel Write in `ParameterAnalysis` (server mode)

Quick assessment

Affected
hahwul dalfox
Exploitation
Public or AI PoC available; prioritize validation
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

dalfox是HAHWUL个人开发者的一款自动化跨站脚本扫描工具。 Dalfox 2.13.0之前版本存在安全漏洞,该漏洞源于ParameterAnalysis中两个工作阶段写入同一已关闭的results通道,可能导致Go运行时恐慌并崩溃整个dalfox进程。

CVSS 7.5 · High EPSS 0.23% · P14

Affected Version Matrix 1

VendorProduct Version RangeStatus
hahwul dalfox < 2.13.0 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-45090

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Dalfox: Unauthenticated Remote DoS via Closed-Channel Write in `ParameterAnalysis` (server mode)
Source: CVE Program / CVE List V5
Vulnerability Description
Dalfox is a powerful open-source XSS scanner and utility focused on automation. Prior to 2.13.0, ParameterAnalysis in pkg/scanning/parameterAnalysis.go runs two sequential worker stages that both write to the same results channel. The channel is correctly closed after the first stage completes (close(results) at line 438), but the second stage — which processes POST-body parameters (dp) — is then launched with the same already-closed channel as its output. When a scanned parameter is reflected, processParams executes results <- paramResult on the closed channel, triggering a Go runtime panic that crashes the entire dalfox process. In server mode, the crash is remotely triggerable by any unauthenticated caller who can reach the REST API, because the default configuration has no API key and the second stage activates whenever options.Data != "" (i.e., the attacker supplies the data field) and the target reflects at least one parameter. This vulnerability is fixed in 2.13.0.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source: CVE Program / CVE List V5
Vulnerability Type
使用共享资源的并发执行不恰当同步问题(竞争条件)
Source: CVE Program / CVE List V5
Vulnerability Title
dalfox 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
dalfox是HAHWUL个人开发者的一款自动化跨站脚本扫描工具。 Dalfox 2.13.0之前版本存在安全漏洞,该漏洞源于ParameterAnalysis中两个工作阶段写入同一已关闭的results通道,可能导致Go运行时恐慌并崩溃整个dalfox进程。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
hahwul dalfox < 2.13.0 -

II. Public POCs for CVE-2026-45090

# POC Description Source Link Shenlong Link
AI-Generated POC Premium
Qwen3.6-35B-A3B · 5190 chars
Pro+ exclusive includes:
Vulnerability reproduction recording (real sandbox build + trigger, exclusive)
In-depth vulnerability mechanism
Trigger conditions & impact
Full executable POC code
Exploit chain & mitigation
POC zip download
100+ AI POC generations per month

III. Intelligence Information for CVE-2026-45090

登录查看更多情报信息。

Patches & Fixes for CVE-2026-45090 (1)

Vendor Advisories for CVE-2026-45090 (1)

Same Patch Batch · hahwul · 2026-05-27 · 4 CVEs total

CVE-2026-45087 10.0 CRITICAL Dalfox: Unauthenticated Remote Code Execution via `found-action` in Dalfox Server Mode
CVE-2026-45089 8.2 HIGH Dalfox: Unauthenticated Arbitrary File Create/Append via `output` Option in Dalfox Server
CVE-2026-45088 7.5 HIGH Dalfox: Unauthenticated Arbitrary File Read with Out-of-Band Exfiltration via `custom-payl

IV. Related Vulnerabilities

V. Comments for CVE-2026-45090

No comments yet


Leave a comment