VYPR
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.

PackageAffected versionsPatched versions
com.liferay.portal:release.portal.bomMaven
>= 7.4.0-ga1, < 7.4.3.1007.4.3.100

Affected products

2

Patches

1
5f5c73913b0e

LPS-191342 SF

https://github.com/liferay/liferay-portalBrian ChanOct 11, 2023via ghsa
1 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

News mentions

0

No linked articles in our index yet.