VYPR
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.

PackageAffected versionsPatched versions
com.liferay:com.liferay.frontend.editor.ckeditor.webMaven
>= 5.0.76, < 5.0.1025.0.102

Affected products

2

Patches

1
d7f9e94e0ebb

LPD-34094 Escape namespace in aria attribite for ckeditor.jsp

https://github.com/liferay/liferay-portalDaniel SanzAug 19, 2024via ghsa
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

News mentions

0

No linked articles in our index yet.