CVE-2025-7866
BaseFortify
Publication date: 2025-07-20
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| portabilis | i-educar | 2.9.0 |
Helpful Resources
Exploitability
| 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-7866 is a Stored Cross-Site Scripting (XSS) vulnerability in Portabilis i-Educar version 2.9.0, specifically in the Disabilities Module's "DeficiΓͺncia ou Transtorno" field. An authenticated attacker can inject malicious JavaScript code into this field, which is stored and later executed when the listing page is viewed, potentially allowing script execution in users' browsers. [1, 2]
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute malicious scripts in the context of the affected web application, potentially leading to unauthorized actions such as session hijacking, defacement, or redirection to malicious sites. Since the attack requires authentication and user interaction, it can compromise the integrity and trustworthiness of the system and its data. [1, 2]
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 page /intranet/educar_deficiencia_lst.php in Portabilis i-Educar 2.9.0. One detection method is using Google dorking with the query: inurl:intranet/educar_deficiencia_lst.php to find exposed instances. Additionally, testing the 'DeficiΓͺncia ou Transtorno' input field by injecting a harmless script payload such as <script>alert('PoC VulDB i-Educar Pacxxx')</script> and observing if the script executes when viewing the listing page can confirm the vulnerability. There are no specific network commands provided, but manual web testing or automated scanning targeting this input and URL can be used. [1, 2]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include implementing strict input sanitization to reject or cleanse inputs containing script or HTML elements in the 'DeficiΓͺncia ou Transtorno' field, and applying proper output encoding to all user-supplied data before rendering it in HTML contexts to prevent script execution. Since no official vendor patch or mitigation is available, consider replacing the affected component with an alternative product to avoid exploitation. [1, 2]