CVE-2025-8540
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-05

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was found in Portabilis i-Educar 2.10. It has been classified as problematic. This affects an unknown part of the file /intranet/public_municipio_cad.php. The manipulation of the argument nome leads to cross site scripting. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-05
Last Modified
2026-04-29
Generated
2026-05-06
AI Q&A
2025-08-05
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
portabilis i-educar 2.10.0
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
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.
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.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-8540 is a stored Cross-Site Scripting (XSS) vulnerability in Portabilis i-Educar version 2.10, specifically in the file /intranet/public_municipio_cad.php. It occurs due to improper validation and sanitization of the 'nome' parameter, allowing an attacker to inject malicious scripts that are stored on the server. When other users access the affected page, these scripts execute in their browsers, potentially leading to various malicious outcomes. [1, 2]


How can this vulnerability impact me? :

This vulnerability can lead to session cookie theft, browser hijacking, credential theft, malware delivery, unauthorized access to sensitive information, website defacement, user misdirection, and reputational damage to the affected organization. It allows attackers to execute malicious scripts in the context of other users, potentially compromising their data and security. [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 if the affected endpoint `/intranet/public_municipio_cad.php` is present and vulnerable to stored XSS via the `nome` parameter. One method is to attempt injecting a harmless payload such as `<img src=x onerror=alert(1)>` into the "Nome" field after selecting "Brasil" in the "PaΓ­s" field and any option in the "Estado" field, then saving the input. Subsequently, accessing `/intranet/public_municipio_lst.php` should reveal if the payload executes, indicating vulnerability. Additionally, vulnerable targets can be identified using Google dorking with the query `inurl:intranet/public_municipio_cad.php` to find instances of the affected application. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include avoiding use of the affected Portabilis i-Educar version 2.10 or replacing it with a non-vulnerable version or alternative product, as no official patches or vendor responses are available. Restricting access to the affected endpoints to trusted users only and implementing web application firewalls (WAF) to filter malicious input targeting the `nome` parameter may help reduce risk. Monitoring and alerting on suspicious input patterns and user activities related to this endpoint is also recommended. [2]


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