Cyber Resilience

CVE-2022-2379

HighPublic PoC

Published: 15 August 2022

Published
15 August 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.3654 97.2th percentile
Risk Priority 37 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-2379 is a high-severity Missing Authorization (CWE-862) vulnerability in Easy Student Results Project Easy Student Results. Its CVSS base score is 7.5 (High).

Operationally, ranked in the top 2.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

The Easy Student Results WordPress plugin through version 2.2.8 is affected by CVE-2022-2379, a missing authorization vulnerability (CWE-862) in its REST API endpoints. The flaw permits unauthenticated access to course, exam, and department data along with student grades and personally identifiable information such as email addresses, physical addresses, and phone numbers. It carries a CVSS 3.1 base score of 7.5 reflecting network attack vector, low complexity, and high confidentiality impact without requiring privileges or user interaction.

Unauthenticated remote attackers can exploit the issue simply by sending crafted requests to the plugin’s REST API, enabling them to enumerate and exfiltrate sensitive academic and personal records stored by the plugin. No authentication or special conditions are needed, making the exposure available to any party that can reach the WordPress site.

The EPSS score has remained flat at its peak value of 0.3654 since disclosure, indicating no material increase in observed exploitation interest. WPScan has published technical details of the authorization bypass at the referenced advisory URL.

EU & UK References

Vulnerability details

The Easy Student Results WordPress plugin through 2.2.8 lacks authorisation in its REST API, allowing unauthenticated users to retrieve information related to the courses, exams, departments as well as student's grades and PII such as email address, physical address, phone…

more

number etc

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

easy student results project
easy student results
≤ 2.2.8

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-862

Requiring an access control policy ensures authorization checks are defined and applied for critical functions.

addresses: CWE-862

Reviews of access controls detect missing authorization checks on critical functions or resources.

addresses: CWE-862

Documenting permitted unauthenticated actions prevents missing authorization by making all exceptions explicit and subject to organizational review.

addresses: CWE-862

Requiring attribute association with information prevents authorization from being performed without necessary security or privacy context.

addresses: CWE-862

Mandating authorization prior to allowing remote connections addresses missing authorization for remote access.

addresses: CWE-862

Mandating authorization before wireless connections are allowed prevents missing authorization for wireless access.

addresses: CWE-862

The control requires authorization before allowing mobile device connections, directly mitigating missing authorization for system access.

addresses: CWE-862

Requiring approvals for account creation and specifying authorizations ensures authorization is not missing for system access.

References