2021-07-21 07:59:52 +00:00
|
|
|
id: hp-ilo-serial-key-disclosure
|
|
|
|
|
|
|
|
info:
|
2023-02-09 21:19:26 +00:00
|
|
|
name: HP iLO Serial Key - Detect
|
2021-07-21 07:59:52 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: medium
|
2023-02-13 14:41:20 +00:00
|
|
|
description: HP iLO serial key was detected.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/hp-ilo-serial-key-disclosure.json
|
2023-02-09 21:19:26 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2021-07-21 07:59:52 +00:00
|
|
|
tags: exposure,config
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/xmldata?item=CpqKey"
|
2021-07-23 12:24:36 +00:00
|
|
|
|
2021-07-21 07:59:52 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "LTYPE"
|
|
|
|
- "LNAME"
|
|
|
|
- "KEY"
|
|
|
|
part: body
|
2021-07-23 18:54:26 +00:00
|
|
|
condition: and
|
|
|
|
|
2021-07-21 07:59:52 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-09 21:19:26 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2023/02/09
|