Executive Summary

Informations
Name CVE-2017-1000410 First vendor Publication 2017-12-07
Vendor Cve Last vendor Modification 2019-04-08

Security-Database Scoring CVSS v3

Cvss vector : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Overall CVSS Score 7.5
Base Score 7.5 Environmental Score 7.5
impact SubScore 3.6 Temporal Score 7.5
Exploitabality Sub Score 3.9
 
Attack Vector Network Attack Complexity Low
Privileges Required None User Interaction None
Scope Unchanged Confidentiality Impact High
Integrity Impact None Availability Impact None
Calculate full CVSS 3.0 Vectors scores

Security-Database Scoring CVSS v2

Cvss vector : (AV:N/AC:L/Au:N/C:P/I:N/A:N)
Cvss Base Score 5 Attack Range Network
Cvss Impact Score 2.9 Attack Complexity Low
Cvss Expoit Score 10 Authentication None Required
Calculate full CVSS 2.0 Vectors scores

Detail

The Linux kernel version 3.3-rc1 and later is affected by a vulnerability lies in the processing of incoming L2CAP commands - ConfigRequest, and ConfigResponse messages. This info leak is a result of uninitialized stack variables that may be returned to an attacker in their uninitialized state. By manipulating the code flows that precede the handling of these configuration messages, an attacker can also gain some control over which data will be held in the uninitialized stack variables. This can allow him to bypass KASLR, and stack canaries protection - as both pointers and stack canaries may be leaked in this manner. Combining this vulnerability (for example) with the previously disclosed RCE vulnerability in L2CAP configuration parsing (CVE-2017-1000251) may allow an attacker to exploit the RCE against kernels which were built with the above mitigations. These are the specifics of this vulnerability: In the function l2cap_parse_conf_rsp and in the function l2cap_parse_conf_req the following variable is declared without initialization: struct l2cap_conf_efs efs; In addition, when parsing input configuration parameters in both of these functions, the switch case for handling EFS elements may skip the memcpy call that will write to the efs variable: ... case L2CAP_CONF_EFS: if (olen == sizeof(efs)) memcpy(&efs, (void *)val, olen); ... The olen in the above if is attacker controlled, and regardless of that if, in both of these functions the efs variable would eventually be added to the outgoing configuration request that is being built: l2cap_add_conf_opt(&ptr, L2CAP_CONF_EFS, sizeof(efs), (unsigned long) &efs); So by sending a configuration request, or response, that contains an L2CAP_CONF_EFS element, but with an element length that is not sizeof(efs) - the memcpy to the uninitialized efs variable can be avoided, and the uninitialized variable would be returned to the attacker (16 bytes).

Original Source

Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000410

CWE : Common Weakness Enumeration

% Id Name
100 % CWE-200 Information Exposure

CPE : Common Platform Enumeration

TypeDescriptionCount
Application 1
Application 1
Os 2
Os 3083
Os 2
Os 2
Os 1
Os 2
Os 2
Os 2

Nessus® Vulnerability Scanner

Date Description
2018-05-15 Name : The remote Virtuozzo host is missing multiple security updates.
File : Virtuozzo_VZA-2018-029.nasl - Type : ACT_GATHER_INFO
2018-05-10 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2018-1319.nasl - Type : ACT_GATHER_INFO
2018-04-27 Name : The remote CentOS host is missing one or more security updates.
File : centos_RHSA-2018-1062.nasl - Type : ACT_GATHER_INFO
2018-01-10 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-4082.nasl - Type : ACT_GATHER_INFO
2017-12-26 Name : The remote Debian host is missing a security-related update.
File : debian_DSA-4073.nasl - Type : ACT_GATHER_INFO
2017-12-18 Name : The remote openSUSE host is missing a security update.
File : openSUSE-2017-1390.nasl - Type : ACT_GATHER_INFO
2017-12-07 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1318.nasl - Type : ACT_GATHER_INFO
2017-12-07 Name : The remote EulerOS host is missing multiple security updates.
File : EulerOS_SA-2017-1319.nasl - Type : ACT_GATHER_INFO

Sources (Detail)

Source Url
BID http://www.securityfocus.com/bid/102101
CONFIRM https://help.ecostruxureit.com/display/public/UADCE725/Security+fixes+in+Stru...
DEBIAN https://www.debian.org/security/2017/dsa-4073
https://www.debian.org/security/2018/dsa-4082
MLIST http://seclists.org/oss-sec/2017/q4/357
REDHAT https://access.redhat.com/errata/RHSA-2018:0654
https://access.redhat.com/errata/RHSA-2018:0676
https://access.redhat.com/errata/RHSA-2018:1062
https://access.redhat.com/errata/RHSA-2018:1130
https://access.redhat.com/errata/RHSA-2018:1170
https://access.redhat.com/errata/RHSA-2018:1319
UBUNTU https://usn.ubuntu.com/3933-1/
https://usn.ubuntu.com/3933-2/

