Severity by source
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
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.
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
Lifecycle Timeline
2DescriptionCVE.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.
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
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
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
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
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
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-36245
GHSA-vgf3-fpxc-h968