Lucene search
K

29 matches found

OSV
OSV
added 2026/01/08 10:15 a.m.0 views

ALPINE-CVE-2025-14017

When doing multi-threaded LDAPS transfers LDAP over TLS with libcurl, changing TLS options in one thread would inadvertently change them globally and therefore possibly also affect other concurrently setup transfers. Disabling certificate verification for a specific transfer could unintentionally...

6.3CVSS5.8AI score0.00004EPSS
Exploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.0 views

EUVD-2014-3577

Malware in sbrugna...

5CVSS7.8AI score0.0182EPSS
Exploits0References20
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2013-6234

Malware in sbrugna...

4CVSS4.8AI score0.00253EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2016-8035

Malware in sbrugna...

9.8CVSS9.3AI score0.02257EPSS
Exploits0References20
RedhatCVE
RedhatCVE
added 2025/05/30 6:54 a.m.8 views

CVE-2025-5025

libcurl supports pinning of the server certificate public key for HTTPS transfers. Due to an omission, this check is not performed when connecting with QUIC for HTTP/3, when the TLS backend is wolfSSL. Documentation says the option works with wolfSSL, failing to specify that it does not for QUIC...

6.8AI score0.0006EPSS
Exploits2References1
OSV
OSV
added 2025/05/28 7:15 a.m.3 views

CVE-2025-5025

libcurl supports pinning of the server certificate public key for HTTPS transfers. Due to an omission, this check is not performed when connecting with QUIC for HTTP/3, when the TLS backend is wolfSSL. Documentation says the option works with wolfSSL, failing to specify that it does not for QUIC...

4.8CVSS7AI score0.0006EPSS
Exploits2References4
Hacker One
Hacker One
added 2025/04/29 7:42 a.m.1038 views

curl: Use of a Broken or Risky Cryptographic Algorithm (CWE-327) in libcurl

Summary: The DES cipher Data Encryption Standard is used in the curlntlmcore.c file of libcurl. DES is considered insecure due to its short key length 56 bits and its susceptibility to brute-force attacks. Modern cryptographic standards recommend replacing DES with AES Advanced Encryption Standar...

6.6AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2014-0138

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The default configuration in cURL and libcurl 7.10.6 before 7.36.0 re-uses 1 SCP, 2 SFTP, 3 POP3, 4 POP3S, 5 IMAP, 6 IMAPS, 7 SMTP, 8 SMTPS, 9 LDAP, and 10 LDAP...

6.4CVSS6.8AI score0.00903EPSS
Exploits1References2
OSV
OSV
added 2025/02/05 8:0 a.m.13 views

CURL-CVE-2025-0725 gzip integer overflow

When libcurl is asked to perform automatic gzip decompression of content-encoded HTTP responses with the CURLOPTACCEPTENCODING option, using zlib 1.2.0.3 or older, an attacker-controlled integer overflow would make libcurl perform a buffer overflow...

7.3CVSS5.7AI score0.006EPSS
Exploits1
OSV
OSV
added 2022/05/11 8:0 a.m.8 views

CURL-CVE-2022-27781 CERTINFO never-ending busy-loop

libcurl provides the CURLOPTCERTINFO option to allow applications to request details to be returned about a TLS server's certificate chain. Due to an erroneous function, a malicious server could make libcurl built with NSS get stuck in a never-ending busy-loop when trying to retrieve that...

7.5CVSS7.4AI score0.00077EPSS
Exploits1
OSV
OSV
added 2021/03/31 8:0 a.m.5 views

CURL-CVE-2021-22876 Automatic referer leaks credentials

libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request. libcurl automatically sets the Referer:...

5.3CVSS5.6AI score0.00115EPSS
Exploits1
OSV
OSV
added 2020/12/09 8:0 a.m.5 views

CURL-CVE-2020-8285 FTP wildcard stack overflow

libcurl offers a wildcard matching functionality, which allows a callback set with CURLOPTCHUNKBGNFUNCTION to return information back to libcurl on how to handle a specific entry in a directory when libcurl iterates over a list of all available entries. When this callback returns...

7.5CVSS7.5AI score0.00742EPSS
Exploits1
OSV
OSV
added 2019/09/11 8:0 a.m.6 views

CURL-CVE-2019-5482 TFTP small blocksize heap buffer overflow

libcurl contains a heap buffer overflow in the function tftpreceivepacket that receives data from a TFTP server. It can call recvfrom with the default size for the buffer rather than with the size that was used to allocate it. Thus, the content that might overwrite the heap memory is controlled b...

9.8CVSS8.8AI score0.09715EPSS
Exploits0
OSV
OSV
added 2019/02/06 8:0 a.m.8 views

CURL-CVE-2019-3823 SMTP end-of-response out-of-bounds read

libcurl contains a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to smtpendofresp is not null-terminated and contains no character ending the parsed number, and len is set to 5, then the strtol call reads beyond the allocated buffer. The read...

7.5CVSS6.9AI score0.01568EPSS
Exploits1
OSV
OSV
added 2018/10/31 8:0 a.m.7 views

CURL-CVE-2018-16839 SASL password overflow via integer overflow

libcurl contains a buffer overrun in the SASL authentication code. The internal function Curlauthcreateplainmessage fails to correctly verify that the passed in lengths for name and password are not too long, then calculates a buffer size to allocate. On systems with a 32-bit sizet, the math to...

9.8CVSS8AI score0.00346EPSS
Exploits0
AlpineLinux
AlpineLinux
added 2017/10/06 1:0 p.m.24 views

CVE-2017-1000254

libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in anonymous or not, it asks the server for the current directory with the PWD command. The server then responds with a 257 response containing the path, inside double...

7.5CVSS7.8AI score0.01318EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2016/11/11 12:0 a.m.21 views

cURL/libcurl 7.x < 7.49.0 Information Disclosure

Binary data 9762.prm...

5.3CVSS7.3AI score0.01068EPSS
Exploits0References4
OSV
OSV
added 2016/11/02 8:0 a.m.7 views

CURL-CVE-2016-8617 OOB write via unchecked multiplication

In libcurl's base64 encode function, the output buffer is allocated as follows without any checks on insize: malloc insize 4 / 3 + 4 On systems with 32-bit addresses in userspace e.g. x86, ARM, x32, the multiplication in the expression wraps around if insize is at least 1GB of data. If this...

7CVSS7.2AI score0.00085EPSS
Exploits0
OSV
OSV
added 2016/10/03 9:59 p.m.10 views

CVE-2016-7141

curl and libcurl before 7.50.2, when built with NSS and the libnsspem.so library is available at runtime, allow remote attackers to hijack the authentication of a TLS connection by leveraging reuse of a previously loaded client certificate from file for a connection for which no certificate has...

7.5CVSS7.8AI score0.00524EPSS
Exploits0References12
OSV
OSV
added 2016/08/03 8:0 a.m.6 views

CURL-CVE-2016-5419 TLS session resumption client cert bypass

libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the old identity which was established by the previous certificate or no...

7.5CVSS7.5AI score0.01912EPSS
Exploits0
Rows per page
Query Builder