8.1
CVE-2018-18559
- EPSS 1.14%
- Veröffentlicht 22.10.2018 16:29:00
- Zuletzt bearbeitet 21.11.2024 03:56:09
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
In the Linux kernel through 4.19, a use-after-free can occur due to a race condition between fanout_add from setsockopt and bind on an AF_PACKET socket. This issue exists because of the 15fe076edea787807a7cdc168df832544b58eba6 incomplete fix for a race condition. The code mishandles a certain multithreaded case involving a packet_do_bind unregister action followed by a packet_notifier register action. Later, packet_release operates on only one of the two applicable linked lists. The attacker can achieve Program Counter control.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 3.2.95 < 3.2.100
Linux ≫ Linux Kernel Version >= 3.14.58 < 3.15
Linux ≫ Linux Kernel Version >= 3.18.25 < 3.18.88
Linux ≫ Linux Kernel Version >= 4.1.14 < 4.1.49
Linux ≫ Linux Kernel Version >= 4.2.7 < 4.3
Linux ≫ Linux Kernel Version >= 4.3.1 < 4.4.106
Linux ≫ Linux Kernel Version >= 4.5 < 4.9.70
Linux ≫ Linux Kernel Version >= 4.10 < 4.14.7
Redhat ≫ Openshift Container Platform Version3.11
Redhat ≫ Virtualization Host Version4.0
Redhat ≫ Enterprise Linux Desktop Version7.0
Redhat ≫ Enterprise Linux Server Version7.0
Redhat ≫ Enterprise Linux Server Aus Version7.6
Redhat ≫ Enterprise Linux Server Eus Version7.6
Redhat ≫ Enterprise Linux Server Tus Version7.6
Redhat ≫ Enterprise Linux Workstation Version7.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.14% | 0.776 |
Quelle | Base Score | Exploit Score | Impact Score | Vector String |
---|---|---|---|---|
nvd@nist.gov | 8.1 | 2.2 | 5.9 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
|
nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-362 Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.