Lucene search
+L

10465 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2026/04/16 10:57 a.m.10 views

Security Bulletin: Vulnerability in curl affects IBM Netezza Appliance

Summary The curl package is used by IBM Netezza Appliance . IBM Netezza Appliance has addressed the applicable CVE CVE-2025-9086 Vulnerability Details CVEID:CVE-2025-9086 DESCRIPTION: 1. A cookie is set using the secure keyword for https://target 2. curl is redirected to or otherwise made to...

7.5CVSS5.8AI score0.01301EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/16 10:52 a.m.10 views

Security Bulletin: Vulnerability in curl affects IBM Netezza Appliance

Summary The curl package is used by IBM Netezza Appliance . IBM Netezza Appliance has addressed the applicable CVE CVE-2023-27534 Vulnerability Details CVEID:CVE-2023-27534 DESCRIPTION: A path traversal vulnerability exists in curl 8.0.0 SFTP implementation causes the tilde character to be wrongl...

8.8CVSS6.1AI score0.02195EPSS
SaveExploits1Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/16 9:29 a.m.10 views

Security Bulletin: Vulnerability in curl affects IBM Netezza Appliance

Summary The curl package is used by IBM Netezza Appliance . IBM Netezza Appliance has addressed the applicable CVE CVE-2025-9086 Vulnerability Details CVEID:CVE-2025-9086 DESCRIPTION: 1. A cookie is set using the secure keyword for https://target 2. curl is redirected to or otherwise made to...

7.5CVSS5.8AI score0.01301EPSS
SaveExploits1Affected Software1
CBLMariner
CBLMariner
added 2026/04/16 2:25 a.m.13 views

CVE-2026-3784 affecting package curl for versions less than 8.11.1-6

CVE-2026-3784 affecting package curl for versions less than 8.11.1-6. A patched version of the package is available...

6.5CVSS5.7AI score0.00302EPSS
SaveExploits1
CBLMariner
CBLMariner
added 2026/04/16 2:25 a.m.9 views

CVE-2026-1965 affecting package curl for versions less than 8.11.1-6

CVE-2026-1965 affecting package curl for versions less than 8.11.1-6. A patched version of the package is available...

6.5CVSS5.7AI score0.00259EPSS
SaveExploits0
CBLMariner
CBLMariner
added 2026/04/16 2:25 a.m.7 views

CVE-2026-3783 affecting package curl for versions less than 8.11.1-6

CVE-2026-3783 affecting package curl for versions less than 8.11.1-6. A patched version of the package is available...

5.3CVSS7.3AI score0.00333EPSS
SaveExploits1
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/15 10:5 p.m.17 views

Security Bulletin: Vulnerability impacts AIX due to cURL libcurl (CVE-2025-14524)

Summary Vulnerability in cURL libcurl might wrongly pass on an OAuth2 bearer token CVE-2025-14524. AIX uses cURL libcurl as part of rsyslog, LV/PV encryption integration with HPCS and in Live Update for interacting with HMC. Vulnerability Details CVEID:CVE-2025-14524 DESCRIPTION: When an OAuth2...

5.3CVSS5.8AI score0.00611EPSS
SaveExploits1Affected Software1
IBM AIX
IBM AIX
added 2026/04/15 3:24 p.m.17 views

Vulnerability impacts AIX due to cURL libcurl (CVE-2025-14524)

IBM SECURITY ADVISORY First Issued: Wed Apr 15 15:24:39 CDT 2026 The most recent version of this document is available here: https://aix.software.ibm.com/aix/efixes/security/curladvisory9.asc Security Bulletin: Vulnerability impacts AIX due to cURL libcurl CVE-2025-14524...

5.3CVSS5.8AI score0.00611EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/04/14 11:27 p.m.13 views

WWBN AVideo has an incomplete fix for CVE-2026-33502: Command Injection

Summary The incomplete fix for AVideo's test.php adds escapeshellarg for wget but leaves the filegetcontents and curl code paths unsanitized, and the URL validation regex /^http/ accepts strings like httpevil.com. Affected Package - Ecosystem: Other - Package: AVideo - Affected versions: = commit...

9.3CVSS6.7AI score0.00442EPSS
SaveExploits2References7Affected Software1
Hacker One
Hacker One
added 2026/04/14 5:45 a.m.38 views

curl: CVE-2026-6276: stale custom cookie host causes cookie leak

