CVE-2017-7477
Linux MACsec Heap-based Buffer Overflow
Description
Heap-based buffer overflow in drivers/net/macsec.c in the MACsec module in the Linux kernel through 4.10.12 allows attackers to cause a denial of service or possibly have unspecified other impact by leveraging the use of a MAX_SKB_FRAGS+1 size in conjunction with the NETIF_F_FRAGLIST feature, leading to an error in the skb_to_sgvec function.
INFO
Published Date :
April 25, 2017, 2:59 p.m.
Last Modified :
Nov. 21, 2024, 3:31 a.m.
Source :
[email protected]
Remotely Exploitable :
No
Impact Score :
5.9
Exploitability Score :
1.0
Public PoC/Exploit Available at Github
CVE-2017-7477 has a 1 public PoC/Exploit
available at Github.
Go to the Public Exploits
tab to see the list.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2017-7477
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
None
Python
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2017-7477
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2017-7477
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by [email protected]
May. 14, 2024
Action Type Old Value New Value -
Modified Analysis by [email protected]
Jun. 21, 2023
Action Type Old Value New Value Removed CVSS V3 NIST AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H Added CVSS V3.1 NIST AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H Changed Reference Type http://www.securitytracker.com/id/1038500 No Types Assigned http://www.securitytracker.com/id/1038500 Third Party Advisory, VDB Entry Changed Reference Type https://access.redhat.com/errata/RHSA-2017:1615 No Types Assigned https://access.redhat.com/errata/RHSA-2017:1615 Third Party Advisory Changed Reference Type https://access.redhat.com/errata/RHSA-2017:1616 No Types Assigned https://access.redhat.com/errata/RHSA-2017:1616 Third Party Advisory Changed CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions up to (including) 4.10.12 OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.6 up to (excluding) 4.9.28 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.10 up to (excluding) 4.10.16 -
CVE Modified by [email protected]
Feb. 12, 2023
Action Type Old Value New Value Changed Description A flaw was found in the way Linux kernel allocates heap memory to build the scattergather list from a fragment list(skb_shinfo(skb)->frag_list) in the socket buffer(skb_buff). The heap overflow occurred if 'MAX_SKB_FRAGS + 1' parameter and 'NETIF_F_FRAGLIST' feature are both used together. A remote user or process could use this flaw to potentially escalate their privilege on a system. Heap-based buffer overflow in drivers/net/macsec.c in the MACsec module in the Linux kernel through 4.10.12 allows attackers to cause a denial of service or possibly have unspecified other impact by leveraging the use of a MAX_SKB_FRAGS+1 size in conjunction with the NETIF_F_FRAGLIST feature, leading to an error in the skb_to_sgvec function. Removed CVSS V3 Red Hat, Inc. AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H Removed Reference https://access.redhat.com/security/cve/CVE-2017-7477 [No Types Assigned] -
CVE Modified by [email protected]
Feb. 02, 2023
Action Type Old Value New Value Changed Description Heap-based buffer overflow in drivers/net/macsec.c in the MACsec module in the Linux kernel through 4.10.12 allows attackers to cause a denial of service or possibly have unspecified other impact by leveraging the use of a MAX_SKB_FRAGS+1 size in conjunction with the NETIF_F_FRAGLIST feature, leading to an error in the skb_to_sgvec function. A flaw was found in the way Linux kernel allocates heap memory to build the scattergather list from a fragment list(skb_shinfo(skb)->frag_list) in the socket buffer(skb_buff). The heap overflow occurred if 'MAX_SKB_FRAGS + 1' parameter and 'NETIF_F_FRAGLIST' feature are both used together. A remote user or process could use this flaw to potentially escalate their privilege on a system. Added CVSS V3 Red Hat, Inc. AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H Added Reference https://access.redhat.com/security/cve/CVE-2017-7477 [No Types Assigned] -
CVE Modified by [email protected]
Jan. 05, 2018
Action Type Old Value New Value Added Reference https://access.redhat.com/errata/RHSA-2017:1616 [No Types Assigned] Added Reference https://access.redhat.com/errata/RHSA-2017:1615 [No Types Assigned] -
CVE Modified by [email protected]
Jul. 08, 2017
Action Type Old Value New Value Added Reference http://www.securitytracker.com/id/1038500 [No Types Assigned] -
Initial Analysis by [email protected]
May. 05, 2017
Action Type Old Value New Value Added CVSS V2 (AV:L/AC:M/Au:N/C:C/I:C/A:C) Added CVSS V3 AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H Changed Reference Type http://www.securityfocus.com/bid/98014 No Types Assigned http://www.securityfocus.com/bid/98014 Third Party Advisory, VDB Entry Changed Reference Type https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=5294b83086cc1c35b4efeca03644cf9d12282e5b No Types Assigned https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=5294b83086cc1c35b4efeca03644cf9d12282e5b Patch Changed Reference Type https://bugzilla.redhat.com/show_bug.cgi?id=1445207 No Types Assigned https://bugzilla.redhat.com/show_bug.cgi?id=1445207 Issue Tracking, Patch, Third Party Advisory Changed Reference Type https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=4d6fa57b4dab0d77f4d8e9d9c73d1e63f6fe8fee No Types Assigned https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=4d6fa57b4dab0d77f4d8e9d9c73d1e63f6fe8fee Patch Added CWE CWE-119 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:4.10.12:*:*:*:*:*:*:* (and previous) -
CVE Modified by [email protected]
Apr. 28, 2017
Action Type Old Value New Value Added Reference https://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git/commit/?id=5294b83086cc1c35b4efeca03644cf9d12282e5b [No Types Assigned] Added Reference http://www.securityfocus.com/bid/98014 [No Types Assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2017-7477
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2017-7477
weaknesses.
Exploit Prediction
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.
0.07 }} 0.00%
score
0.28106
percentile