Skip to main content

RosarioSIS EUVDEUVD-2026-58568

| CVE-2026-19784 LOW
Authorization Bypass Through User-Controlled Key (CWE-639)
2026-08-14 VulDB GHSA-9q5c-5jw2-5hfp
2.1
CVSS 4.0 · Vendor: VulDB

Severity by source

Vendor (VulDB) PRIMARY
2.1 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
4.3 MEDIUM

Network-reachable web app requires low-privilege auth (PR:L); only low integrity impact (I:L) via unauthorized record modification; no confidentiality or availability impact confirmed.

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

Primary rating from Vendor (VulDB).

CVSS VectorVendor: VulDB

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

5
Source Code Evidence Fetched
Aug 14, 2026 - 03:46 vuln.today
Analysis Generated
Aug 14, 2026 - 03:46 vuln.today
Severity Changed
Aug 14, 2026 - 03:22 NVD
MEDIUM LOW
CVSS changed
Aug 14, 2026 - 03:22 NVD
5.3 (MEDIUM) 2.1 (LOW)
CVE Published
Aug 14, 2026 - 02:00 cve.org
LOW 2.1

DescriptionCVE.org

A flaw has been found in francoisjacquet RosarioSIS up to 12.8. This affects the function DBUpdate of the file Discipline/Referrals.php. This manipulation causes authorization bypass. The attack may be initiated remotely. The exploit has been published and may be used. Upgrading to version 12.9 is able to mitigate this issue. Patch name: 04dd1a368ddf80ad7082baefa3c656e4e1825c76. It is suggested to upgrade the affected component.

AnalysisAI

Authorization bypass via Insecure Direct Object Reference (IDOR) in RosarioSIS up to version 12.8 allows authenticated low-privilege users to manipulate numeric record IDs in HTTP requests to save or delete records belonging to other schools within the same multi-tenant installation. The vulnerability is program-wide, affecting at least Accounting, Attendance, and Discipline modules - not limited to Discipline/Referrals.php as the CVE description implies. A publicly available exploit exists (GitHub issue #301); the flaw is not in CISA KEV and CVSS 4.0 scores it at 2.1 with an active proof-of-concept modifier.

Technical ContextAI

RosarioSIS (CPE: cpe:2.3:a:francoisjacquet:rosariosis:*:*:*:*:*:*:*:*) is a PHP-based open-source Student Information System for K-12 schools. The root cause is CWE-639: Authorization Bypass Through User-Controlled Key (IDOR). Database update and delete queries across multiple modules accepted a user-supplied numeric ID (e.g., WHERE ID='<int>') without verifying that the referenced record's SCHOOL_ID or SYEAR matched the authenticated user's own school context. The fix, committed as 04dd1a368ddf80ad7082baefa3c656e4e1825c76, adds AND SCHOOL_ID='UserSchool()' AND SYEAR='UserSyear()' constraints to affected queries across Accounting/Categories.php, Accounting/Expenses.php, Accounting/Incomes.php, Accounting/Salaries.php, Accounting/StaffPayments.php, Attendance/AttendanceCodes.php, Discipline/DisciplineForm.php, and Discipline/Referrals.php. This is a multi-tenant isolation failure, not merely a single-function flaw.

RemediationAI

Upgrade to RosarioSIS version 12.9, which includes commit 04dd1a368ddf80ad7082baefa3c656e4e1825c76 applying SCHOOL_ID and SYEAR constraints to all affected database queries. The release is available at https://github.com/francoisjacquet/rosariosis/releases/tag/v12.9; upgrade via git pull and checkout of the v12.9 tag, or by overwriting files, as documented in the release notes. Note that v12.9 includes breaking changes requiring updated companion add-ons: Reports module 12.1+, NFC/QR Actions module 2.6+, and Parent Agreement plugin 10.5+. If immediate upgrade is not possible, a compensating control is to restrict RosarioSIS to single-school deployments (eliminating cross-school IDOR risk) or to enforce network-level access controls so only trusted, role-appropriate users can reach the application - both measures reduce but do not eliminate risk from insider threats.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

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-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

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

Share

EUVD-2026-58568 vulnerability details – vuln.today

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