Summary: libcurl keeps a stale data-state.aptr.cookiehost after a request that uses a custom Host: header. On later requests on the same easy handle, when no custom Host: is used, libcurl still reuses that stale value for outgoing cookie selection lib/http.c:2560-2563 and incoming Set-Cookie...

7.5CVSS5.5AI score0.00295EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/04/13 10:2 a.m.23 views

curl: CVE-2026-6253: proxy credentials leak over redirect-to proxy

Summary: When libcurl follows a redirect and the new URL causes proxy re-selection, proxy credentials learned from the originally selected proxy URL can remain in per-transfer state and be reused for the next proxy. In the validated case, a redirect from http:// to https:// switches selection fro...

5.9CVSS5.4AI score0.00719EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/04/13 5:18 a.m.21 views

curl: Argument Injection via curl Short-Flag Grouping

This report details how the curl -os command facilitates an Argument Injection vulnerability in applications that wrap the curl command-line tool. The specific command curl -os /etc/passwd --url http://example.com demonstrates a subtle but dangerous behavior. Because -s silent follows -o output,...

6.3AI score
SaveExploits0
GithubExploit
GithubExploit
added 2026/04/12 11:12 a.m.185 views

Exploit for Use After Free in Haxx Curl

CVE-2026-3805: Use-After-Free in curl SMB Connection Reuse I...

7.5CVSS5.8AI score0.00745EPSS
SaveExploits2
Hacker One
Hacker One
added 2026/04/11 3:1 a.m.31 views

curl: Integer Overflow/Signedness Mismatch in Printf Precision for HTTP/2 Trailer Headers

BUG IN https://raw.githubusercontent.com/curl/curl/07a9b89fedaec60bdbc254f23f66149b31d2f8da/lib/http2.c c ifstream-bodystarted / This is a trailer / H2BUGFinfofdatas, "h2 trailer: %.s: %.s", namelen, name, valuelen, value; result = Curldynaddf&stream-trailerrecvbuf, "%.s: %.s\r\n", namelen, name,...

3.3CVSS6.2AI score0.0042EPSS
SaveExploits0
Malwarebytes
Malwarebytes
added 2026/04/10 3:2 p.m.12 views

ClickFix finds a new way to infect Macs

ClickFix campaigns are looking for alternatives now that many Mac users have been made aware of the dangers of pasting certain commands into Terminal. Researchers found that ClickFix has kept the same social engineering playbook but completely sidestepped Terminal by using the applescript:// URL...

6AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/10 7:7 a.m.9 views

Malicious code in @genoma-ui/components (npm)

Malicious package detected. It uses pre/post install scripts to download/execute code and exfiltrate user data via curl from a hardcoded IP. --- -= Per source details. Do not edit below this line.=- Source: amazon-inspector a5fb9acd5bf2a73c82be9ac19b7c0cad285cfea2a4b6ff69655f61e7e4a0c26c The...

5.8AI score
SaveExploits0References1
Redos
Redos
added 2026/04/10 12:0 a.m.8 views

ROS-20260410-73-0013

Vulnerability in curl related to access control flaws. Exploitation of the vulnerability could allow an attacker to escalate privileges...

6.3CVSS6AI score0.00106EPSS
SaveExploits0
Redos
Redos
added 2026/04/10 12:0 a.m.7 views

ROS-20260410-73-0016

Vulnerability in curl related to authentication bypass due to an initial bug. Exploitation of the vulnerability could allow an attacker acting remotely to escalate their privileges...

6.5CVSS5.8AI score0.00259EPSS
SaveExploits0
Redos
Redos
added 2026/04/10 12:0 a.m.7 views

ROS-20260410-73-0015

Vulnerability in curl related to authentication bypass due to an initial bug. Exploitation of the vulnerability could allow an attacker acting remotely to escalate their privileges...

6.5CVSS5.8AI score0.00302EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2026/04/10 12:0 a.m.4 views

The vulnerability of the software for interacting with servers via cURL lies in the ability to utilize memory after it is released, allowing a hacker to cause a service failure.

The vulnerability of the software for interacting with servers via cURL is related to the possibility of using memory after it is freed. Exploiting this vulnerability can allow a remote attacker to cause service interruptions...

7.8CVSS7.1AI score0.00745EPSS
SaveExploits2References3Affected Software1
Rows per page
Query Builder