2 matches found
RealVNC 4.1.2 (vncviewer.exe) RFB Protocol Remote Code Execution PoC
No description provided by source. !/usr/bin/env python POC: RealVNC 4.1.2 'vncviewer.exe' RFB Protocol Remote Code Execution Vulnerability, BID 30499 Author: Andres Lopez Luksenberg [email protected] import socket serversocket = socket.socketsocket.AFINET, socket.SOCKSTREAM serversocket.bind''...
Buffer overflow in Python code
Hi, I've found buffer overflow in Python 2.1.1 source code. Maybe there're many others The buffer overflow is in the file traceback.c in the directory Python of the Python source code. Simply there's a sprintf done in this way: sprintflinebuf,FMT,filename,lineno,name What cause the overflow is th...