CVE-2025-43748

6.8 MEDIUM

📋 TL;DR

This CVE describes a Cross-Site Request Forgery (CSRF) vulnerability affecting omni-administrator users in Liferay Portal and DXP. Attackers can trick authenticated administrators into performing unintended actions via malicious requests. All Liferay deployments with omni-administrator accounts using affected versions are vulnerable.

💻 Affected Systems

Products:
  • Liferay Portal
  • Liferay DXP
Versions: Liferay Portal 7.0.0 through 7.4.3.119; Liferay DXP 2024.Q1.1 through 2024.Q1.6, 2023.Q4.0 through 2023.Q4.9, 2023.Q3.1 through 2023.Q3.9, 7.4 GA through update 92, 7.3 GA through update 36, and older unsupported versions
Operating Systems: All
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects omni-administrator users. Regular users and administrators without omni privileges are not vulnerable.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could gain full administrative control by tricking omni-administrators into executing privileged actions like creating new admin accounts, modifying system configurations, or deploying malicious code.

🟠

Likely Case

Attackers could modify user permissions, change system settings, or perform data manipulation through the administrator interface without the victim's knowledge.

🟢

If Mitigated

With proper CSRF protections and security controls, the impact is limited to unsuccessful exploitation attempts that are blocked by security mechanisms.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Requires social engineering to trick authenticated omni-administrator users into visiting malicious pages while logged into Liferay.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Liferay Portal 7.4.3.120+, Liferay DXP 2024.Q1.7+, 2023.Q4.10+, 2023.Q3.10+, 7.4 update 93+, 7.3 update 37+

Vendor Advisory: https://liferay.dev/portal/security/known-vulnerabilities/-/asset_publisher/jekt/content/CVE-2025-43748

Restart Required: No

Instructions:

1. Download the appropriate fix pack from Liferay's customer portal. 2. Apply the fix pack according to Liferay's deployment documentation. 3. Verify the patch was applied successfully.

🔧 Temporary Workarounds

Implement CSRF Tokens Manually

all

Add CSRF protection to administrative endpoints using custom filters or security configurations

Restrict Administrator Access

all

Limit omni-administrator access to trusted networks and implement strict session management

🧯 If You Can't Patch

  • Implement network segmentation to restrict omni-administrator access to trusted IP addresses only
  • Enforce strict session timeouts and require re-authentication for sensitive administrative actions

🔍 How to Verify

Check if Vulnerable:

Check Liferay version via Control Panel → Configuration → Server Administration → System Information

Check Version:

Check Liferay version in Control Panel or via server logs

Verify Fix Applied:

Verify version is patched and test CSRF protection on administrative endpoints

📡 Detection & Monitoring

Log Indicators:

  • Multiple administrative actions from same session in rapid succession
  • Administrative requests missing CSRF tokens

Network Indicators:

  • External requests to administrative endpoints from unexpected sources

SIEM Query:

source=liferay AND (action=admin_* OR user_role=omni-admin) AND csrf_token=null

🔗 References

📤 Share & Export