CVE-2022-42129: An Insecure direct object reference (IDOR) vulnerability in the Dynamic Data Mapping module in Liferay Port...
An Insecure direct object reference (IDOR) vulnerability in the Dynamic Data Mapping module in Liferay Portal 7.3.2 through 7.4.3.4, and Liferay DXP 7.3 before update 4, and 7.4 GA allows remote authenticated users to view and access form entries via the `formInstanceRecordId` parameter.
Security readout for executives and security teams
Plain-English summary
Authenticated users may be able to view Liferay form entries they should not access by referencing another form record identifier. The known impact is confidentiality loss, not data modification or service outage.
Executive priority
Treat as a moderate-priority privacy and data exposure issue. Prioritize systems collecting regulated, customer, employee, or confidential form data.
Technical view
CVE-2022-42129 is an IDOR in Liferay Dynamic Data Mapping. A remote authenticated user can access form entries through the formInstanceRecordId parameter. Affected ranges include Liferay Portal 7.3.2 through 7.4.3.4, Liferay DXP 7.3 before update 4, and 7.4 GA.
Likely exposure
Exposure is most relevant where Liferay Portal or DXP hosts forms containing sensitive submissions and low-privilege authenticated users have application access.
Exploitation context
The source bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires authentication and appears limited to unauthorized reading of form entries.
Researcher notes
The CVE maps to CWE-639 and CVSS 3.1 score 4.3. The bundle identifies the vulnerable parameter and affected product ranges, but does not provide detailed patch notes or exploit telemetry.
Mitigation direction
Identify Liferay Portal and DXP instances using Dynamic Data Mapping forms.
Check Liferay's advisory and LPE-17448 for vendor-supported fix guidance.
Upgrade affected deployments to versions outside the listed vulnerable ranges.
Limit access to sensitive forms to trusted authenticated users until remediated.
Review form submissions for sensitive data that may need follow-up handling.
Validation and detection
Inventory deployed Liferay versions and compare them with the affected ranges.
Confirm whether Dynamic Data Mapping forms are enabled and in use.
Verify low-privilege users cannot view form entries they do not own.
Review application logs for unusual access to form entry records.
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-639: 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-639 · source CWE mapping
Authorization Bypass Through User-Controlled Key
Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.