CVE-2013-5009 - Improper Authentication

Severity

74%

Complexity

44%

Confidentiality

165%

The Management Console in Symantec Endpoint Protection (SEP) 11.x before 11.0.7.4 and 12.x before 12.1.2 RU2 and Endpoint Protection Small Business Edition 12.x before 12.1.2 RU2 does not properly perform authentication, which allows remote authenticated users to gain privileges by leveraging access to a limited-admin account.

The Management Console in Symantec Endpoint Protection (SEP) 11.x before 11.0.7.4 and 12.x before 12.1.2 RU2 and Endpoint Protection Small Business Edition 12.x before 12.1.2 RU2 does not properly perform authentication, which allows remote authenticated users to gain privileges by leveraging access to a limited-admin account.

CVSS 2.0 Base Score 7.4. CVSS Attack Vector: adjacent_network. CVSS Attack Complexity: medium. CVSS Vector: (AV:A/AC:M/Au:S/C:C/I:C/A:C).

Demo Examples

Improper Authentication

CWE-287

The following code intends to ensure that the user is already logged in. If not, the code performs authentication with the user-provided username and password. If successful, it sets the loggedin and user cookies to "remember" that the user has already logged in. Finally, the code performs administrator tasks if the logged-in user has the "Administrator" username, as recorded in the user cookie.


               
}
}
ExitError("Error: you need to log in first");
);
);
DoAdministratorTasks();

Unfortunately, this code can be bypassed. The attacker can set the cookies independently so that the code does not check the username and password. The attacker could do this with an HTTP request containing headers such as:


               
[body of request]

By setting the loggedin cookie to "true", the attacker bypasses the entire authentication check. By using the "Administrator" value in the user cookie, the attacker also gains privileges to administer the software.

Improper Authentication

CWE-287

Overview

Type

Symantec Endpoint Protection

First reported 11 years ago

2014-01-10 16:47:00

Last updated 7 years ago

2017-08-29 01:33:00

Affected Software

Symantec Endpoint Protection Version 11.0

11.0

Symantec Endpoint Protection Version 11.0 RU5

11.0

Symantec Endpoint Protection Version 11.0 RU6

11.0

Symantec Endpoint Protection Version 11.0 RU6a

11.0

Symantec Endpoint Protection Version 11.0 RU6 MP1

11.0

Symantec Endpoint Protection Version 11.0 RU6 MP2

11.0

Symantec Endpoint Protection Version 11.0.1 MR1

11.0.1

Symantec Endpoint Protection Version 11.0.1 MR1 MP1

11.0.1

Symantec Endpoint Protection Version 11.0.1 MR2 MP2

11.0.1

Symantec Endpoint Protection Version 11.0.2 MR2

11.0.2

Symantec Endpoint Protection Version 11.0.2 MR2 MP1

11.0.2

Symantec Endpoint Protection Version 11.0.2 MR2 MP2

11.0.2

Symantec Endpoint Protection Version 11.0.4 MR4

11.0.4

Symantec Endpoint Protection Version 11.0.4 MR4 MP1a

11.0.4

Symantec Endpoint Protection Version 11.0.4 MR4 MP2

11.0.4

Symantec Endpoint Protection Version 11.0.3001 MR3

11.0.3001

Symantec Endpoint Protection Version 11.0.6000

11.0.6000

Symantec Endpoint Protection Version 11.0 RU6-MP1(11.0.6100)

11.0.6100

Symantec Endpoint Protection Version 11.0 RU6-MP2(11.0.6200)

11.0.6200

Symantec Endpoint Protection 11.0.6200.754

11.0.6200.754

Symantec Endpoint Protection Version 11.0 RU6-MP3(11.0.6300)

11.0.6300

Symantec Endpoint Protection Version 11.0 RU7(11.0.7000)

11.0.7000

Symantec Endpoint Protection Version 11.0 RU7-MP1(11.0.7100)

11.0.7100

Stay updated

ExploitPedia is constantly evolving. Sign up to receive a notification when we release additional functionality.

Get in touch

If you'd like to report a bug or have any suggestions for improvements then please do get in touch with us using this form. We will get back to you as soon as we can.