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
17 changes: 17 additions & 0 deletions .appsec-tests/vpatch-CVE-2024-32870/CVE-2024-32870.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## autogenerated on 2025-05-07 16:59:02
id: CVE-2024-32870
info:
name: CVE-2024-32870
author: crowdsec
severity: info
description: CVE-2024-32870 testing
tags: appsec-testing
http:
- method: GET
path:
- "{{BaseURL}}/pages/exec.php?exec_module=itop-hub-connector&exec_page=launch.php&target=inform_after_setup"
cookie-reuse: true
matchers:
- type: status
status:
- 403
5 changes: 5 additions & 0 deletions .appsec-tests/vpatch-CVE-2024-32870/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## autogenerated on 2025-05-07 16:59:02
appsec-rules:
- ./appsec-rules/crowdsecurity/base-config.yaml
- ./appsec-rules/crowdsecurity/vpatch-CVE-2024-32870.yaml
nuclei_template: CVE-2024-32870.yaml
55 changes: 55 additions & 0 deletions appsec-rules/crowdsecurity/vpatch-CVE-2024-32870.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
## autogenerated on 2025-05-07 16:59:02
name: crowdsecurity/vpatch-CVE-2024-32870
description: 'Detects unauthorized access to iTop Hub Connector information disclosure endpoint.'
rules:
- and:
- zones:
- URI
transform:
- lowercase
- urldecode
match:
type: contains
value: /pages/exec.php
- zones:
- ARGS
variables:
- exec_module
transform:
- lowercase
- urldecode
match:
type: equals
value: itop-hub-connector
- zones:
- ARGS
variables:
- exec_page
transform:
- lowercase
- urldecode
match:
type: equals
value: launch.php
- zones:
- ARGS
variables:
- target
transform:
- lowercase
- urldecode
match:
type: equals
value: inform_after_setup

labels:
type: exploit
service: http
confidence: 3
spoofable: 0
behavior: 'http:exploit'
label: 'iTop Hub Connector - Information Disclosure'
classification:
- cve.CVE-2024-32870
- attack.T1592
- cwe.CWE-200
1 change: 1 addition & 0 deletions collections/crowdsecurity/appsec-virtual-patching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ appsec-rules:
- crowdsecurity/vpatch-CVE-2024-27292
- crowdsecurity/vpatch-CVE-2025-24893
- crowdsecurity/vpatch-CVE-2021-43798
- crowdsecurity/vpatch-CVE-2024-32870
author: crowdsecurity
contexts:
- crowdsecurity/appsec_base
Expand Down