Lucene search
+L

1276 matches found

UbuntuCve
UbuntuCve
added 2023/05/25 10:15 p.m.147 views

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 i...

6.5CVSS6.7AI score0.00905EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2023/05/25 10:15 p.m.38 views

CVE-2023-31130

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

6.4CVSS6.7AI score0.00386EPSS
SaveExploits0References5
Prion
Prion
added 2023/05/25 10:15 p.m.30 views

Cross site scripting

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARESRANDOMFILE 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 ...

2.6CVSS5.2AI score0.00936EPSS
SaveExploits0References5Affected Software2
Cvelist
Cvelist
added 2023/05/25 9:55 p.m.52 views

CVE-2023-31147 Insufficient randomness in generation of DNS query IDs in c-ares

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 i...

5.9CVSS7.2AI score0.00905EPSS
SaveExploits0References5
OSV
OSV
added 2023/05/25 9:55 p.m.32 views

CVE-2023-31147 Insufficient randomness in generation of DNS query IDs in c-ares

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 i...

5.9CVSS7AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2023/05/25 9:55 p.m.37 views

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 i...

6.5CVSS7.2AI score0.00905EPSS
SaveExploits0
CVE
CVE
added 2023/05/25 9:55 p.m.491 views

CVE-2023-31147

CVE-2023-31147 affects the c-ares library. When /dev/urandom or RtlGenRandom() are unavailable, c-ares used rand() to generate DNS query IDs, which is not a CSPRNG and was not seeded by srand(), leading to predictable values. The RNG input fed into a non-compliant RC4 implementation could weaken ...

6.5CVSS6.9AI score0.00905EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2023/05/25 9:55 p.m.9 views

CVE-2023-31147 Insufficient randomness in generation of DNS query IDs in c-ares

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 i...

5.9CVSS7.1AI score0.00905EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2023/05/25 9:45 p.m.16 views

CVE-2023-31130 Buffer Underwrite in ares_inet_net_pton()

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

4.1CVSS6.5AI score0.00386EPSS
SaveExploits0References8
CVE
CVE
added 2023/05/25 9:45 p.m.591 views

CVE-2023-31130

CVE-2023-31130 affects the c-ares asynchronous DNS library. The vulnerability is a buffer underflow/underwrite in ares_inet_net_pton() for IPv6 addresses such as 0::00:00:00/2. Affected versions are prior to the fix, with the issue addressed in c-ares 1.19.1. Multiple advisories reference upgrade...

6.4CVSS6.5AI score0.00386EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2023/05/25 9:45 p.m.35 views

CVE-2023-31130 Buffer Underwrite in ares_inet_net_pton()

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

4.1CVSS7.3AI score0.00386EPSS
SaveExploits0References8
OSV
OSV
added 2023/05/25 9:45 p.m.32 views

CVE-2023-31130 Buffer Underwrite in ares_inet_net_pton()

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

4.1CVSS6.7AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2023/05/25 9:45 p.m.43 views

CVE-2023-31130

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

6.4CVSS7.2AI score0.00386EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/05/25 9:09 p.m.8 views

CVE-2023-31124 AutoTools does not set CARES_RANDOM_FILE during cross compilation

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARESRANDOMFILE 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 ...

3.7CVSS6AI score0.00936EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2023/05/25 9:09 p.m.54 views

CVE-2023-31124 AutoTools does not set CARES_RANDOM_FILE during cross compilation

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARESRANDOMFILE 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 ...

3.7CVSS6AI score0.00936EPSS
SaveExploits0References5
CVE
CVE
added 2023/05/25 9:09 p.m.524 views

CVE-2023-31124

CVE-2023-31124 concerns c-ares where cross-compiling with autotools can leave CARES_RANDOM_FILE unset, causing a fallback to rand() for DNS query ID entropy rather than a CSPRNG. The result is reduced randomness and potential predictability of DNS IDs, raising security risk under entropy-limited ...

3.7CVSS6AI score0.00936EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/05/25 9:09 p.m.32 views

CVE-2023-31124 AutoTools does not set CARES_RANDOM_FILE during cross compilation

c-ares is an asynchronous resolver library. When cross-compiling c-ares and using the autotools build system, CARESRANDOMFILE 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 ...

3.7CVSS6.4AI score
SaveExploits0References7
GitLab Advisory Database
GitLab Advisory Database
added 2023/05/25 12:00 a.m.35 views

Use of Insufficiently Random Values

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 i...

6.5CVSS6.8AI score0.00905EPSS
SaveExploits0References5Affected Software1
GitLab Advisory Database
GitLab Advisory Database
added 2023/05/25 12:00 a.m.38 views

Buffer Underwrite ('Buffer Underflow')

c-ares is an asynchronous resolver library. aresinetnetpton is vulnerable to a buffer underflow for certain ipv6 addresses, in particular "0::00:00:00/2" was found to cause an issue. C-ares only uses this function internally for configuration purposes which would require an administrator to...

6.4CVSS6.9AI score0.00386EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2023/05/25 12:00 a.m.5 views

c-ares 缓冲区错误漏洞

c-ares is a C library for asynchronous DNS requests from the individual developers of c-ares. A security vulnerability exists in c-ares versions prior to 1.19.1 that stems from the presence of a buffer overflow...

6.4CVSS6.9AI score0.00386EPSS
SaveExploits0References19
Rows per page
Query Builder