CVE-2022-42130: The Dynamic Data Mapping module in Liferay Portal 7.1.0 through 7.4.3.4, and Liferay DXP 7.1 before fix pac...
The Dynamic Data Mapping module in Liferay Portal 7.1.0 through 7.4.3.4, and Liferay DXP 7.1 before fix pack 27, 7.2 before fix pack 19, 7.3 before update 4, and 7.4 GA does not properly check permission of form entries, which allows remote authenticated users to view and access all form entries.
Security readout for executives and security teams
Plain-English summary
This flaw lets an authenticated Liferay user see form entries they should not be allowed to access. The business impact is mainly unauthorized disclosure of submitted form data, which may include customer, employee, or operational information depending on how Liferay forms are used.
Executive priority
Treat as a medium-priority privacy and data-governance issue. Prioritize remediation where Liferay forms collect regulated, customer, HR, or partner information, or where large authenticated user populations exist.
Technical view
CVE-2022-42130 is an authorization weakness in Liferay Dynamic Data Mapping. A remote authenticated user can access all form entries because permissions are not properly checked. CVSS 3.1 is 4.3: network reachable, low complexity, low privileges required, no user interaction, confidentiality impact only.
Likely exposure
Organizations are exposed if they run affected Liferay Portal 7.1.0 through 7.4.3.4, or affected Liferay DXP 7.1, 7.2, 7.3, or 7.4 GA versions, and use forms that store sensitive entries.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a valid authenticated account, reducing internet-wide risk but increasing concern for portals with many users, partners, or customers.
Researcher notes
Affected CPE metadata in the bundle is not useful; rely on the Liferay-named versions in the description and vendor advisory. The core issue maps to CWE-276 and the CVSS vector confirms authenticated remote read exposure without integrity or availability impact.
Mitigation direction
Inventory Liferay Portal and DXP versions against the affected ranges.
Apply Liferay fix packs, updates, or later fixed releases identified by vendor guidance.
Restrict authenticated user access to form-management and form-entry views.
Review stored form entries for sensitive personal, customer, or operational data.
Monitor Liferay logs for unusual authenticated access to form entries.
Validation and detection
Confirm whether Dynamic Data Mapping forms are enabled and storing entries.
Map which roles should access each form and entry set.
Verify low-privileged users cannot view entries outside their authorization.
Check deployed Liferay versions against vendor advisory and fix pack levels.
Review recent access logs for broad authenticated form-entry reads.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-276: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-276 · source CWE mapping
Incorrect Default Permissions
Incorrect Default Permissions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.