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

CVE-2025-43768

CVE-2025-43768

Description

Liferay Portal 7.4.0 through 7.4.3.131, and Liferay DXP 2024.Q4.0 through 2024.Q4.7, 2024.Q3.1 through 2024.Q3.13, 2024.Q2.0 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.15 and 7.4 GA through update 92 allows authenticated users without any permissions to access sensitive information of admin users using JSONWS APIs.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay.portal:com.liferay.portal.implMaven
< 108.1.1108.1.1

Affected products

2

Patches

1
efdbdbce7360

LPD-41243 We need to check whether the user has permissions to assign members of the role instead

https://github.com/liferay/liferay-portalBrian I. KimNov 7, 2024via ghsa
1 file changed · +1 1
  • portal-impl/src/com/liferay/portal/service/impl/UserServiceImpl.java+1 1 modified
    @@ -1500,7 +1500,7 @@ public int getOrganizationUsersCount(long organizationId, int status)
     	@Override
     	public long[] getRoleUserIds(long roleId) throws PortalException {
     		RolePermissionUtil.check(
    -			getPermissionChecker(), roleId, ActionKeys.VIEW);
    +			getPermissionChecker(), roleId, ActionKeys.ASSIGN_MEMBERS);
     
     		return userLocalService.getRoleUserIds(roleId);
     	}
    

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.