CVE-2023-6275
Published: 24 November 2023
Summary
CVE-2023-6275 is a low-severity Cross-site Scripting (CWE-79) vulnerability in Totvs Fluig. Its CVSS base score is 3.5 (Low).
Operationally, ranked in the top 2.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
A vulnerability rated as problematic was identified in the TOTVS Fluig Platform versions 1.6.x, 1.7.x, 1.8.0, and 1.8.1. The issue resides in an unknown function of the file /mobileredir/openApp.jsp within the mobileredir component and stems from improper handling of the redirectUrl and user parameters. An attacker can supply a crafted input such as "><script>alert(document.domain)</script> to trigger reflected cross-site scripting, as classified under CWE-79. The flaw carries a CVSS 3.1 score of 3.5 and can be triggered remotely.
An authenticated user with low privileges can exploit the weakness by sending a malicious link or request to a victim who then interacts with the affected page, resulting in script execution in the victim's browser context. The attack requires user interaction and does not impact confidentiality or availability but can achieve limited integrity changes such as unauthorized script execution within the application's domain.
Vendor advisories direct administrators to upgrade to the fixed releases 1.7.1-231128, 1.8.0-231127, or 1.8.1-231127. The exploit code has been publicly disclosed, and the associated references include the TOTVS TDN release notes that document the remediation. The EPSS score has remained flat at its current and peak value of 0.5249 with no material increase observed after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-58519
Vulnerability details
A vulnerability was found in TOTVS Fluig Platform 1.6.x/1.7.x/1.8.0/1.8.1. It has been rated as problematic. Affected by this issue is some unknown functionality of the file /mobileredir/openApp.jsp of the component mobileredir. The manipulation of the argument redirectUrl/user with the input…
more
"><script>alert(document.domain)</script> leads to cross site scripting. The attack may be launched remotely. The exploit has been disclosed to the public and may be used. Upgrading to version 1.7.1-231128, 1.8.0-231127 and 1.8.1-231127 is able to address this issue. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-246104.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.