CVE-2025-9720
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-31

Last updated on: 2026-04-29

Assigner: VulDB

Description
A vulnerability was detected in Portabilis i-Educar up to 2.10. Impacted is an unknown function of the file /module/TabelaArredondamento/edit of the component Cadastrar tabela de arredondamento Page. The manipulation of the argument Nome results in cross site scripting. The attack may be performed from remote. The exploit is now public and may be used.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-31
Last Modified
2026-04-29
Generated
2026-05-07
AI Q&A
2025-08-31
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
portabilis i-educar to 2.10 (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-9720 is a stored Cross-Site Scripting (XSS) vulnerability in Portabilis i-Educar up to version 2.10. It occurs in the /module/TabelaArredondamento/edit endpoint, specifically in the 'Nome' parameter, where improper input validation allows attackers to inject malicious scripts. These scripts are stored on the server and executed automatically when users access the affected page, potentially leading to unauthorized script execution in users' browsers. [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. Attackers can remotely exploit this flaw to execute malicious scripts in users' browsers, compromising data integrity 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 testing the /module/TabelaArredondamento/edit endpoint for improper input sanitization of the 'Nome' parameter. A common detection method is to submit a payload such as `"><img src=x onerror=alert('CVE-Hunters')>` into the 'Nome' field and then check if the script executes on the subsequent page load (/module/TabelaArredondamento/index). Network detection might involve monitoring HTTP requests to this endpoint for suspicious payloads or scanning web application inputs for XSS vulnerabilities using tools like OWASP ZAP or Burp Suite. Specific commands depend on the tools used, for example, using curl to POST the payload: `curl -X POST -d "Nome=\"><img src=x onerror=alert('CVE-Hunters')>" https://target/module/TabelaArredondamento/edit` and then accessing the page to observe if the script triggers. [1, 2]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include avoiding use of the affected Portabilis i-Educar versions up to 2.10 or replacing the affected component. Since no known mitigations or countermeasures have been identified, it is recommended to restrict access to the vulnerable endpoint, implement web application firewall (WAF) rules to block malicious input patterns targeting the 'Nome' parameter, and sanitize or validate inputs on the server side if possible. Monitoring for exploitation attempts and applying strict input validation are critical until a patch or update 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