CVE-2025-50350
BaseFortify
Publication date: 2025-06-26
Last updated on: 2025-07-01
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpgurukul | pre-school_enrollment_system | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Directory Traversal issue in the PHPGurukul Pre-School Enrollment System Project v1.0, specifically in the manage-classes.php file. Directory Traversal allows an attacker to access files and directories that are stored outside the intended directory, potentially exposing sensitive information or system files.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to read arbitrary files on the server, which may lead to exposure of sensitive data, configuration files, or other critical information. This can compromise the security and privacy of the system and its users.