CVE-2024-40641
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedNuclei is a fast and customizable vulnerability scanner based on simple YAML based DSL. In affected versions it a way to execute code template without -code option and signature has been discovered. Some web applications inherit from Nuclei and allow users to edit and execute workflow files. In this case, users can execute arbitrary commands. (Although, as far as I know, most web applications use -t to execute). This issue has been addressed in version 3.3.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceNuclei vulnerability scanner allows execution of code templates without the -code option and proper signature validation. This enables arbitrary command execution, particularly dangerous in web applications that allow users to edit and execute workflow files.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- High
- Privileges
- None
- User interaction
- Required
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Nuclei versionRun `nuclei -version` or `nuclei --version` to determine the installed versionAffected if The installed version is lower than 3.3.0 (upgrade to 3.3.0 contains the fix)
-
Inspect execution commandReview how Nuclei is invoked in your environment (CI/CD pipelines, scripts, web app integrations) to see if the -code flag is explicitly used or if code templates are being processedAffected if Nuclei executes workflow files that contain Go code templates without the -code option enabled or without proper signature validation
-
Audit workflow templatesExamine YAML workflow files used by Nuclei for the presence of the `code` protocol or any template that executes arbitrary code (templates in the nuclei-templates repo under the `code` directory or custom templates using code execution features)Affected if Workflow files contain code templates that could be executed without proper signature verification
-
Check signature validationVerify if signature validation is enabled for templates (check for `.sign` files alongside templates or configuration settings for template verification)Affected if Signature validation is disabled or not enforced on the templates being executed
You are affected if your Nuclei version is below 3.3.0 and you execute workflow files containing code templates without the -code flag or signature validation enabled, allowing arbitrary command execution.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to Nuclei version 3.3.0. There are no workarounds; all affected installations must be patched.
version 3.3.0 or later
- 1. Check the current version of Nuclei installed by running: nuclei -version
- 2. Download Nuclei version 3.3.0 or later from the official GitHub releases (https://github.com/projectdiscovery/nuclei/releases)
- 3. Replace the existing Nuclei binary with the new version
- 4. Verify the upgrade was successful by running: nuclei -version
- 5. Test that the vulnerability is patched by ensuring code templates require the -code flag and proper signatures
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,728.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-40641 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-40641 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data