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.
| Package | Affected versions | Patched versions |
|---|---|---|
com.liferay:com.liferay.portal.security.ldap.implMaven | >= 4.0.2, < 4.0.54 | 4.0.54 |
Affected products
2- Liferay/DXPv5Range: 7.3.10
Patches
1fc14297acd87LPS-196672 Update log level to debug
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- github.com/advisories/GHSA-cw79-fq4f-9r96ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-62262ghsaADVISORY
- github.com/liferay/liferay-portal/commit/fc14297acd87703ba1027d691fa27a6b96bbb57cghsaWEB
- liferay.atlassian.net/browse/LPE-17826ghsaWEB
- liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-62263ghsaWEB
News mentions
0No linked articles in our index yet.