VYPR
Moderate severityNVD Advisory· Published Aug 23, 2025· Updated Aug 25, 2025

CVE-2025-43764

CVE-2025-43764

Description

Self-ReDoS (Regular expression Denial of Service) exists with Role Name search field of Kaleo Designer portlet JavaScript in Liferay Portal 7.4.0 through 7.4.3.131, and Liferay DXP 2024.Q4.0 through 2024.Q4.1, 2024.Q3.0 through 2024.Q3.13, 2024.Q2.1 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.20 and 7.4 GA through update 92, which allows authenticated users with permissions to update Kaleo Workflows to enter a malicious Regex pattern causing their browser to hang for a very long time.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay:com.liferay.portal.workflow.kaleo.designer.webMaven
< 5.0.1455.0.145

Affected products

2

Patches

1
12a076172494

LPD-43291 Treat user input only as a normal search string, not as regex

https://github.com/liferay/liferay-portalPedro TavaresDec 5, 2024via ghsa
1 file changed · +1 1
  • modules/dxp/apps/portal-workflow/portal-workflow-kaleo-designer-web/src/main/resources/META-INF/resources/designer/js/definition-builder/diagram-builder/components/sidebar/sections/shared-components/BaseRoleType.tsx+1 1 modified
    @@ -190,7 +190,7 @@ export function BaseRoleType({
     						? item
     						: item?.roleName
     								.toLowerCase()
    -								.match(selectedRoleName?.toLowerCase())
    +								.includes(selectedRoleName?.toLowerCase())
     				)
     			: [];
     	};
    

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.