Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/hahwul/dalfox/v2
  4. ›
  5. CVE-2026-45089

CVE-2026-45089: Dalfox Server Mode has an Unauthenticated Arbitrary File Create/Append via `output` Option

May 12, 2026 (updated June 8, 2026)

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 attacker-supplied path with os.O_APPEND|os.O_CREATE|os.O_WRONLY and writes scan log lines to it. Critically, this file write block lives outside the IsLibrary guard in DalLog, so it executes even in server/library mode where file output was never intended to operate. Because no API key is required in the default configuration, an unauthenticated network caller can create or append to any file writable by the dalfox process on the host filesystem.

References

  • github.com/advisories/GHSA-8hf9-3q64-q2qf
  • github.com/hahwul/dalfox/releases/tag/v2.13.0
  • github.com/hahwul/dalfox/security/advisories/GHSA-8hf9-3q64-q2qf
  • nvd.nist.gov/vuln/detail/CVE-2026-45089

Code Behaviors & Features

Detect and mitigate CVE-2026-45089 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 2.13.0

Fixed versions

  • 2.13.0

Solution

Upgrade to version 2.13.0 or above.

Impact 8.2 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function
  • CWE-434: Unrestricted Upload of File with Dangerous Type
  • CWE-73: External Control of File Name or Path

Source file

go/github.com/hahwul/dalfox/v2/CVE-2026-45089.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:23:07 +0000.