CVE-2021-3712
- EPSS 0.82%
- Published 24.08.2021 15:15:09
- Last modified 21.11.2024 06:22:13
ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the s...
CVE-2021-38199
- EPSS 0.22%
- Published 08.08.2021 20:15:07
- Last modified 21.11.2024 06:16:38
fs/nfs/nfs4client.c in the Linux kernel before 5.13.4 has incorrect connection-setup ordering, which allows operators of remote NFSv4 servers to cause a denial of service (hanging of mounts) by arranging for those servers to be unreachable during tru...
CVE-2021-38201
- EPSS 0.52%
- Published 08.08.2021 20:15:07
- Last modified 21.11.2024 06:16:38
net/sunrpc/xdr.c in the Linux kernel before 5.13.4 allows remote attackers to cause a denial of service (xdr_set_page_base slab-out-of-bounds access) by performing many NFS 4.2 READ_PLUS operations.
CVE-2021-38202
- EPSS 1.45%
- Published 08.08.2021 20:15:07
- Last modified 21.11.2024 06:16:38
fs/nfsd/trace.h in the Linux kernel before 5.13.4 might allow remote attackers to cause a denial of service (out-of-bounds read in strlen) by sending NFS traffic when the trace event framework is being used for nfsd.
CVE-2021-38203
- EPSS 0.05%
- Published 08.08.2021 20:15:07
- Last modified 21.11.2024 06:16:39
btrfs in the Linux kernel before 5.13.4 allows attackers to cause a denial of service (deadlock) via processes that trigger allocation of new system chunks during times when there is a shortage of free space in the system space_info.
CVE-2021-38160
- EPSS 0.07%
- Published 07.08.2021 04:15:06
- Last modified 05.05.2025 14:12:40
In drivers/char/virtio_console.c in the Linux kernel before 5.13.4, data corruption or loss can be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size. NOTE: the vendor indicates that the cited data corruption is...
CVE-2021-22922
- EPSS 0.16%
- Published 05.08.2021 21:15:11
- Last modified 21.11.2024 05:50:55
When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, p...
CVE-2021-22923
- EPSS 0.11%
- Published 05.08.2021 21:15:11
- Last modified 21.11.2024 05:50:55
When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or...
CVE-2021-22925
- EPSS 0.38%
- Published 05.08.2021 21:15:11
- Last modified 21.11.2024 05:50:55
curl supports the `-t` command line option, known as `CURLOPT_TELNETOPTIONS`in libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending `NEW_ENV` variables, libcurlcould be ...
CVE-2021-22926
- EPSS 0.51%
- Published 05.08.2021 21:15:11
- Last modified 21.11.2024 05:50:56
libcurl-using applications can ask for a specific client certificate to be used in a transfer. This is done with the `CURLOPT_SSLCERT` option (`--cert` with the command line tool).When libcurl is built to use the macOS native TLS library Secure Trans...