Lucene search
+L

10667 matches found

Github Security Blog
Github Security Blog
added 2026/04/14 11:27 p.m.17 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.44 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
BDU FSTEC
BDU FSTEC
added 2026/04/14 12:00 a.m.9 views

The vulnerability of the libcurl library in software tools for interacting with servers via cURL allows a hacker to induce a service failure.

The vulnerability of the libcurl library in software applications for interacting with servers via cURL is related to improper verification of certificate authenticity. Exploiting this vulnerability can allow an attacker to cause service failures...

6.3CVSS6.6AI score0.00108EPSS
SaveExploits0References8Affected Software6
Hacker One
Hacker One
added 2026/04/13 10:02 a.m.29 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.24 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.221 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:01 a.m.37 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.00395EPSS
SaveExploits0
Malwarebytes
Malwarebytes
added 2026/04/10 3:02 p.m.23 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:07 a.m.16 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.6AI score
SaveExploits0References2
Redos
Redos
added 2026/04/10 12:00 a.m.13 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.00108EPSS
SaveExploits0
Redos
Redos
added 2026/04/10 12:00 a.m.13 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.00412EPSS
SaveExploits1
Redos
Redos
added 2026/04/10 12:00 a.m.10 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
BDU FSTEC
BDU FSTEC
added 2026/04/10 12:00 a.m.8 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
RedhatCVE
RedhatCVE
added 2026/04/07 5:03 p.m.10 views

CVE-2026-33752

curlcffi is the a Python binding for curl. Prior to 0.15.0, curlcffi does not restrict requests to internal IP ranges, and follows redirects automatically via the underlying libcurl. Because of this, an attacker-controlled URL can redirect requests to internal services such as cloud metadata...

8.6CVSS5.9AI score0.00463EPSS
SaveExploits1References1
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.11 views

curl: Information disclosure via cross-protocol redirect with OAuth2 bearer token

A flaw was found in curl. When an OAuth2 Open Authorization bearer token is used for an HTTPS transfer, and that transfer performs a cross-protocol redirect to a different scheme like IMAP, LDAP, POP3, or SMTP, curl might incorrectly pass the bearer token to the new target host. This could lead t...

5.3CVSS6.4AI score0.00622EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.14 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.5CVSS6.7AI score0.00412EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.12 views

curl: curl: Arbitrary code execution or Denial of Service via use-after-free in SMB request handling

A flaw was found in curl. When handling a second Server Message Block SMB request to the same host, curl incorrectly accesses memory that has already been freed. This memory corruption vulnerability, known as a use-after-free, could allow a remote attacker to potentially execute arbitrary code or...

7.5CVSS7.2AI score0.00745EPSS
SaveExploits2References8
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.11 views

curl: libcurl: Curl out of bounds read for cookie path

An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site...

7.5CVSS6.6AI score0.01395EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.11 views

curl: predictable WebSocket mask

A flaw was found in curl. The use of a predictable WebSocket mask pattern allows a malicious server to induce traffic that an intermediary proxy whether configured or transparent will misinterpret as a standard HTTP request. This confusion leads to a cache poisoning attack, where the proxy stores...

5.3CVSS6.6AI score0.00499EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.14 views

curl: curl: Security bypass due to global TLS option changes in multi-threaded LDAPS transfers

A flaw was found in curl. When performing multi-threaded LDAPS Lightweight Directory Access Protocol Secure transfers, changes to Transport Layer Security TLS options in one thread could inadvertently apply globally, affecting other concurrent transfers. This could lead to unintended security...

6.3CVSS6.6AI score0.00108EPSS
SaveExploits0References6
Rows per page
Query Builder