GLPI Telemetry Disclosure: add CVE info (#4555)

* GLPI Telemetry Disclosure: add CVE info

* template file update

* misc update

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
patch-1
Alexandre ZANNI 2022-06-08 10:10:34 +02:00 committed by GitHub
parent a3adddba17
commit d8440ff2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 25 deletions

View File

@ -0,0 +1,34 @@
id: CVE-2021-39211
info:
name: GLPI Telemetry Disclosure
author: dogasantos,noraj
severity: medium
description: GLPI => 9.2 and < 9.5.6, the telemetry endpoint discloses GLPI and server information.
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2021-39211
- https://github.com/glpi-project/glpi/security/advisories/GHSA-xx66-v3g5-w825
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
cve-id: CVE-2021-39211
cwe-id: CWE-668,CWE-200
tags: cve,cve2021,glpi,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/ajax/telemetry.php"
- "{{BaseURL}}/glpi/ajax/telemetry.php"
matchers-condition: and
matchers:
- type: word
words:
- '"uuid":'
- '"glpi":'
condition: and
- type: status
status:
- 200

View File

@ -1,25 +0,0 @@
id: glpi-telemetry-disclosure
info:
name: GLPI Telemetry Disclosure
author: dogasantos
severity: info
tags: glpi,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/ajax/telemetry.php"
- "{{BaseURL}}/glpi/ajax/telemetry.php"
matchers-condition: and
matchers:
- type: word
words:
- '"uuid":'
- '"glpi":'
condition: and
- type: status
status:
- 200