Lucene search
+L

3132 matches found

Tenable Nessus
Tenable Nessus
added 2026/01/19 12:00 a.m.83 views

libcurl 7.17.0 < 8.18.0 Security Bypass.

The version of libcurl installed on the remote host is missing a security update. It is, therefore, affected by a security bypass vulnerability in multi-threaded LDAPS transfers. - When performing multi-threaded LDAPS transfers LDAP over TLS with libcurl, changing TLS options in one thread could...

6.3CVSS6.7AI score0.00108EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/01/18 11:20 a.m.10 views

CVE-2025-14819

When doing TLS related transfers with reused easy or multi handles and altering the CURLSSLOPTNOPARTIALCHAIN option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the user's wishes and expectations. This could make libcur...

5.3CVSS6.6AI score0.00707EPSS
SaveExploits0References1
Hacker One
Hacker One
added 2026/01/17 7:52 a.m.49 views

curl: libcurl: Improper Authentication State Management on Cross-Protocol Redirects

Following the recent advisory for CVE-2025-14524, I conducted an investigation into how libcurl manages OAuth2 credentials during complex redirect chains. I have confirmed that while the library successfully protects traditional user credentials, it fails to clear OAuth2 Bearer tokens in the same...

5.7CVSS7.4AI score0.0176EPSS
SaveExploits2
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.5 views

MiracleLinux 7 : curl-7.29.0-42.el7 (AXSA:2017-1909:01)

The remote MiracleLinux 7 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2017-1909:01 advisory. curl is a command line tool for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP,...

9.8CVSS7.3AI score0.11737EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/16 12:00 a.m.6 views

MiracleLinux 7 : curl-7.29.0-42.el7.1 (AXSA:2017-2424:02)

The remote MiracleLinux 7 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2017-2424:02 advisory. A buffer overrun flaw was found in the IMAP handler of libcurl. By tricking an unsuspecting user into connecting to a malicious IMAP server, an attacker coul...

9.1CVSS7.1AI score0.06224EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.5 views

MiracleLinux 3 : curl-7.15.5-9.AXS3.3 (AXSA:2011-231:01)

The remote MiracleLinux 3 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2011-231:01 advisory. cURL is a tool for getting files from HTTP, FTP, FILE, LDAP, LDAPS, DICT, TELNET and TFTP servers, using any of the supported protocols. cURL is designed to...

4.3CVSS7.7AI score0.02877EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/01/14 12:00 a.m.4 views

MiracleLinux 3 : curl-7.15.5-9.AXS3 (AXSA:2010-170:01)

The remote MiracleLinux 3 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2010-170:01 advisory. cURL is a tool for getting files from FTP, HTTP, Gopher, Telnet, and Dict servers, using any of the supported protocols. cURL is designed to work without user...

6.8CVSS7.4AI score0.04236EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2026/01/13 2:31 p.m.22 views

curl: MQTT: unsigned integer underflow bypasses MAX_MQTT_MESSAGE_SIZE check

Summary An unsigned integer underflow exists in libcurl's MQTT publish path. Due to incorrect arithmetic ordering in the size validation logic, oversized MQTT PUBLISH messages are not rejected as intended. Affected version libcurl 8.18.0 Tested on macOS arm64 with AddressSanitizer enabled. Steps ...

7.3AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/13 1:30 p.m.26 views

curl: Digest Authentication Header Injection

Summary The Digest authentication implementation in libcurl fails to properly escape the uri parameter in the Authorization header. While other parameters like username, realm, and nonce are correctly escaped using authdigeststringquoted, the uri is inserted raw into the header. This allows an...

7.5AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/13 11:39 a.m.20 views

curl: Use-After-Free in curl_easy_nextheader when reusing header handle across requests

. The API returns struct curlheader objects that internally reference libcurl-owned linked list nodes. When a new request is performed on the same CURL handle, libcurl frees and rebuilds the internal header list, but previously returned struct curlheader objects remain valid to the application an...

7.8AI score
SaveExploits0
CNNVD
CNNVD
added 2026/01/10 12:00 a.m.9 views

CryptoLib 安全漏洞

CryptoLib is a NASA open source application. It is used to provide a software-only solution using the CCSDS space data link security protocol. A security vulnerability exists in CryptoLib versions prior to 1.4.3 that originates in the libcurl writecallback function of the KMC Cryptographic Servic...

8.2CVSS6.5AI score0.00561EPSS
SaveExploits1References3
RedhatCVE
RedhatCVE
added 2026/01/09 12:32 p.m.15 views

CVE-2023-4325

Broadcom RAID Controller web interface is vulnerable due to usage of Libcurl with LSA has known vulnerabilities...

9.8CVSS6.9AI score0.00703EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/01/08 10:45 a.m.12 views

Improper Certificate Validation

Overview Affected versions of this package are vulnerable to Improper Certificate Validation in the handling of TLS transfers when reusing easy or multi handles and modifying the CURLSSLOPTNOPARTIALCHAIN option. An attacker can cause the application to accept an unintended trust chain by exploiti...

6.8CVSS5.8AI score0.00707EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/01/08 10:45 a.m.12 views

Unsynchronized Access to Shared Data in a Multithreaded Context

Overview Affected versions of this package are vulnerable to Unsynchronized Access to Shared Data in a Multithreaded Context during the LDAPS transfers. An attacker can impact the security of concurrent transfers by manipulating TLS settings in one thread, which may inadvertently alter the global...

6.3CVSS5.8AI score0.00108EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/01/08 10:42 a.m.9 views

Improper Certificate Validation

Overview Affected versions of this package are vulnerable to Improper Certificate Validation in the CURLOPTPINNEDPUBLICKEY option or --pinnedpubkey with the curl tool. An attacker can intercept or impersonate a server by exploiting the lack of public key verification when a connection is...

8.2CVSS5.8AI score0.00231EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/08 10:15 a.m.54 views

ALPINE-CVE-2025-15079

When doing SSH-based transfers using either SCP or SFTP, and setting the knownhosts file, libcurl could still mistakenly accept connecting to hosts not present in the specified file if they were added as recognized in the libssh global knownhosts file...

5.3CVSS6.1AI score0.00475EPSS
SaveExploits1References1
NVD
NVD
added 2026/01/08 10:15 a.m.10 views

CVE-2025-14819

When doing TLS related transfers with reused easy or multi handles and altering the CURLSSLOPTNOPARTIALCHAIN option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the user's wishes and expectations. This could make libcur...

5.3CVSS0.00707EPSS
SaveExploits0References3
OSV
OSV
added 2026/01/08 10:15 a.m.8 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.00108EPSS
SaveExploits0References1
OSV
OSV
added 2026/01/08 10:15 a.m.11 views

AZL-73736 CVE-2025-14017 affecting package cmake for versions less than 3.30.3-11

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.3CVSS6.1AI score0.00108EPSS
SaveExploits0References1
NVD
NVD
added 2026/01/08 10:15 a.m.9 views

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.3CVSS0.00108EPSS
SaveExploits0References3
Rows per page
Query Builder