CVE-2025-10372
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-13

Last updated on: 2026-04-29

Assigner: VulDB

Description
A weakness has been identified in Portabilis i-Educar up to 2.10. Impacted is an unknown function of the file /intranet/educar_modulo_cad.php. This manipulation of the argument nm_tipo/descricao causes cross site scripting. It is possible to initiate the attack remotely. The exploit has been made available to the public and could be exploited.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-13
Last Modified
2026-04-29
Generated
2026-05-27
AI Q&A
2025-09-13
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
portabilis i-educar to 2.10.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-10372 is a cross-site scripting (XSS) vulnerability in Portabilis i-Educar up to version 2.10, specifically in the /intranet/educar_modulo_cad.php file. It occurs because the application does not properly validate or sanitize user inputs in the nm_tipo and descricao parameters. Attackers can inject malicious scripts into these parameters, which are then stored on the server and executed when users access affected pages, potentially leading to unauthorized script execution in users' browsers. [1, 2]


How can this vulnerability impact me? :

This vulnerability can lead to several impacts including theft of session cookies resulting in session hijacking, distribution of malware, browser hijacking, theft of user credentials, unauthorized access to sensitive information, website defacement, user misdirection, and damage to the business's reputation. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by checking for the presence of the vulnerable endpoint /intranet/educar_modulo_cad.php and testing the parameters nm_tipo and descricao for improper input sanitization. One method is to use Google dorking with the query `inurl:intranet/educar_modulo_cad.php` to identify potentially vulnerable targets. Additionally, manual testing can be performed by injecting a payload such as `"><img src=x onerror=alert('CVE-Hunters')>` into the nm_tipo and descricao fields on the vulnerable page and observing if the script executes on the trigger page /intranet/educar_modulo_lst.php. Network scanning tools or web vulnerability scanners can be configured to target these endpoints and parameters for XSS detection. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include avoiding the use of the vulnerable Portabilis i-Educar versions up to 2.10 or replacing the affected component with an alternative product, as no known mitigations or countermeasures have been documented. Additionally, restricting access to the vulnerable endpoints, applying web application firewalls (WAF) rules to block malicious input patterns targeting nm_tipo and descricao parameters, and educating users to avoid interacting with suspicious inputs can help reduce risk until a patch or fix is available. [2]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart