Skip to content

Add vpatch-CVE-2026-0257 rule and test#51

Open
crowdsec-automation wants to merge 4 commits into
masterfrom
1782309724-vpatch-CVE-2026-0257
Open

Add vpatch-CVE-2026-0257 rule and test#51
crowdsec-automation wants to merge 4 commits into
masterfrom
1782309724-vpatch-CVE-2026-0257

Conversation

@crowdsec-automation

Copy link
Copy Markdown

This rule detects access attempts to the two key endpoints involved in the PAN-OS GlobalProtect authentication bypass vulnerability: /global-protect/login.esp and /sslmgr. These endpoints are the targets for the authentication bypass exploit as described in the Nuclei template and public advisories. The rule uses two separate and blocks, each matching one of the URIs, to ensure that any request to either endpoint is flagged. The lowercase transform is applied to ensure case-insensitive matching, and the contains match type is used for flexibility and to avoid false negatives due to path variations. No parameter or header matching is required, as the exploit is based on direct access to these endpoints. The labels section includes the correct CVE, ATT&CK, and CWE references as per the template. All value: fields are lowercase, and the rule avoids regex or unnecessary complexity, ensuring minimal false positives and negatives.

@github-actions

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-0257 🔴

@github-actions

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.

2 participants