Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-1603/CVE-2026-1603.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## autogenerated on 2026-04-15 13:28:03
id: CVE-2026-1603
info:
name: CVE-2026-1603
author: crowdsec
severity: info
description: CVE-2026-1603 testing
tags: appsec-testing
http:
- raw:
- |
POST /RemoteControlAuth/api/Auth HTTP/1.1
Host: {{Hostname}}
Content-Type: application/json

{
"logintype":"64",
"username":"administrator"
}
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2026-1603/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2026-04-15 13:28:03
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2026-1603.yaml
nuclei_template: CVE-2026-1603.yaml
31 changes: 31 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2026-1603.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
## autogenerated on 2026-04-15 13:28:03
name: crowdsecurity/vpatch-CVE-2026-1603
description: 'Detects authentication bypass in Ivanti Endpoint Manager via improper access control on /RemoteControlAuth/api/Auth.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
match:
type: contains
value: /remotecontrolauth/api/auth
- zones:
- RAW_BODY
transform:
- lowercase
match:
type: contains
value: '"logintype":"64"'

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'Ivanti Endpoint Manager - Authentication Bypass'
classification:
- cve.CVE-2026-1603
- attack.T1190
- cwe.CWE-288
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2017-9841
- crowdsecurity/vpatch-CVE-2020-11738
- crowdsecurity/vpatch-CVE-2022-27926
- crowdsecurity/vpatch-CVE-2026-1603
- crowdsecurity/vpatch-CVE-2022-35914
- crowdsecurity/vpatch-CVE-2022-46169
- crowdsecurity/vpatch-CVE-2024-3408
Expand Down
Loading