Skip to content

Add vpatch-CVE-2026-86206 rule and test - #66

Open
crowdsec-automation wants to merge 127 commits into
masterfrom
1788959514-vpatch-CVE-2026-86206
Open

Add vpatch-CVE-2026-86206 rule and test#66
crowdsec-automation wants to merge 127 commits into
masterfrom
1788959514-vpatch-CVE-2026-86206

Conversation

@crowdsec-automation

Copy link
Copy Markdown

The rule requires both exploit indicators from the request:

  • The URI must contain the path-confusion sequence /dms;/services/serverui.
  • The Forwarded header must contain the spoofed loopback prefix 127.0.0.\, matching the crafted header used by the vulnerability template.

The URI is normalized with lowercase and urldecode, while the header is lowercased for case-insensitive matching. The SOAP body is not inspected because it is part of the normal API request and is not the bypass indicator. The test template preserves the crafted request and only considers HTTP status 403 as the detection result.

Exploit URL: https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2026/CVE-2026-86206.yaml

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Hello @crowdsec-automation and thank you for your contribution!

❗ It seems that the following scenarios are not part of the 'crowdsecurity/appsec-virtual-patching' collection:

🔴 crowdsecurity/vpatch-CVE-2026-86206 🔴

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Hello @crowdsec-automation,

✅ The new VPATCH Rule is compliant, thank you for your contribution!

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Hello @crowdsec-automation,

Scenarios/AppSec Rule are compliant with the taxonomy, thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants