Логотип exploitDog
bind:"GHSA-xwgg-25ph-4c8p" OR bind:"CVE-2018-14780"
Консоль
Логотип exploitDog

exploitDog

bind:"GHSA-xwgg-25ph-4c8p" OR bind:"CVE-2018-14780"

Количество 7

Количество 7

github логотип

GHSA-xwgg-25ph-4c8p

больше 3 лет назад

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
EPSS: Низкий
ubuntu логотип

CVE-2018-14780

около 7 лет назад

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
EPSS: Низкий
nvd логотип

CVE-2018-14780

около 7 лет назад

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
EPSS: Низкий
debian логотип

CVE-2018-14780

около 7 лет назад

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 sma ...

CVSS3: 4.6
EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2019:1341-1

больше 6 лет назад

Security update for yubico-piv-tool

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2018:2623-1

почти 7 лет назад

Security update for yubico-piv-tool

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2019:1123-1

больше 6 лет назад

Security update for yubico-piv-tool

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
github логотип
GHSA-xwgg-25ph-4c8p

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
0%
Низкий
больше 3 лет назад
ubuntu логотип
CVE-2018-14780

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
0%
Низкий
около 7 лет назад
nvd логотип
CVE-2018-14780

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 smartcard driver. The file lib/ykpiv.c contains the following code in the function `_ykpiv_fetch_object()`: {% highlight c %} if(sw == SW_SUCCESS) { size_t outlen; int offs = _ykpiv_get_length(data + 1, &outlen); if(offs == 0) { return YKPIV_SIZE_ERROR; } memmove(data, data + 1 + offs, outlen); *len = outlen; return YKPIV_OK; } else { return YKPIV_GENERIC_ERROR; } {% endhighlight %} -- in the end, a `memmove()` occurs with a length retrieved from APDU data. This length is not checked for whether it is outside of the APDU data retrieved. Therefore the `memmove()` could copy bytes behind the allocated data buffer into this buffer.

CVSS3: 4.6
0%
Низкий
около 7 лет назад
debian логотип
CVE-2018-14780

An out-of-bounds read issue was discovered in the Yubico-Piv 1.5.0 sma ...

CVSS3: 4.6
0%
Низкий
около 7 лет назад
suse-cvrf логотип
openSUSE-SU-2019:1341-1

Security update for yubico-piv-tool

больше 6 лет назад
suse-cvrf логотип
openSUSE-SU-2018:2623-1

Security update for yubico-piv-tool

почти 7 лет назад
suse-cvrf логотип
SUSE-SU-2019:1123-1

Security update for yubico-piv-tool

больше 6 лет назад

Уязвимостей на страницу