CVE-2022-42131: Improper Certificate Validation in Liferay Portal
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.30381%
CWE
Published
11/15/2022
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.liferay.portal:release.portal.bom | maven | >= 7.1.0, < 7.4.3.4 | 7.4.3.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on missing SSL validation in DDM REST data providers. While exact patch details are unavailable, the advisory specifically identifies DDMRESTDataProvider as the vulnerable component. Typical Java REST client patterns would involve:
- A main execution method (getResponse) that initiates requests
- A helper method (_getHttpClient) configuring the HTTP client Insecure implementations often skip SSL verification in these locations. The medium confidence reflects educated inference based on vulnerability patterns and Liferay's component structure.