VYPR
Moderate severityNVD Advisory· Published Oct 27, 2025· Updated Oct 28, 2025

CVE-2025-62262

CVE-2025-62262

Description

Information exposure through log file vulnerability in LDAP import feature in Liferay Portal 7.4.0 through 7.4.3.97, and older unsupported versions, and Liferay DXP 2023.Q3.1 through 2023.Q3.4, 7.4 GA through update 92, 7.3 GA through update 35, and older unsupported versions allows local users to view user email address in the log files.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.liferay:com.liferay.portal.security.ldap.implMaven
>= 4.0.2, < 4.0.544.0.54

Affected products

2

Patches

1
fc14297acd87

LPS-196672 Update log level to debug

https://github.com/liferay/liferay-portalJonathan McCannSep 21, 2023via ghsa
1 file changed · +2 2
  • modules/apps/portal-security/portal-security-ldap-impl/src/main/java/com/liferay/portal/security/ldap/internal/exportimport/LDAPUserImporterImpl.java+2 2 modified
    @@ -1780,8 +1780,8 @@ private User _updateUser(
     			return user;
     		}
     		else if ((modifiedDate == null) && !isNew) {
    -			if (_log.isInfoEnabled()) {
    -				_log.info(
    +			if (_log.isDebugEnabled()) {
    +				_log.debug(
     					"Skipping user " + user.getEmailAddress() +
     						" because the LDAP entry was never modified");
     			}
    

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.