Lucene search
+L

18304 matches found

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
Cvelist
Cvelist
added 2023/05/25 9:45 p.m.36 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
CVE
CVE
added 2023/05/25 9:45 p.m.593 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
Debian CVE
Debian CVE
added 2023/05/25 9:45 p.m.44 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
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
Cvelist
Cvelist
added 2023/05/25 9:09 p.m.57 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
The Hacker News
The Hacker News
added 2023/05/25 6:03 a.m.65 views

Iranian Agrius Hackers Targeting Israeli Organizations with Moneybird Ransomware

The Iranian threat actor known as Agrius is leveraging a new ransomware strain called Moneybird in its attacks targeting Israeli organizations. Agrius, also known as Pink Sandstorm formerly Americium, has a track record of staging destructive data-wiping attacks aimed at Israel under the guise of...

6.8AI score
SaveExploits0
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
GitLab Advisory Database
GitLab Advisory Database
added 2023/05/25 12:00 a.m.37 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
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
CNNVD
CNNVD
added 2023/05/25 12:00 a.m.9 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 versions prior to c-ares 1.19.1, which stems from a lack of entropy that allows an attacker to exploit entropy by not using CSPRNG...

3.7CVSS6.4AI score0.00936EPSS
SaveExploits0References12
GitLab Advisory Database
GitLab Advisory Database
added 2023/05/25 12:00 a.m.41 views

Use of Insufficiently Random Values

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.6AI score0.00936EPSS
SaveExploits0References5Affected Software1
CNNVD
CNNVD
added 2023/05/25 12:00 a.m.3 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, which stems from vulnerability to denial-of-service attacks...

7.5CVSS6.4AI score0.01577EPSS
SaveExploits0References21
RedhatCVE
RedhatCVE
added 2023/05/24 4:41 a.m.38 views

CVE-2023-32067

A vulnerability was found in c-ares. This issue occurs due to a 0-byte UDP payload that can cause a Denial of Service...

7.5CVSS7.1AI score0.01577EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2023/05/24 4:11 a.m.40 views

CVE-2023-31147

A vulnerability was found in c-ares. This issue occurs when /dev/urandom or RtlGenRandom are unavailable, c-ares will use rand to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand, so it will generate predictable output...

5.9CVSS6.6AI score0.00905EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2023/05/24 4:11 a.m.31 views

CVE-2023-31130

A vulnerability was found in c-ares. This issue occurs in the aresinetnetpton function, which is vulnerable to a buffer underflow for certain ipv6 addresses. "0::00:00:00/2" in particular was found to cause an issue. C-ares only uses this function internally for configuration purposes, which woul...

5.7CVSS6.6AI score0.00386EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2023/05/24 4:11 a.m.26 views

CVE-2023-31124

A flaw was found in c-ares. This issue occurs when cross-compiling c-ares and using the autotools build system, CARESRANDOMFILE will not be set, as seen when cross-compiling aarch64 android. As a result, it will downgrade to rand, which could allow an attacker to utilize the lack of entropy by no...

3.7CVSS6.4AI score0.00936EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/05/23 11:20 a.m.30 views

libiberty: Heap/stack buffer overflow in the dlang_lname function in d-demangle.c

A vulnerability was found in Libiberty. A heap and stack buffer overflow found in the dlanglname function in d-demangle.c leads to a denial of service...

6.5CVSS7.5AI score0.01368EPSS
SaveExploits0References4
Rows per page
Query Builder