CVE-2026-45090
Last modified
CVE-2026-45090 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.23% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45090?
How severe is CVE-2026-45090?
How do I fix CVE-2026-45090?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45085Discourse is an open-source discussion platform. From versio…5.3
- CVE-2026-45086Decidim is a participatory democracy framework. From 0.31.1 …5.4
- CVE-2026-45087Dalfox is a powerful open-source XSS scanner and utility foc…10
- CVE-2026-45088Dalfox is a powerful open-source XSS scanner and utility foc…7.5
- CVE-2026-45089Dalfox is a powerful open-source XSS scanner and utility foc…8.2
- CVE-2026-4509A security flaw has been discovered in PbootCMS up to 3.2.12…6.3
- CVE-2026-45091sealed-env is a cross-stack, zero-trust secret management li…9.1
- CVE-2026-4510A weakness has been identified in PbootCMS up to 3.2.12. Thi…4.3
- CVE-2026-45100OpenSIPS is a Session Initiation Protocol (SIP) server imple…9.1
- CVE-2026-45102OneUptime is an open-source monitoring and observability pla…9.9
- CVE-2026-45103OpenSIPS is a Session Initiation Protocol (SIP) server imple…7.5
- CVE-2026-45104MapServer is a system for developing web-based GIS applicati…7.5
Are you affected by CVE-2026-45090?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
