Skip to main content

openSIS Classic CVE-2026-8406

| EUVDEUVD-2026-36245 HIGH
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-06-11 help@fluidattacks.com GHSA-vgf3-fpxc-h968
7.1
CVSS 4.0 · Vendor: fluidattacks
Share

Severity by source

Vendor (fluidattacks) PRIMARY
7.1 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
vuln.today AI
6.5 MEDIUM

Network-reachable PHP endpoint, trivially scriptable IDOR requiring any authenticated messaging-module user (PR:L), no UI, leaks message contents only - high confidentiality, no integrity or availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (fluidattacks).

CVSS VectorVendor: fluidattacks

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 11, 2026 - 14:32 vuln.today
Analysis Generated
Jun 11, 2026 - 14:32 vuln.today

DescriptionCVE.org

openSIS Classic 9.3 contains an insecure direct object reference vulnerability in the messaging module. Any authenticated user with access to the messaging module can request sent-message details from modules/messaging/SentMail.php by supplying an arbitrary mail_id value.

AnalysisAI

Authenticated information disclosure in openSIS Classic 9.3 lets any logged-in user with messaging-module access read other users' sent messages by tampering with the mail_id parameter sent to modules/messaging/SentMail.php. The flaw is a textbook insecure direct object reference (CWE-639) with no public exploit identified at time of analysis, though the upstream commit fixing it is published on GitHub, effectively documenting the vulnerable code path.

Technical ContextAI

openSIS Classic is an open-source PHP-based student information system maintained by OS4ED. The vulnerable endpoint modules/messaging/SentMail.php reads $_REQUEST['mail_id'] and interpolates it directly into a SQL query against the msg_outbox table without verifying that the requesting user is the message's owner - the classic CWE-639 (Authorization Bypass Through User-Controlled Key) pattern. The upstream commit c45d4314 confirms the root cause: the fix introduces sqlSecurityFilter() on mail_id and, more importantly, joins login_authentication and adds AND from_user='$userName' AND lg.user_id = $user_id AND lg.profile_id = User('PROFILE_ID') clauses so the row is only returned when it actually belongs to the caller (with student profiles using UserStudentID() instead of UserID()). The same commit applies an analogous ownership check to DownloadWindow.php, indicating the missing-ownership-predicate pattern was systemic in this codebase.

RemediationAI

Upstream fix available (commit c45d43146167324bae06bdf09de3e4bd2e5e478f); released patched version not independently confirmed, so administrators should either cherry-pick that commit or track the OS4ED/openSIS-Classic repository (https://github.com/OS4ED/openSIS-Classic) for the next tagged release that includes it. Until the fix is applied, viable compensating controls include disabling the messaging module in modules.php for deployments that do not actively use internal mail (eliminates the attack surface but removes a feature staff may rely on), restricting access to /modules/messaging/SentMail.php via a web-server ACL or WAF rule that requires the role 'admin'/'teacher' (reduces exposure from student/parent accounts but does not protect against a malicious low-privileged staff account), and tightening account provisioning so that anonymous self-registration cannot create an authenticated session. Refer to the Fluid Attacks advisory (https://fluidattacks.com/es/advisories/melanie) for vendor-coordinated details.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-8406 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy