High severityNVD Advisory· Published Oct 27, 2025· Updated Oct 28, 2025
CVE-2025-62260
CVE-2025-62260
Description
Liferay Portal 7.4.0 through 7.4.3.99, 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 does not limit the number of objects returned from Headless API requests, which allows remote attackers to perform denial-of-service (DoS) attacks on the application by executing a request that returns a large number of objects.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
com.liferay.portal:release.portal.bomMaven | >= 7.4.0-ga1, < 7.4.3.100 | 7.4.3.100 |
Affected products
2- Liferay/DXPv5Range: 7.3.10
Patches
11 file changed · +0 −2
modules/apps/portal-vulcan/portal-vulcan-test/src/testIntegration/java/com/liferay/portal/vulcan/internal/jaxrs/context/provider/test/PaginationContextProviderTest.java+0 −2 modified@@ -126,7 +126,6 @@ public void test() throws Exception { _withPageSizeLimit(-1, () -> _test(1, 25, null, 25)); _withPageSizeLimit(-1, () -> _test(2, 20, 2, null)); _withPageSizeLimit(-1, () -> _test(2, 25, 2, 25)); - _withPageSizeLimit(0, () -> _test(1, 20, null, null)); _withPageSizeLimit(0, () -> _test(1, 25, null, 25)); _withPageSizeLimit(0, () -> _test(2, 20, 2, null)); @@ -138,7 +137,6 @@ public void test() throws Exception { _withPageSizeLimit(-1, () -> _test(-1, -1, 0, null)); _withPageSizeLimit(-1, () -> _test(-1, -1, null, -1)); _withPageSizeLimit(-1, () -> _test(-1, -1, null, 0)); - _withPageSizeLimit(0, () -> _test(-1, -1, -1, null)); _withPageSizeLimit(0, () -> _test(-1, -1, 0, null)); _withPageSizeLimit(0, () -> _test(-1, -1, null, -1));
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-vgqx-447m-wvcjghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2025-62260ghsaADVISORY
- github.com/liferay/liferay-portal/commit/5f5c73913b0e7287f7de0b4e19987cc57844b691ghsaWEB
- liferay.atlassian.net/browse/LPE-17800ghsaWEB
- liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-62260ghsaWEB
News mentions
0No linked articles in our index yet.