CVE-2022-38512: The Translation module in Liferay Portal v7.4.3.12 through v7.4.3.36, and Liferay DXP 7.4 update 8 through...
The Translation module in Liferay Portal v7.4.3.12 through v7.4.3.36, and Liferay DXP 7.4 update 8 through 36 does not check permissions before allowing a user to export a web content for translation, allowing attackers to download a web content page's XLIFF translation file via crafted URL.
Security readout for executives and security teams
Plain-English summary
CVE-2022-38512 lets an unauthenticated attacker obtain translation export files for web content from affected Liferay installations. The business risk is information disclosure: XLIFF files may expose page text or sensitive unpublished content if such content exists in the portal.
Executive priority
Handle as a moderate-priority confidentiality issue. Prioritize internet-facing or partner-facing Liferay portals that contain sensitive web content, regulated material, customer information, or unpublished pages.
Technical view
The Liferay Translation module lacked a permission check before exporting web content for translation. A crafted URL could cause download of a web content page's XLIFF translation file. Sources rate it CVSS 6.5 with network access, low complexity, no privileges, user interaction required, and high confidentiality impact.
Likely exposure
Exposure is limited to Liferay Portal 7.4.3.12 through 7.4.3.36 and Liferay DXP 7.4 update 8 through update 36 using web content translation features.
Exploitation context
The bundle does not cite active exploitation, and CISA KEV status is false. The issue is remotely reachable and does not require attacker privileges, but the CVSS vector indicates user interaction is required.
Researcher notes
This is CWE-862 missing authorization in the Translation module export path. Evidence supports unauthorized XLIFF file download, not code execution, integrity impact, or service disruption. The provided sources do not include exploit details or named mitigations beyond affected version ranges.
Mitigation direction
Inventory Liferay Portal and DXP versions against the affected ranges.
Review the Liferay advisory for the supported fix or update path.
Prioritize moving affected systems outside the vulnerable version range.
Limit exposure of affected portals until vendor remediation is applied.
Treat translation export files as sensitive content during remediation.
Validation and detection
Confirm whether deployed versions match the affected Liferay Portal or DXP ranges.
Review whether web content translation/export functionality is enabled or exposed.
Check access logs for unusual XLIFF translation export activity.
Verify remediation by confirming the installed version is no longer in the affected range.
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 · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.