Cyber Resilience

CVE-2020-37088

Path Traversal in Arox School Erp Pro 1.0

Public PoCPath Traversal
Published
03 February 2026
Modified
10 February 2026
Patch / advisory
CVSS Score v4 8.7
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.026 84th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2020-37088 is a high-severity Path Traversal (CWE-22) vulnerability in Arox School Erp Pro. Its CVSS base score is 8.7 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 16% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2020-37088 is a file disclosure vulnerability (CWE-22) affecting School ERP Pro 1.0. The issue resides in the download.php component, where unauthenticated attackers can manipulate the 'document' parameter with directory traversal paths to read arbitrary files, including sensitive configuration files containing system credentials and configuration information.

Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction or privileges required, earning a CVSS 3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N). Exploitation allows retrieval of high-impact confidential data such as credentials, potentially enabling further compromise of the affected system.

Advisories and related resources include archived project pages for School ERP Ultimate on SourceForge and the vendor site arox.in, a proof-of-concept exploit on Exploit-DB (ID 48394), and a Vulncheck advisory detailing the arbitrary file read in School ERP Pro. No patches or specific mitigations are mentioned in the available references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

School ERP Pro 1.0 contains a file disclosure vulnerability that allows unauthenticated attackers to read arbitrary files by manipulating the 'document' parameter in download.php. Attackers can access sensitive configuration files by supplying directory traversal paths to retrieve system credentials and…

more

configuration information.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
Why these techniques?

Direct remote unauthenticated path traversal in public web app enables T1190 exploitation; arbitrary file read directly exposes credentials in files (T1552.001).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-25684Shared CWE-22
CVE-2026-25992Shared CWE-22
CVE-2026-41656Shared CWE-22
CVE-2018-25178Shared CWE-22
CVE-2026-22199Shared CWE-22
CVE-2026-6381Shared CWE-22
CVE-2026-5957Shared CWE-22
CVE-2026-30403Shared CWE-22
CVE-2025-34031Shared CWE-22
CVE-2024-57727Shared CWE-22

Affected Assets

arox
school erp pro
1.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-3 Access Enforcement
  • AC-6 Least Privilege
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V5.3.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the directory traversal vulnerability by requiring validation of the 'document' parameter in download.php to block path manipulation attempts.

prevent

Enforces approved access authorizations to restrict unauthenticated file reads, preventing disclosure of arbitrary files via the vulnerable endpoint.

prevent

Applies least privilege to the web application process, limiting its ability to access sensitive configuration files even if directory traversal succeeds.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-02 partial match
prevents

Patching/maintenance can remediate known path-traversal flaws in deployed software (partial prevention of exploitability) but does nothing to stop the coding defect from being introduced in the first place.

PR.AA-05 none match
prevents

PR.AA-05 defines and reviews access policies but does not address code-level pathname neutralization, so neither direction prevents CWE-22.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development catches path traversal via static/dynamic analysis.

prevents

Secure SDLC mandates input validation and path sanitization that directly prevent path traversal.

prevents

Application security requirements include rules for safe file handling and canonicalization.

prevents

Secure architecture principles require least-privilege file access and directory isolation.

prevents

Secure coding standards explicitly forbid unsafe path construction and mandate safe APIs.

mitigates

Information access restriction limits which files an application may read or write.

References