Description
A security vulnerability has been detected in sambitraj Student-Management-System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. The impacted element is the function session_start. Such manipulation leads to cookie without 'httponly' flag. The attack may be launched remotely. A high complexity level is associated with this attack. The exploitability is regarded as difficult. The exploit has been disclosed publicly and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-08-31
Score: 6.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates from the session_start function not setting the HttpOnly flag on session cookies. When the flag is missing, an attacker who succeeds in injecting or executing script code on the page can read the cookie value, potentially allowing session hijacking or impersonation. The description indicates the exploit can be launched remotely, but it also notes a high level of complexity and that exploitation is considered difficult; this implies the attacker must first bypass other input controls or achieve code execution in order to leverage the vulnerability.

Affected Systems

The affected product is the sambitraj Student‑Management‑System, available on GitHub. No specific release is pinned because the project uses a rolling release model, so any version built before the unidentified fix is potentially vulnerable.

Risk and Exploitability

The CVSS score of 6.3 classifies the vulnerability as medium severity. EPSS is not available and the vulnerability is not listed in CISA’s KEV catalog, so there is no known widespread usage of exploits. However, the attack may be launched remotely and is tied to a high complexity level; exploitability is regarded as difficult but not impossible. The lack of HttpOnly on the session cookie expands the attack surface for XSS or other client‑side vulnerabilities, potentially allowing attackers to steal session identifiers and compromise user accounts. Overall, the risk is significant enough to warrant timely remediation, especially if the system is exposed to untrusted traffic.

Generated by OpenCVE AI on August 31, 2026 at 15:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Modify the code to set session_set_cookie_params(['httponly'=>true]) before calling session_start.
  • As a temporary workaround, delete any existing session cookie or regenerate it after enforcing HttpOnly settings to prevent stale cookies from being exploited.
  • Configure the web server (Apache or Nginx) to add the HttpOnly attribute to any Set‑Cookie header that contains the session identifier, ensuring the flag is present regardless of application code changes.

Generated by OpenCVE AI on August 31, 2026 at 15:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in sambitraj Student-Management-System up to 56ba287f2e9031523ccb4244cb6e3fe530e4e5d5. The impacted element is the function session_start. Such manipulation leads to cookie without 'httponly' flag. The attack may be launched remotely. A high complexity level is associated with this attack. The exploitability is regarded as difficult. The exploit has been disclosed publicly and may be used. This product operates on a rolling release basis, ensuring continuous delivery. Consequently, there are no version details for either affected or updated releases. The project was informed of the problem early through an issue report but has not responded yet.
Title sambitraj Student-Management-System session_start cookie httponly flag
First Time appeared Sambitraj
Sambitraj student-management-system
Weaknesses CWE-1004
CWE-732
CPEs cpe:2.3:a:sambitraj:student-management-system:*:*:*:*:*:*:*:*
Vendors & Products Sambitraj
Sambitraj student-management-system
References
Metrics cvssV2_0

{'score': 2.6, 'vector': 'AV:N/AC:H/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.7, 'vector': 'CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.7, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.3, 'vector': 'CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sambitraj Student-management-system
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T14:21:25.752Z

Reserved: 2026-08-30T17:56:10.413Z

Link: CVE-2026-82697

cve-icon Vulnrichment

Updated: 2026-08-31T14:21:22.523Z

cve-icon NVD

Status : Received

Published: 2026-08-31T14:17:26.783

Modified: 2026-08-31T15:18:07.700

Link: CVE-2026-82697

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T15:15:13Z

Weaknesses
  • CWE-1004

    Sensitive Cookie Without 'HttpOnly' Flag

  • CWE-732

    Incorrect Permission Assignment for Critical Resource