2021-03-02 15:29:32 +00:00
|
|
|
id: checkmarx-panel-detect
|
|
|
|
|
|
|
|
info:
|
2024-07-22 18:43:04 +00:00
|
|
|
name: Checkmarx Login Panel - Detect
|
|
|
|
author: joanbonon,righettod
|
2021-03-02 15:29:32 +00:00
|
|
|
severity: info
|
2024-07-23 06:32:20 +00:00
|
|
|
description: |
|
|
|
|
Checkmarx login panel was detected.
|
2024-07-22 18:43:04 +00:00
|
|
|
reference:
|
|
|
|
- https://docs.checkmarx.com/en/34965-44074-checkmarx-sast.html
|
2022-11-08 20:55:31 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-07-23 06:32:20 +00:00
|
|
|
max-request: 3
|
2024-07-22 18:43:04 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.html:"CxSASTManagerUri"
|
|
|
|
tags: panel,checkmarx,detect,login
|
2021-03-02 15:29:32 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-03-02 15:29:32 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2024-07-22 18:43:04 +00:00
|
|
|
- "{{BaseURL}}/cxrestapi/help/system/version"
|
2021-03-02 15:29:32 +00:00
|
|
|
- "{{BaseURL}}/cxwebclient/Login.aspx"
|
2024-07-22 18:43:04 +00:00
|
|
|
- "{{BaseURL}}/cxrestapi/auth/identity/.well-known/openid-configuration"
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2024-07-22 18:43:04 +00:00
|
|
|
stop-at-first-match: true
|
2021-03-02 15:29:32 +00:00
|
|
|
matchers:
|
2024-07-22 18:43:04 +00:00
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
|
|
|
- 'contains_any(to_lower(body), "cxsastmanageruri", "cxauthorityconfigurations", "/cxwebclient/webapp/", "sast_api", "sast_rest_api" , "sast-permissions", "hotfix")'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
2021-03-02 15:29:32 +00:00
|
|
|
part: body
|
2024-07-22 18:43:04 +00:00
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- '(?i)"version":\s*"([0-9.]+)"'
|