---
id: CVE-2026-76804
title: Nuclei is a vulnerability scanner built on a simple YAML-based DSL
summary: >-
  Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From 3.0.0
  until 3.10.0, the workflow template loading path does not enforce the -file
  capability gate when resolving file: protocol templates referenced by a
  workflow. …
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'
cwe:
  - CWE-284
vendor: projectdiscovery
product: nuclei
affected:
  - 'nuclei >= 3.0.0, < 3.10.0'
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T17:17:24.943'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-76804'
references:
  - url: >-
      https://github.com/projectdiscovery/nuclei/commit/638be4481d27f1bbf90f971bbf6e3023777f2089
    label: security-advisories@github.com
  - url: 'https://github.com/projectdiscovery/nuclei/pull/7489'
    label: security-advisories@github.com
  - url: 'https://github.com/projectdiscovery/nuclei/releases/tag/v3.10.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/projectdiscovery/nuclei/security/advisories/GHSA-qgw5-7j4f-fg97
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-76804'
  - url: 'https://github.com/advisories/GHSA-qgw5-7j4f-fg97'
  - url: 'https://github.com/projectdiscovery/nuclei'
tags:
  - nvd
  - cve.org
  - ghsa
  - go
  - osv
ingestedAt: '2026-09-22T17:07:07.381Z'
aliases:
  - GHSA-qgw5-7j4f-fg97
ecosystem: go
patched:
  - github.com/projectdiscovery/nuclei/v3 3.10.0
---

## Overview

Nuclei is a vulnerability scanner built on a simple YAML-based DSL. From 3.0.0 until 3.10.0, the workflow template loading path does not enforce the -file capability gate when resolving file: protocol templates referenced by a workflow. An untrusted unsigned workflow can therefore load a file-protocol template and read local files from the scanner host even when the operator has not enabled file templates. The issue affects CLI users running workflows with -w and SDK integrations that accept end-user workflows while relying on the default file-access restriction. This issue is fixed in version 3.10.0.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-76804)

Affected packages:

- `github.com/projectdiscovery/nuclei/v3 >= 3.0.0, < 3.10.0`

Patched in:

- `github.com/projectdiscovery/nuclei/v3 3.10.0`

Source: https://github.com/advisories/GHSA-qgw5-7j4f-fg97
