Lucene search

K
redhatcveRedhat.comRH:CVE-2019-20792
HistoryMay 20, 2020 - 9:25 a.m.

CVE-2019-20792

2020-05-2009:25:35
redhat.com
access.redhat.com
16

EPSS

0.001

Percentile

48.5%

A use-after-free vulnerability was discovered in OpenSC while disconnecting a smart card. This flaw allows a physical attacker to exploit this vulnerability by inserting and removing a malicious smart card, handled by the coolkey driver, that could potentially execute code on the target system, with privileges that depend on the particular configuration and system that makes use of the OpenSC library.

Mitigation

If the coolkey driver is not necessary for the configuration and system in use, it is possible to disable it by not listing it in the /etc/opensc.conf file.
For example:

app default {  
   card_drivers = cac, cac1, PIV-II;  
}