GHSA-p2f8-vq4r-gqg3 — com.liferay.marketplace.a…
Fix: liferay/liferay-portal@0c3ab89GHSA-p2f8-vq4r-gqg3 is a Cross-site Scripting (XSS) vulnerability in com.liferay:com.liferay.marketplace.app.manager.web. A fix is available for com.liferay:com.liferay.marketplace.app.manager.web — see the affected versions and patch details below.
Liferay Portal Reflected XSS in marketplace-app-manager-web
Exploitation Status
No confirmed exploitation observed yet
- CISA assesses this as automatable — exploitation doesn’t require manual, per-target effort, which raises the odds of mass scanning and opportunistic attacks.
- CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.
Exploitation and automatability from CISA’s SSVC triage for GHSA-p2f8-vq4r-gqg3.
EPSS Exploitation Probability
EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.
Real-World Exposure
com.liferay:com.liferay.marketplace.app.manager.webReal-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.
Description
A reflected cross-site scripting (XSS) vulnerability in the Liferay Portal 7.4.0 through 7.4.3.131, and Liferay DXP 2024.Q4.0 through 2024.Q4.5, 2024.Q3.1 through 2024.Q3.13, 2024.Q2.0 through 2024.Q2.13, 2024.Q1.1 through 2024.Q1.12, 7.4 GA through update 92 allows an remote non-authenticated attacker to inject JavaScript into the modules/apps/marketplace/marketplace-app-manager-web.
Affected Packages
| Ecosystem | Package | Vulnerable range | Fix |
|---|---|---|---|
| ☕Maven | com.liferay:com.liferay.marketplace.app.manager.web | all versions | 5.0.50com.liferay:com.liferay.marketplace.app.manager.web:5.0.50 |
Detection & mitigation playbook
Open-source dependencyDetect
Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for com.liferay:com.liferay.marketplace.app.manager.web, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.
Fix
Update com.liferay:com.liferay.marketplace.app.manager.web to 5.0.50 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms GHSA-p2f8-vq4r-gqg3 is resolved across your whole dependency graph.
Workarounds
If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.
How O3 protects you
O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-p2f8-vq4r-gqg3 can be triaged on real exposure rather than presence alone.
Tailored to GHSA-p2f8-vq4r-gqg3. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.
How to detect GHSA-p2f8-vq4r-gqg3
A community-maintained Nuclei template exists for this CVE. You can scan for it directly:
nuclei -id ghsa-p2f8-vq4r-gqg3 -u https://target- Template
- Liferay Portal - Cross-Site Scripting
- Severity
- medium
- Impact
- Attackers can execute arbitrary JavaScript in victim browsers through the iconURL parameter in the marketplace app manager, potentially leading to session hijacking and credential theft.
- Remediation
- Upgrade Liferay Portal or DXP to the latest patched version that properly sanitizes the iconURL parameter.
Template by ProjectDiscovery nuclei-templates (iamnoooob, rootxharsh, pdresearch), MIT licensed. View the full template. Scan only systems you are authorised to test.
Frequently Asked Questions
Is GHSA-p2f8-vq4r-gqg3 in your dependencies?
O3 Security finds GHSA-p2f8-vq4r-gqg3 across Maven dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.