Skip to main content

RosarioSIS EUVDEUVD-2026-58571

| CVE-2026-19786 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-08-14 VulDB GHSA-3g87-x9p3-8gc7
5.3
CVSS 4.0 · Vendor: VulDB
Share

Severity by source

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

Network-reachable CSRF requiring victim interaction (UI:R) and no attacker privileges; limited integrity impact only with no confidentiality or availability consequence.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/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
None
User Interaction
P
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 14, 2026 - 03:47 vuln.today
Analysis Generated
Aug 14, 2026 - 03:47 vuln.today
CVE Published
Aug 14, 2026 - 02:30 cve.org
MEDIUM 5.3

DescriptionCVE.org

A vulnerability was found in francoisjacquet RosarioSIS up to 12.8. This issue affects some unknown processing of the file Modules.php. Performing a manipulation results in cross-site request forgery. Remote exploitation of the attack is possible. Upgrading to version 12.9 is capable of addressing this issue. The patch is named 801a71272c82cf4bf695fdc5ed42a9b7511d124d. It is recommended to upgrade the affected component.

AnalysisAI

Cross-site request forgery in RosarioSIS up to version 12.8 allows a remote unauthenticated attacker to trigger unintended state-changing actions in Modules.php by luring an authenticated user to a malicious page. The vulnerability stems from the absence of CSRF token validation on the modfunc parameter, compounded by insufficient sanitization of modfunc= in rendered HTML/Markdown output via MarkDownHTML.fnc.php. No public exploit has been identified and the vulnerability is not listed in CISA KEV; the vendor-confirmed patch is available in v12.9.

Technical ContextAI

RosarioSIS is an open-source PHP school information system (CPE: cpe:2.3:a:francoisjacquet:rosariosis:*:*:*:*:*:*:*:*). The root cause is CWE-352 (Cross-Site Request Forgery): Modules.php processes a modfunc GET/POST parameter to dispatch module-level actions without validating that requests originate from within the application. Additionally, the SanitizeMarkDown() and SanitizeHTML() functions in MarkDownHTML.fnc.php did not strip modfunc= from rendered user content, meaning attacker-controlled input could embed functional CSRF links that execute when followed by authenticated users. The commit diff confirms both attack surfaces were addressed in v12.9: Modules.php now checks HTTP_REFERER to strip modfunc on non-AJAX cross-origin requests, and MarkDownHTML.fnc.php now replaces modfunc= with modfunc = (with a space) in sanitized output. The developer explicitly notes in the patch comments that the referer-based check is an incomplete mitigation when HTTP_REFERER is absent due to proxies, rel=noreferrer, or browser privacy configuration.

RemediationAI

Upgrade RosarioSIS to version 12.9, confirmed patched via commit 801a71272c82cf4bf695fdc5ed42a9b7511d124d. The release is available at https://github.com/francoisjacquet/rosariosis/releases/tag/v12.9 and can be applied by overwriting application files or running git pull followed by checkout of the v12.9 tag. Note that v12.9 introduces breaking changes requiring updated companion modules: Reports module 12.1+ (May 2026), NFC/QR Actions module 2.6+ (June 2026), and Parent Agreement plugin 10.5+ (May 2026) - plan these dependency upgrades alongside the core update. If immediate upgrade is not feasible, the most effective compensating control is to ensure SameSite=Strict or SameSite=Lax is configured on session cookies at the web server or PHP session level, which blocks cross-origin cookie submission without application code changes; be aware this may break legitimate cross-site integrations. Additionally, restrict access to Modules.php by IP allowlist or VPN if administrative functions do not require broad internet exposure. Do not rely solely on user education as a compensating control.

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-58571 vulnerability details – vuln.today

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