Lucene search
+L

10700 matches found

OSV
OSV
added 2026/08/19 3:29 p.m.8 views

CVE-2026-62668 Grav API Plugin: Webhook SSRF via Unrestricted cURL Protocols

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin WebhookController.php accepts webhook URLs after only FILTERVALIDATEURL syntax validation, and WebhookDispatcher.php initializes cURL without CURLOPTPROTOCO...

9.4CVSS5.4AI score0.00395EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/19 3:29 p.m.6 views

EUVD-2026-62538

Grav API Plugin is a RESTful API for Grav CMS that provides full headless access to your site's content. Prior to 1.0.6, the Grav API plugin WebhookController.php accepts webhook URLs after only FILTERVALIDATEURL syntax validation, and WebhookDispatcher.php initializes cURL without CURLOPTPROTOCO...

9.4CVSS5.4AI score0.0033EPSS
SaveExploits0References3
Rockylinux
Rockylinux
added 2026/08/17 6:06 p.m.15 views

curl security update

An update is available for curl. This update affects Rocky Linux 10. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The curl packages provide the libcurl library and the curl utility for...

9.1CVSS5.1AI score0.005EPSS
SaveExploits1
OSV
OSV
added 2026/08/17 6:03 p.m.36 views

RLSA-2026:55439 Important: curl security update

The curl packages provide the libcurl library and the curl utility for downloading files from servers using various protocols, including HTTP, FTP, and LDAP. Security Fixes: curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication CVE-2026-1965 curl: curl:...

8.1CVSS6.2AI score0.00454EPSS
SaveExploits3References6
Rockylinux
Rockylinux
added 2026/08/17 6:03 p.m.42 views

curl security update

An update is available for curl. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The curl packages provide the libcurl library and the curl utility for downloadi...

8.1CVSS6.2AI score0.00454EPSS
SaveExploits3
OSV
OSV
added 2026/08/17 1:15 p.m.5 views

JLSEC-2026-1341

curl can be told to parse a .netrc file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline, curlwould first read past the end of the stack-based buffer, and if the readworks, write a zero byte beyond its boundary.This will in most cases cause ...

6.5CVSS8.7AI score0.01761EPSS
SaveExploits1References14
OSV
OSV
added 2026/08/17 10:17 a.m.5 views

RHSA-2026:55450 Red Hat Security Advisory: curl security update

Bulletin has no description...

8.1CVSS7.4AI score0.00707EPSS
SaveExploits5References51
OSV
OSV
added 2026/08/17 10:16 a.m.4 views

RHSA-2026:55439 Red Hat Security Advisory: curl security update

Bulletin has no description...

8.1CVSS4.8AI score0.00454EPSS
SaveExploits3References31
OSV
OSV
added 2026/08/17 10:16 a.m.17 views

RHSA-2026:55432 Red Hat Security Advisory: curl security update

Bulletin has no description...

7.5CVSS4.8AI score0.005EPSS
SaveExploits1References10
RedHat Linux
RedHat Linux
added 2026/08/17 6:40 a.m.11 views

Important: Red Hat Security Advisory: curl security update

An update for curl is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

8.1CVSS6.1AI score0.00454EPSS
SaveExploits3References5
RedHat Linux
RedHat Linux
added 2026/08/17 6:40 a.m.25 views

curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect

A flaw was found in curl. When an OAuth2 bearer token is used for an HTTPS transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the .netrc file, allowing the bearer token intended for the first host to be sent to the...

5.3CVSS6.5AI score0.00454EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/08/17 6:40 a.m.15 views

curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication

A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the...

6.5CVSS6.6AI score0.00259EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/17 6:40 a.m.11 views

curl: curl: Insecure connection establishment due to TLS configuration mismatch

A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security TLS configuration of the new transfer does not match the existing connection,...

8.1CVSS5AI score0.00309EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.8 views

curl: curl: Insecure connection establishment due to TLS configuration mismatch

A flaw was found in curl. When a new data transfer attempts to upgrade its connection using STARTTLS, it may incorrectly reuse an existing live connection. This reuse can occur even if the Transport Layer Security TLS configuration of the new transfer does not match the existing connection,...

8.1CVSS5.5AI score0.00309EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.9 views

curl: curl: Man-in-the-middle attack via SSH host key bypass

A flaw was found in curl. When a libcurl-based application uses SCP:// or SFTP:// for transfers and employs the CURLOPTSSHKEYFUNCTION callback, it may silently accept an untrusted server. This occurs if the server's host key type differs from the one stored in the knownhosts file. The callback...

7.4CVSS5.5AI score0.00325EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.9 views

curl: curl: SSH host verification bypass when using schemeless URLs with SFTP/SCP

A flaw was found in curl. When a user invokes curl with a schemeless URL and specifies SFTP SSH File Transfer Protocol or SCP Secure Copy Protocol as the default protocol, the tool layer fails to initialize critical SSH security options. This bypasses host verification, allowing curl to connect t...

7.5CVSS5.7AI score0.00399EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.13 views

curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect

A flaw was found in curl. When an OAuth2 bearer token is used for an HTTPS transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the .netrc file, allowing the bearer token intended for the first host to be sent to the...

5.3CVSS5.5AI score0.00454EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.8 views

curl: curl: Authentication bypass due to incorrect connection reuse with Negotiate authentication

A flaw was found in curl. When an application uses libcurl to make multiple Negotiate-authenticated HTTP or HTTPS requests to the same server with different credentials, libcurl may incorrectly reuse an existing connection. This logical error can cause a subsequent request to be sent using the...

6.5CVSS5.5AI score0.00259EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.12 views

curl: curl: Unauthorized access due to improper HTTP proxy connection reuse

A flaw was found in curl. This vulnerability allows curl to wrongly reuse an existing HTTP proxy connection when performing a CONNECT request to a server, even if the new request uses different authentication credentials for the HTTP proxy. This improper connection reuse could lead to an attacker...

6.5CVSS5.5AI score0.00412EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/08/17 5:15 a.m.9 views

Important: Red Hat Security Advisory: curl security update

An update for curl is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

8.1CVSS5.6AI score0.00707EPSS
SaveExploits5References8
Rows per page
Query Builder