4.6
CVE-2019-19966
- EPSS 0.14%
- Published 25.12.2019 04:15:12
- Last modified 21.11.2024 04:35:45
- Source cve@mitre.org
- Teams watchlist Login
- Open Login
In the Linux kernel before 5.1.6, there is a use-after-free in cpia2_exit() in drivers/media/usb/cpia2/cpia2_v4l.c that will cause denial of service, aka CID-dea37a972655.
Data is provided by the National Vulnerability Database (NVD)
Linux ≫ Linux Kernel Version < 5.1.6
Debian ≫ Debian Linux Version8.0
Netapp ≫ Active Iq Unified Manager Version- SwPlatformvmware_vsphere
Netapp ≫ Cloud Backup Version-
Netapp ≫ Data Availability Services Version-
Netapp ≫ E-series Santricity Os Controller Version >= 11.0 <= 11.70.2
Netapp ≫ Fas/aff Baseboard Management Controller Version-
Netapp ≫ Hci Baseboard Management Controller Versionh610s
Netapp ≫ Solidfire & Hci Management Node Version-
Netapp ≫ Steelstore Cloud Integrated Storage Version-
Netapp ≫ Aff Baseboard Management Controller Versiona700s
Netapp ≫ Solidfire Baseboard Management Controller Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.14% | 0.344 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 4.6 | 0.9 | 3.6 |
CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
nvd@nist.gov | 2.1 | 3.9 | 2.9 |
AV:L/AC:L/Au:N/C:N/I:N/A:P
|
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.