🛡️ CVE-2024-43405 — nuclei
Description
Nuclei Template Signature Verification Bypass
Summary
A vulnerability has been identified in Nuclei's template signature verification system that could allow an attacker to bypass the signature check and possibly execute malicious code via custom code template.
Affected Component
The vulnerability is present in the template signature verification process, specifically in the signer package.
Description
The vulnerability stems from a discrepancy between how the signature verification process and the YAML parser handle newline characters, combined with the way multiple signatures are processed. This allows an attacker to inject malicious content into a template while maintaining a valid signature for the benign part of the template.
Affected Users
1. CLI Users: Those executing custom code templates from unverified sources. This includes templates authored by third parties or obtained from unverified repositories.
2. SDK Users: Developers integrating Nuclei into their platforms, particularly if they permit the execution of custom code templates by end-users.
> [!NOTE]
> Code templates are disabled as default, users have to explicitly enable with -code option.
Proof of Concept
```yaml
id: example-template
info:
name: Example Template
# Other benign content...
# digest: <valid_signature_for_benign_content>
# digest: <another_signature>\r
code:\r
- engine:\r
- sh\r
- bash\r
source: |\r
id\r
```
Patches
1. The vulnerability is addressed in Nuclei v3.3.2 Users are strongly recommended to update to this version to mitigate the security risk.
2. Fix reference - https://github.com/projectdiscovery/nuclei/commit/0da993afe6d41b4b1b814e8fad23a2acba13c60a
Mitigation
- Immediate Upgrade: The primary recommendation is to upgrade to Nuclei v3.2.0, where the vulnerability has been patched.
- Avoid Unverified Templates: As an interim measure, users should refrain from using custom templates if unable to upgrade immediately. Only trusted, [verified templates](https://github.com/projectdiscovery/nuclei-templates) should be executed.
Workarounds
If you are unable to upgrade nuclei, disable running custom code templates as workaround.
Acknowledgments
We would like to thank [Guy Goldenberg](https://github.com/GuyGoldenberg) from Wiz who reported this to us via our security email, [[email protected]](mailto:[email protected]).
How this vulnerability can be exploited
This issue can be reached with local access to the system, attack complexity is high, an attacker needs no privileges on the target. A user must be tricked into taking some action. The scope is changed, meaning a successful attack can affect components beyond the vulnerable one. Rated impact: confidentiality high, integrity high, availability none.
Affected software
CVE-2024-43405 is recorded against 4 packages.
- github.com/projectdiscovery/nuclei
- github.com/projectdiscovery/nuclei/v2
- github.com/projectdiscovery/nuclei/v3
- nuclei (from 3.0.0 up to 3.3.2)
Timeline and source
Published on 6 September 2024 and last revised on 3 March 2026. No public exploit is currently recorded for this entry. A vendor advisory or fix has been published. Record sourced from NVD.
References
github.com (Advisory)
nvd.nist.gov (Advisory)
github.com (Fix)
Details
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
Affected Packages
| Software | From version | Fixed in |
|---|---|---|
| github.com/projectdiscovery/nuclei | — | — |
| github.com/projectdiscovery/nuclei/v2 | — | — |
| github.com/projectdiscovery/nuclei/v3 | — | — |
| nuclei | 3.0.0 | 3.3.2 |
References
Similar Threats
- Medium CVE-2026-41645
- Medium CVE-2026-41646
- Medium CVE-2026-41282
- High CVE-2024-40641
- High CVE-2024-27920
More CVE 2024 advisories
Browse all of CVE 2024 in the advisory index.
Site Security Check
Is nuclei part of your stack?
CVE-2024-43405 is rated CVSS 7.4 High. BotEraser scans your installation against known CVE records and tells you whether this vulnerability applies to the versions you actually run.
Scan My Site Free →No credit card required · Results in minutes
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.