Moderate severityNVD Advisory· Published Sep 10, 2025· Updated Sep 10, 2025
CVE-2025-43783
CVE-2025-43783
Description
Reflected cross-site scripting (XSS) vulnerability in Liferay Portal 7.4.3.73 through 7.4.3.128, and Liferay DXP 2024.Q3.0 through 2024.Q3.1, 2024.Q2.0 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.12, 7.4 update 73 through update 92 allows remote attackers to inject arbitrary web script or HTML via the /c/portal/comment/discussion/get_editor path.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
com.liferay:com.liferay.frontend.editor.ckeditor.webMaven | >= 5.0.76, < 5.0.102 | 5.0.102 |
Affected products
2- Liferay/DXPv5Range: 7.4.13-u73
Patches
1d7f9e94e0ebbLPD-34094 Escape namespace in aria attribite for ckeditor.jsp
1 file changed · +1 −1
modules/apps/frontend-editor/frontend-editor-ckeditor-web/src/main/resources/META-INF/resources/ckeditor.jsp+1 −1 modified@@ -344,7 +344,7 @@ name = HtmlUtil.escapeJS(name); if (iframe) { iframe.attr( 'aria-labelledby', - '<%= namespace %>Aria ' + + '<%= HtmlUtil.escapeAttribute(namespace) %>Aria ' + iframe._node.attributes['aria-describedby'].value ); }
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
5- github.com/advisories/GHSA-jhgr-j9cj-8j62ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-43783ghsaADVISORY
- github.com/liferay/liferay-portal/commit/d7f9e94e0ebb63b04ac77d6253fe16dbd914bdf1ghsaWEB
- liferay.atlassian.net/browse/LPE-18085ghsaWEB
- liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-43783ghsaWEB
News mentions
0No linked articles in our index yet.