---
id: CVE-2026-76802
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 DAST template loading branch does not apply the unsigned
  code-template signature check before accepting a template that contains both a
  fuzz…
severity: medium
cvss: 4.7
cvssVector: 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N'
cwe:
  - CWE-78
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.627'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-76802'
references:
  - url: >-
      https://github.com/projectdiscovery/nuclei/commit/1c440e755a97471c56fb0276ee8a8c4132974645
    label: security-advisories@github.com
  - url: 'https://github.com/projectdiscovery/nuclei/pull/7472'
    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-jpf4-98qj-qr67
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-76802'
  - url: 'https://github.com/advisories/GHSA-jpf4-98qj-qr67'
tags:
  - nvd
  - cve.org
  - ghsa
  - go
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T17:01:01.338492Z'
ingestedAt: '2026-09-22T17:07:07.380Z'
aliases:
  - GHSA-jpf4-98qj-qr67
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 DAST template loading branch does not apply the unsigned code-template signature check before accepting a template that contains both a fuzzing: block and an unsigned code: block. When an operator enables -dast, an untrusted multiprotocol template can place an unsigned code request into the execution queue and run arbitrary shell commands even without -code or a valid cryptographic signature. The issue affects CLI DAST scans and SDK integrations that enable DAST while accepting attacker-supplied templates. 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-76802)

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-jpf4-98qj-qr67
