Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

nvd логотип

CVE-2023-34095

Опубликовано: 14 июн. 2023
Источник: nvd
CVSS3: 9.8
EPSS Низкий

Описание

cpdb-libs provides frontend and backend libraries for the Common Printing Dialog Backends (CPDB) project. In versions 1.0 through 2.0b4, cpdb-libs is vulnerable to buffer overflows via improper use of scanf(3). cpdb-libs uses the fscanf() and scanf() functions to parse command lines and configuration files, dropping the read string components into fixed-length buffers, but does not limit the length of the strings to be read by fscanf() and scanf() causing buffer overflows when a string is longer than 1023 characters. A patch for this issue is available at commit f181bd1f14757c2ae0f17cc76dc20421a40f30b7. As all buffers have a length of 1024 characters, the patch limits the maximum string length to be read to 1023 by replacing all occurrences of %s with %1023s in all calls of the fscanf() and scanf() functions.

Уязвимые конфигурации

Конфигурация 1

Одно из

cpe:2.3:a:openprinting:cpdb-libs:*:*:*:*:*:*:*:*
Версия от 1.0 (включая) до 2.0 (исключая)
cpe:2.3:a:openprinting:cpdb-libs:2.0:beta1:*:*:*:*:*:*
cpe:2.3:a:openprinting:cpdb-libs:2.0:beta2:*:*:*:*:*:*
cpe:2.3:a:openprinting:cpdb-libs:2.0:beta3:*:*:*:*:*:*
cpe:2.3:a:openprinting:cpdb-libs:2.0:beta4:*:*:*:*:*:*

EPSS

Процентиль: 59%
0.00388
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-121
CWE-787

Связанные уязвимости

CVSS3: 9.8
ubuntu
больше 2 лет назад

cpdb-libs provides frontend and backend libraries for the Common Printing Dialog Backends (CPDB) project. In versions 1.0 through 2.0b4, cpdb-libs is vulnerable to buffer overflows via improper use of `scanf(3)`. cpdb-libs uses the `fscanf()` and `scanf()` functions to parse command lines and configuration files, dropping the read string components into fixed-length buffers, but does not limit the length of the strings to be read by `fscanf()` and `scanf()` causing buffer overflows when a string is longer than 1023 characters. A patch for this issue is available at commit f181bd1f14757c2ae0f17cc76dc20421a40f30b7. As all buffers have a length of 1024 characters, the patch limits the maximum string length to be read to 1023 by replacing all occurrences of `%s` with `%1023s` in all calls of the `fscanf()` and `scanf()` functions.

CVSS3: 9.8
debian
больше 2 лет назад

cpdb-libs provides frontend and backend libraries for the Common Print ...

EPSS

Процентиль: 59%
0.00388
Низкий

9.8 Critical

CVSS3

Дефекты

CWE-121
CWE-787