CVE-2022-42128: Incorrect Default Permissions in Liferay Portal
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.35359%
CWE
Published
11/15/2022
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.liferay.portal:release.portal.bom | maven | >= 7.4.1, <= 7.4.3.4 | 7.4.3.5 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on missing permission checks in the Hypermedia REST API's WikiNodeResource endpoint. While no actual patch diffs are available, all authoritative sources (CVE description, Liferay advisory, GHSA) explicitly identify getSiteWikiNodeByExternalReferenceCode as the vulnerable API method. In runtime profiling, this would appear as the primary entry point handling unauthorized requests for WikiNode objects. The function signature follows Liferay's standard pattern for REST resource classes in the headless-delivery module.