CVE-2025-15406
BaseFortify
Publication date: 2026-01-01
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| phpgurukul | online_course_registration | to 3.1 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
| CWE-863 | The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a critical missing authorization flaw in PHPGurukul Online Course Registration up to version 3.1. The system fails to verify user roles properly after authentication, allowing any authenticated student to bypass role checks and access administrative functions. This happens because the session variable that assigns user roles is missing, enabling privilege escalation from a student to an administrator. Attackers can remotely exploit this flaw to gain full administrative control over the system. [2, 3]
How can this vulnerability impact me? :
The vulnerability allows an attacker who is authenticated as a student to escalate privileges and gain full administrative access. This means the attacker can view and modify all user data, manage courses, escalate privileges further, and compromise the entire system's confidentiality, integrity, and availability. The exploit is easy to perform remotely and can lead to a complete system compromise. [2, 3]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by attempting to access administrative URLs such as /onlinecourse/admin/user-log.php or /onlinecourse/admin/manage-users.php using an authenticated student account. If access is granted without proper authorization checks, the system is vulnerable. Network monitoring for unusual access patterns to these admin URLs by non-admin users can also help detect exploitation attempts. Specific commands are not provided in the resources. [2, 3]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include restricting access to administrative URLs to only authorized roles by implementing proper authorization checks in the application code. Ensure that session variables for user roles (e.g., $_SESSION['role']) are properly set and verified before granting access to admin functions. Applying patches or updates from the vendor when available is recommended. Since no known countermeasures or mitigations have been identified yet, restricting access and monitoring for unauthorized access attempts are critical. [2, 3]
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability allows unauthorized access and privilege escalation, enabling attackers to view and modify all user data and manage system functions. This unauthorized access to sensitive user information and administrative controls could lead to violations of data protection regulations such as GDPR and HIPAA, which require strict access controls and protection of personal data. Therefore, exploitation of this vulnerability may result in non-compliance with these standards due to compromised confidentiality, integrity, and availability of user data. [2, 3]