9.3
CVE-2019-11815
- EPSS 1.19%
- Veröffentlicht 08.05.2019 14:29:00
- Zuletzt bearbeitet 21.11.2024 04:21:49
- Quelle cve@mitre.org
- Teams Watchlist Login
- Unerledigt Login
An issue was discovered in rds_tcp_kill_sock in net/rds/tcp.c in the Linux kernel before 5.0.8. There is a race condition leading to a use-after-free, related to net namespace cleanup.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version >= 4.3 < 4.4.179
Linux ≫ Linux Kernel Version >= 4.9 < 4.9.169
Linux ≫ Linux Kernel Version >= 4.14 < 4.14.112
Linux ≫ Linux Kernel Version >= 4.19 < 4.19.35
Linux ≫ Linux Kernel Version >= 5.0 < 5.0.8
Linux ≫ Linux Kernel Version5.1 Updaterc1
Linux ≫ Linux Kernel Version5.1 Updaterc2
Linux ≫ Linux Kernel Version5.1 Updaterc3
Linux ≫ Linux Kernel Version5.1 Updaterc4
Canonical ≫ Ubuntu Linux Version14.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version16.04 SwEditionesm
Canonical ≫ Ubuntu Linux Version18.04 SwEditionlts
Canonical ≫ Ubuntu Linux Version19.04
Debian ≫ Debian Linux Version8.0
Debian ≫ Debian Linux Version9.0
Netapp ≫ Active Iq Unified Manager SwPlatformvmware_vsphere Version >= 9.5
Netapp ≫ Hci Management Node Version-
Netapp ≫ Snapprotect Version-
Netapp ≫ Storage Replication Adapter Version7.2 SwPlatformvsphere
Netapp ≫ Vasa Provider For Clustered Data Ontap Version >= 7.2
Netapp ≫ Virtual Storage Console SwPlatformvsphere Version >= 7.2
Netapp ≫ Hci Compute Node Version-
Netapp ≫ Hci Storage Node Version-
Netapp ≫ Cn1610 Firmware Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Typ | Quelle | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 1.19% | 0.782 |
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 | 9.3 | 8.6 | 10 |
AV:N/AC:M/Au:N/C:C/I:C/A:C
|
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.