Alert History

If you want to see full details history, please login or register.
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Date Informations
2024-03-12 12:39:40
  • Multiple Updates
2024-02-02 01:43:04
  • Multiple Updates
2024-02-01 12:12:08
  • Multiple Updates
2023-12-29 01:38:16
  • Multiple Updates
2023-11-22 01:37:56
  • Multiple Updates
2023-09-05 12:41:06
  • Multiple Updates
2023-09-05 01:11:53
  • Multiple Updates
2023-09-02 12:40:53
  • Multiple Updates
2023-09-02 01:12:09
  • Multiple Updates
2023-08-12 12:44:21
  • Multiple Updates
2023-08-12 01:11:39
  • Multiple Updates
2023-08-11 12:39:00
  • Multiple Updates
2023-08-11 01:11:58
  • Multiple Updates
2023-08-06 12:37:43
  • Multiple Updates
2023-08-06 01:11:38
  • Multiple Updates
2023-08-04 12:37:53
  • Multiple Updates
2023-08-04 01:11:42
  • Multiple Updates
2023-07-14 12:37:55
  • Multiple Updates
2023-07-14 01:11:41
  • Multiple Updates
2023-06-06 12:33:13
  • Multiple Updates
2023-03-29 01:39:41
  • Multiple Updates
2023-03-28 12:11:59
  • Multiple Updates
2023-01-25 01:31:10
  • Multiple Updates
2022-10-11 12:33:50
  • Multiple Updates
2022-10-11 01:11:36
  • Multiple Updates
2022-09-09 01:30:01
  • Multiple Updates
2022-03-11 01:27:40
  • Multiple Updates
2022-02-01 01:26:35
  • Multiple Updates
2021-12-11 12:27:09
  • Multiple Updates
2021-12-11 01:25:26
  • Multiple Updates
2021-08-19 12:23:23
  • Multiple Updates
2021-05-25 12:22:18
  • Multiple Updates
2021-05-04 12:55:22
  • Multiple Updates
2021-04-22 02:07:57
  • Multiple Updates
2021-03-27 01:19:53
  • Multiple Updates
2020-12-12 12:17:29
  • Multiple Updates
2020-12-05 12:18:44
  • Multiple Updates
2020-09-25 01:16:51
  • Multiple Updates
2020-08-11 12:17:00
  • Multiple Updates
2020-08-08 01:16:56
  • Multiple Updates
2020-08-07 12:17:11
  • Multiple Updates
2020-08-07 01:17:50
  • Multiple Updates
2020-08-01 12:16:53
  • Multiple Updates
2020-07-30 01:17:34
  • Multiple Updates
2020-05-24 01:20:02
  • Multiple Updates
2020-05-23 02:02:15
  • Multiple Updates
2020-05-23 00:54:35
  • Multiple Updates
2019-09-12 12:08:41
  • Multiple Updates
2019-07-03 12:08:17
  • Multiple Updates
2019-06-15 12:08:36
  • Multiple Updates
2019-06-07 12:08:22
  • Multiple Updates
2019-04-09 05:18:58
  • Multiple Updates
2019-04-05 00:18:52
  • Multiple Updates
2019-04-03 09:19:23
  • Multiple Updates
2019-03-15 21:19:13
  • Multiple Updates
2019-03-12 21:18:59
  • Multiple Updates
2019-03-07 12:08:16
  • Multiple Updates
2019-03-02 12:07:39
  • Multiple Updates
2019-02-28 12:07:52
  • Multiple Updates
2019-02-16 12:07:41
  • Multiple Updates
2018-12-18 12:07:17
  • Multiple Updates
2018-12-15 12:07:15
  • Multiple Updates
2018-12-01 00:18:58
  • Multiple Updates
2018-11-22 12:07:54
  • Multiple Updates
2018-11-20 12:07:29
  • Multiple Updates
2018-11-15 12:08:00
  • Multiple Updates
2018-11-08 12:07:52
  • Multiple Updates
2018-10-30 12:09:48
  • Multiple Updates
2018-07-13 12:08:06
  • Multiple Updates
2018-07-04 12:01:52
  • Multiple Updates
2018-05-10 09:19:35
  • Multiple Updates
2018-04-24 21:19:43
  • Multiple Updates
2018-04-19 09:19:28
  • Multiple Updates
2018-04-12 09:18:51
  • Multiple Updates
2018-04-11 09:19:15
  • Multiple Updates
2018-03-28 12:08:05
  • Multiple Updates
2018-01-11 09:22:08
  • Multiple Updates
2017-12-25 09:22:00
  • Multiple Updates
2017-12-21 21:21:11
  • Multiple Updates
2017-12-19 13:23:50
  • Multiple Updates
2017-12-09 09:22:21
  • Multiple Updates
2017-12-08 13:23:04
  • Multiple Updates
2017-12-08 00:22:05
  • First insertion