CVE Catalog

CVE-2026-76805

MediumCVSS 5.3
Published: Translated: NVD NIST

Summary

In Nuclei from 3.0.0 until 3.10.0, the DAST/fuzz payload path in pkg/fuzz/parts.go can evaluate substituted runtime data more than once, creating a second evaluation pass that allows response content captured by an internal extractor to be reinterpreted as template syntax. When -env-vars is enabled, a malicious scan target can return marker-shaped content that discloses scanner-host environment variables such as credentials, API keys, or tokens.

Risk Assessment

This is an incomplete fix for CVE-2026-41645 and can lead to disclosure of sensitive data from the scanner host, including credentials and API keys. It requires -env-vars to be enabled and a multi-step DAST/fuzz template.

Recommendation

Upgrade Nuclei to version 3.10.0 or later. Until then, avoid using -env-vars when scanning untrusted targets.

Other vulnerabilities in Nuclei

See all
Original NVD description (English source)

Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From 3.0.0 until 3.10.0, the DAST/fuzz payload path in pkg/fuzz/parts.go can evaluate substituted runtime data more than once, creating a second evaluation pass that allows response content captured by an internal: true extractor in one protocol step to be reinterpreted as template syntax in a later fuzz step. This vulnerability is an incomplete fix for CVE-2026-41645: the prior remediation made expressions.Evaluate() single-pass within one call but did not prevent DAST/fuzz callers from evaluating substituted output again. When -env-vars is enabled, a malicious scan target can return marker-shaped content that resolves against the template variable map and discloses scanner-host environment variables such as credentials, API keys, or tokens. The vulnerability requires a multi-step DAST or fuzz template, response data reused through an internal extractor, and explicit environment-variable expansion; users who do not enable -env-vars are not affected by the sensitive-information disclosure. This issue is fixed in version 3.10.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS