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

exploitDog

Количество 25 045

Количество 25 045

msrc логотип

CVE-2021-22923

почти 5 лет назад

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 try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened.

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

CVE-2021-22922

почти 5 лет назад

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 potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.

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

CVE-2021-22918

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

Node.js before 16.4.1 14.17.2 12.22.2 is vulnerable to an out-of-bounds read when uv__idna_toascii() is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe with the latter holding a pointer to the end of the buffer. This can lead to information disclosures or crashes. This function can be triggered via uv_getaddrinfo().

CVSS3: 5.3
EPSS: Средний
msrc логотип

CVE-2021-22901

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

curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory libcurl might even call a function pointer in the object making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct

CVSS3: 8.1
EPSS: Средний
msrc логотип

CVE-2021-22898

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

curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option known as `CURLOPT_TELNETOPTIONS` in libcurl is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables libcurl could be made to pass on uninitialized data from a stack based buffer to the server resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.

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

CVE-2021-22897

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

curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single "static" variable in the library which has the surprising side-effect that if an application sets up multiple concurrent transfers the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario this weakens transport security significantly.

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

CVE-2021-22890

больше 3 лет назад

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

CVE-2021-2278

больше 5 лет назад

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

CVE-2021-22600

больше 4 лет назад

Double Free in net/packet/af_packet.c leading to priviledge escalation

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

CVE-2021-22570

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

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

CVE-2021-22569

почти 2 года назад

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

CVE-2021-2232

больше 5 лет назад

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

CVE-2021-2230

больше 5 лет назад

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

CVE-2021-2226

больше 5 лет назад

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

CVE-2021-22235

больше 4 лет назад

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

CVE-2021-22222

больше 4 лет назад

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

CVE-2021-22207

больше 4 лет назад

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

CVE-2021-2217

больше 5 лет назад

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

CVE-2021-2215

больше 5 лет назад

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

CVE-2021-22144

больше 4 лет назад

In Elasticsearch versions before 7.13.3 and 6.8.17 an uncontrolled recursion vulnerability that could lead to a denial of service attack was identified in the Elasticsearch Grok parser. A user with the ability to submit arbitrary queries to Elasticsearch could create a malicious Grok query that will crash the Elasticsearch node.

CVSS3: 6.5
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
msrc логотип
CVE-2021-22923

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 try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened.

CVSS3: 5.3
2%
Низкий
почти 5 лет назад
msrc логотип
CVE-2021-22922

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 potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.

CVSS3: 6.5
4%
Низкий
почти 5 лет назад
msrc логотип
CVE-2021-22918

Node.js before 16.4.1 14.17.2 12.22.2 is vulnerable to an out-of-bounds read when uv__idna_toascii() is used to convert strings to ASCII. The pointer p is read and increased without checking whether it is beyond pe with the latter holding a pointer to the end of the buffer. This can lead to information disclosures or crashes. This function can be triggered via uv_getaddrinfo().

CVSS3: 5.3
23%
Средний
больше 1 года назад
msrc логотип
CVE-2021-22901

curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory libcurl might even call a function pointer in the object making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct

CVSS3: 8.1
60%
Средний
около 5 лет назад
msrc логотип
CVE-2021-22898

curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option known as `CURLOPT_TELNETOPTIONS` in libcurl is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables libcurl could be made to pass on uninitialized data from a stack based buffer to the server resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.

CVSS3: 3.1
4%
Низкий
около 5 лет назад
msrc логотип
CVE-2021-22897

curl 7.61.0 through 7.76.1 suffers from exposure of data element to wrong session due to a mistake in the code for CURLOPT_SSL_CIPHER_LIST when libcurl is built to use the Schannel TLS library. The selected cipher set was stored in a single "static" variable in the library which has the surprising side-effect that if an application sets up multiple concurrent transfers the last one that sets the ciphers will accidentally control the set used by all transfers. In a worst-case scenario this weakens transport security significantly.

CVSS3: 5.3
3%
Низкий
около 5 лет назад
msrc логотип
3%
Низкий
больше 3 лет назад
msrc логотип
CVSS3: 4.9
1%
Низкий
больше 5 лет назад
msrc логотип
CVE-2021-22600

Double Free in net/packet/af_packet.c leading to priviledge escalation

CVSS3: 7
6%
Низкий
больше 4 лет назад
msrc логотип
CVSS3: 5.5
3%
Низкий
около 4 лет назад
msrc логотип
CVSS3: 5.5
2%
Низкий
почти 2 года назад
msrc логотип
CVSS3: 1.9
0%
Низкий
больше 5 лет назад
msrc логотип
CVSS3: 4.9
1%
Низкий
больше 5 лет назад
msrc логотип
CVSS3: 4.9
1%
Низкий
больше 5 лет назад
msrc логотип
CVSS3: 7.5
3%
Низкий
больше 4 лет назад
msrc логотип
CVSS3: 7.5
2%
Низкий
больше 4 лет назад
msrc логотип
CVSS3: 6.5
2%
Низкий
больше 4 лет назад
msrc логотип
CVSS3: 4.9
1%
Низкий
больше 5 лет назад
msrc логотип
CVSS3: 4.9
1%
Низкий
больше 5 лет назад
msrc логотип
CVE-2021-22144

In Elasticsearch versions before 7.13.3 and 6.8.17 an uncontrolled recursion vulnerability that could lead to a denial of service attack was identified in the Elasticsearch Grok parser. A user with the ability to submit arbitrary queries to Elasticsearch could create a malicious Grok query that will crash the Elasticsearch node.

CVSS3: 6.5
2%
Низкий
больше 4 лет назад

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