Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS03aDVwLW1tcHAtaGdtbc4AA_S-
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
- CLI Users: Those executing custom code templates from unverified sources. This includes templates authored by third parties or obtained from unverified repositories.
- 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
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
- The vulnerability is addressed in Nuclei v3.3.2 Users are strongly recommended to update to this version to mitigate the security risk.
- 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 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 from Wiz who reported this to us via our security email, [email protected].
Permalink: https://github.com/advisories/GHSA-7h5p-mmpp-hgmmJSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03aDVwLW1tcHAtaGdtbc4AA_S-
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: 3 months ago
Updated: about 1 month ago
CVSS Score: 7.4
CVSS vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:N
Identifiers: GHSA-7h5p-mmpp-hgmm, CVE-2024-43405
References:
- https://github.com/projectdiscovery/nuclei/security/advisories/GHSA-7h5p-mmpp-hgmm
- https://github.com/projectdiscovery/nuclei/commit/0da993afe6d41b4b1b814e8fad23a2acba13c60a
- https://nvd.nist.gov/vuln/detail/CVE-2024-43405
- https://pkg.go.dev/vuln/GO-2024-3114
- https://github.com/advisories/GHSA-7h5p-mmpp-hgmm
Blast Radius: 0.0
Affected Packages
go:github.com/projectdiscovery/nuclei/v3
Dependent packages: 1Dependent repositories: 1
Downloads:
Affected Version Ranges: >= 3.0.0, < 3.3.2
Fixed in: 3.3.2
All affected versions: 3.0.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.8, 3.1.9, 3.1.10, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7
All unaffected versions: