Логотип exploitDog
bind:"CVE-2023-31130" OR bind:"CVE-2023-32067" OR bind:"CVE-2023-31147" OR bind:"CVE-2023-31124"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2023-31130" OR bind:"CVE-2023-32067" OR bind:"CVE-2023-31147" OR bind:"CVE-2023-31124"

Количество 44

Количество 44

oracle-oval логотип

ELSA-2023-7207

больше 1 года назад

ELSA-2023-7207: c-ares security update (MODERATE)

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

CVE-2023-32067

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

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

CVSS3: 7.5
EPSS: Низкий
redhat логотип

CVE-2023-32067

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

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

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

CVE-2023-32067

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

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

CVSS3: 7.5
EPSS: Низкий
msrc логотип

CVE-2023-32067

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

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

CVE-2023-32067

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

c-ares is an asynchronous resolver library. c-ares is vulnerable to de ...

CVSS3: 7.5
EPSS: Низкий
rocky логотип

RLSA-2023:3584

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

Important: c-ares security update

EPSS: Низкий
rocky логотип

RLSA-2023:3559

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

Important: c-ares security update

EPSS: Низкий
oracle-oval логотип

ELSA-2023-3741

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

ELSA-2023-3741: c-ares security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2023-3584

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

ELSA-2023-3584: c-ares security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2023-3559

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

ELSA-2023-3559: c-ares security update (IMPORTANT)

EPSS: Низкий
fstec логотип

BDU:2023-07649

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

Уязвимость библиотеки асинхронных DNS-запросов C-ares, связанная с неконтролируемым расходом ресурсов, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 7.5
EPSS: Низкий
redos логотип

ROS-20240827-16

11 месяцев назад

Уязвимость c-ares

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

CVE-2023-31147

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

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS3: 5.9
EPSS: Низкий
redhat логотип

CVE-2023-31147

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

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

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

CVE-2023-31147

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

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS3: 5.9
EPSS: Низкий
msrc логотип

CVE-2023-31147

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

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

CVE-2023-31147

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

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGe ...

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

CVE-2023-31124

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

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.

CVSS3: 3.7
EPSS: Низкий
redhat логотип

CVE-2023-31124

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

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.

CVSS3: 3.7
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
oracle-oval логотип
ELSA-2023-7207

ELSA-2023-7207: c-ares security update (MODERATE)

больше 1 года назад
ubuntu логотип
CVE-2023-32067

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

CVSS3: 7.5
0%
Низкий
около 2 лет назад
redhat логотип
CVE-2023-32067

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

CVSS3: 7.5
0%
Низкий
около 2 лет назад
nvd логотип
CVE-2023-32067

c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1.

CVSS3: 7.5
0%
Низкий
около 2 лет назад
msrc логотип
CVSS3: 7.5
0%
Низкий
около 2 лет назад
debian логотип
CVE-2023-32067

c-ares is an asynchronous resolver library. c-ares is vulnerable to de ...

CVSS3: 7.5
0%
Низкий
около 2 лет назад
rocky логотип
RLSA-2023:3584

Important: c-ares security update

0%
Низкий
около 2 лет назад
rocky логотип
RLSA-2023:3559

Important: c-ares security update

0%
Низкий
около 2 лет назад
oracle-oval логотип
ELSA-2023-3741

ELSA-2023-3741: c-ares security update (IMPORTANT)

около 2 лет назад
oracle-oval логотип
ELSA-2023-3584

ELSA-2023-3584: c-ares security update (IMPORTANT)

около 2 лет назад
oracle-oval логотип
ELSA-2023-3559

ELSA-2023-3559: c-ares security update (IMPORTANT)

около 2 лет назад
fstec логотип
BDU:2023-07649

Уязвимость библиотеки асинхронных DNS-запросов C-ares, связанная с неконтролируемым расходом ресурсов, позволяющая нарушителю вызвать отказ в обслуживании

CVSS3: 7.5
0%
Низкий
около 2 лет назад
redos логотип
ROS-20240827-16

Уязвимость c-ares

CVSS3: 7.5
0%
Низкий
11 месяцев назад
ubuntu логотип
CVE-2023-31147

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS3: 5.9
0%
Низкий
около 2 лет назад
redhat логотип
CVE-2023-31147

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS3: 5.9
0%
Низкий
около 2 лет назад
nvd логотип
CVE-2023-31147

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares uses rand() to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand() so will generate predictable output. Input from the random number generator is fed into a non-compilant RC4 implementation and may not be as strong as the original RC4 implementation. No attempt is made to look for modern OS-provided CSPRNGs like arc4random() that is widely available. This issue has been fixed in version 1.19.1.

CVSS3: 5.9
0%
Низкий
около 2 лет назад
msrc логотип
CVSS3: 6.5
0%
Низкий
около 2 лет назад
debian логотип
CVE-2023-31147

c-ares is an asynchronous resolver library. When /dev/urandom or RtlGe ...

CVSS3: 5.9
0%
Низкий
около 2 лет назад
ubuntu логотип
CVE-2023-31124

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.

CVSS3: 3.7
0%
Низкий
около 2 лет назад
redhat логотип
CVE-2023-31124

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARES_RANDOM_FILE will not be set, as seen when cross compiling aarch64 android. This will downgrade to using rand() as a fallback which could allow an attacker to take advantage of the lack of entropy by not using a CSPRNG. This issue was patched in version 1.19.1.

CVSS3: 3.7
0%
Низкий
около 2 лет назад

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