← Back to browse · API

CVE-2026-45087

Severity
CRITICAL
CVSS
10.0
EPSS
0.01471
Risk score
40.51
CISA KEV
No
PoC
Yes
Published
2026-05-27
Modified
2026-05-28
First seen
2026-08-07
Aliases
EUVD-2026-32615, GHSA-V25V-M36W-JP4H
Products
hahwul:dalfox < 2.13.0, linux, suse
Sources
packetstorm e760ebd193aaec6c0d4acb9c|CVE-2026-45087
packetstorm 8d9385aff437bf1ba3990f63|CVE-2026-45087
euvd EUVD-2026-32615

Description

Dalfox is a powerful open-source XSS scanner and utility focused on automation. Prior to 2.13.0, 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 — including FoundAction and FoundActionShell — is deserialized directly from attacker-supplied JSON in POST /scan, and because dalfox.Initialize explicitly propagates those two fields into the final scan options without stripping them, any unauthenticated caller who can reach the server port can supply an arbitrary shell command that the dalfox process will execute on the host whenever a scan finding is triggered. This vulnerability is fixed in 2.13.0.

References