CVE-2026-19785
Received Received - Intake

SQL Injection in RosarioSIS Student Medical Module

Vulnerability report for CVE-2026-19785, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A vulnerability has been found in francoisjacquet RosarioSIS up to 12.7.4. This vulnerability affects unknown code of the file modules/Students/includes/Medical.inc.php of the component Student Medical Module. Such manipulation of the argument table leads to sql injection. The attack may be launched remotely. Upgrading to version 12.8 is able to resolve this issue. The name of the patch is 6234a0ee0124c0667c824693ac77164f18946ddf. Upgrading the affected component is recommended.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
francoisjacquet rosariosis to 12.7.4 (inc)
francoisjacquet rosariosis 12.8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an SQL injection flaw in the RosarioSIS student information system up to version 12.7.4. It exists in the Medical.inc.php file where user input for the 'table' parameter is directly used in a SQL DELETE query without proper validation. This allows remote attackers to manipulate the query and delete rows from unintended database tables.

Detection Guidance

To detect this SQL injection vulnerability in RosarioSIS, inspect the Medical.inc.php file for unvalidated user input in SQL queries. Check if the $_REQUEST['table'] parameter is used directly in DELETE queries without a whitelist check. Review web server logs for suspicious DELETE requests targeting the Medical module.

Impact Analysis

If exploited, this vulnerability could allow an attacker with edit permissions to delete rows from any database table, including critical ones like admin users. This could lead to data loss, system compromise, or unauthorized access to sensitive information.

Compliance Impact

This vulnerability allows SQL injection via an unvalidated 'table' parameter, enabling unauthorized database modifications. For GDPR, this could lead to unauthorized data deletion or modification, violating integrity and access control principles. Under HIPAA, unauthorized changes to medical records could compromise protected health information integrity.

Mitigation Strategies

Immediately upgrade RosarioSIS to version 12.8 or apply the patch 6234a0ee0124c0667c824693ac77164f18946ddf. Ensure the Medical.inc.php file restricts the 'table' parameter to a whitelist of allowed tables: 'student_medical_alerts', 'student_medical', and 'student_medical_visits'.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19785. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart