Lucene search
+L

58 matches found

CVE
CVE
added 2026/05/27 5:33 p.m.40 views

CVE-2026-45090

Dalfox (CVE-2026-45090) suffers a channel lifecycle bug in ParameterAnalysis.go: two sequential worker stages share a single results channel, which is closed after the first stage and then reused by the second stage for POST-body parameters. When a parameter is reflected, the second-stage writer ...

7.5CVSS5.8AI score0.00231EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.14 views

dalfox 安全漏洞

Dalfox is an automated cross-site script scanning tool developed by HAHWUL. Versions of Dalfox prior to 2.13.0 contained security vulnerabilities. These vulnerabilities stemmed from the REST API server mode, where the custom-payload-file field directly deserialized from the attacker’s request bod...

7.5CVSS5.8AI score0.00251EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.15 views

dalfox 代码问题漏洞

Dalfox is an automated cross-site script scanning tool developed by HAHWUL. Versions of Dalfox prior to 2.13.0 contained code vulnerabilities. These vulnerabilities stemmed from the REST API server mode, where the output, output-all, and debug fields were deserialized directly from the attacker’s...

8.2CVSS5.9AI score0.00243EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.17 views

dalfox 安全漏洞

Dalfox is an automated cross-site script scanning tool developed by HAHWUL. Versions of Dalfox prior to 2.13.0 contained security vulnerabilities. These vulnerabilities stemmed from two stages in ParameterAnalysis where the same closed results channel was written to, potentially causing a panic...

7.5CVSS5.7AI score0.00231EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2026/05/27 12:00 a.m.26 views

dalfox 访问控制错误漏洞

Dalfox is an automated cross-site scripting scanning tool developed by HAHWUL. Versions of Dalfox prior to 2.13.0 contained a access control vulnerability. This vulnerability stemmed from the default binding of the REST API server to 0.0.0.0:6664, without the need for an API key. Additionally, th...

10CVSS5.9AI score0.12961EPSS
SaveExploits2References2
OSV
OSV
added 2026/05/20 7:07 p.m.14 views

GO-2026-4999 Dalfox has an Unauthenticated Remote DoS via Closed-Channel Write in `ParameterAnalysis` (server mode) in github.com/hahwul/dalfox

Dalfox has an Unauthenticated Remote DoS via Closed-Channel Write in ParameterAnalysis server mode in github.com/hahwul/dalfox...

7.5CVSS5.8AI score0.00231EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/20 12:00 a.m.16 views

PT-2026-42382

Dalfox has an Unauthenticated Remote DoS via Closed-Channel Write in ParameterAnalysis server mode in github.com/hahwul/dalfox...

5.8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/12 3:08 p.m.24 views

Dalfox has an Unauthenticated Remote DoS via Closed-Channel Write in `ParameterAnalysis` (server mode)

Summary 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 closeresults at line 438, but the second stage — which processes POST-body parameters dp — ...

7.5CVSS5.8AI score0.00231EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2026/05/12 3:08 p.m.27 views

GHSA-8HF9-3Q64-Q2QF Dalfox Server Mode has an Unauthenticated Arbitrary File Create/Append via `output` Option

Summary When dalfox is run in REST API server mode, the output, output-all, and debug fields in model.Options are JSON-tagged and deserialized directly from the attacker's request body, then propagated unchanged through dalfox.Initialize into the scan engine's logging path. The logger opens the...

8.2CVSS6AI score0.00243EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/12 3:08 p.m.23 views

GHSA-35WR-X7V6-9FV2 Dalfox Server Mode has an Unauthenticated Arbitrary File Read with Out-of-Band Exfiltration via `custom-payload-file`

Summary When dalfox is run in REST API server mode, the custom-payload-file field in model.Options is JSON-tagged and deserialized directly from the attacker's request body, then propagated unchanged through dalfox.Initialize into the scan engine. The engine passes the value to...

7.5CVSS6AI score0.00251EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/12 3:07 p.m.40 views

GHSA-V25V-M36W-JP4H Dalfox Server Mode Vulnerable to Unauthenticated Remote Code Execution via `found-action`

GHSA: Unauthenticated Remote Code Execution via found-action in Dalfox Server Mode Summary When dalfox is started in REST API server mode dalfox server, the server binds to 0.0.0.0:6664 by default and requires no API key unless the operator explicitly passes --api-key. Because model.Options —...

10CVSS6.4AI score0.12961EPSS
SaveExploits2References4
Github Security Blog
Github Security Blog
added 2026/05/12 3:07 p.m.24 views

Dalfox Server Mode Vulnerable to Unauthenticated Remote Code Execution via `found-action`

GHSA: Unauthenticated Remote Code Execution via found-action in Dalfox Server Mode Summary When dalfox is started in REST API server mode dalfox server, the server binds to 0.0.0.0:6664 by default and requires no API key unless the operator explicitly passes --api-key. Because model.Options —...

10CVSS6.4AI score0.12961EPSS
SaveExploits2References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.17 views

PT-2026-40424

Name of the Vulnerable Software and Affected Versions dalfox versions prior to 2.12.0 Description When running in REST API server mode dalfox server, the software binds to 0.0.0.0:6664 by default without requiring authentication. An unauthenticated attacker can send a request to the '/scan'...

10CVSS6.6AI score0.12961EPSS
SaveExploits2
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.17 views

PT-2026-40550

Name of the Vulnerable Software and Affected Versions Dalfox versions prior to 2.13.0 Description When running in REST API server mode, the software fails to sanitize the custom-payload-file field within model.Options, which is deserialized directly from the request body and passed to the...

7.5CVSS5.9AI score0.00251EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.20 views

PT-2026-40551

Name of the Vulnerable Software and Affected Versions Dalfox versions prior to 2.13.0 Description When running in REST API server mode, the software fails to sanitize certain fields in the request body, allowing an unauthenticated network caller to create or append to any file writable by the...

8.2CVSS5.8AI score0.00243EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.16 views

PT-2026-40425

Name of the Vulnerable Software and Affected Versions dalfox affected versions not specified Description A structural ordering error in the ParameterAnalysis function within pkg/scanning/parameterAnalysis.go allows an unauthenticated remote attacker to crash the dalfox server process. The issue...

7.5CVSS5.9AI score0.00231EPSS
SaveExploits0
Circl
Circl
added 2026/05/07 1:30 p.m.17 views

CVE-2026-45089

creationtimestamp| type| source ---|---|--- 2026-05-07 13:30:21+00:00| published-proof-of-concept| https://github.com/hahwul/dalfox/security/advisories/GHSA-8hf9-3q64-q2qf...

8.2CVSS5.8AI score0.00243EPSS
SaveExploits0References1
Metasploit
Metasploit
added 2026/05/07 12:00 a.m.227 views

Dalfox Found-Action Deserialization RCE

When dalfox version use exploit/linux/http/dalfox/serverrcecve202645087 msf undefinedserverrcecve202645087 show actions ...actions... msf undefinedserverrcecve202645087 set ACTION msf undefinedserverrcecve202645087 show options ...show and set options... msf undefinedserverrcecve202645087 run Thi...

10CVSS8.7AI score0.12961EPSS
SaveExploits2
Rows per page
Query Builder