Browsing tag

cURL

Two High-Risk Security Flaws Discovered in Curl Library – New Patches Released

Image Source: JFrog Security Research Patches have been released for two security flaws impacting the Curl data transfer library, the most severe of which could potentially result in code execution. The list of vulnerabilities is as follows – CVE-2023-38545 (CVSS score: 7.5) – SOCKS5 heap-based buffer overflow vulnerability CVE-2023-38546 (CVSS score: 5.0) – Cookie injection […]

Security Patch for Two New Flaws in Curl Library Arriving on October 11

The maintainers of the Curl library have released an advisory warning of two security vulnerabilities that are expected to be addressed as part of an forthcoming update set for release on October 11, 2023. This includes a high-severity and a low-severity flaw tracked under the identifiers CVE-2023-38545 and CVE-2023-38546, respectively. Additional details about the issues […]

An audit revealed dozen vulnerabilities in the cURL

Security experts who conducted an audit on cURL discovered nearly a dozen vulnerabilities that were patched in the last release. The cURL (read “see URL”) is an open source command line tool and library designed for transferring data through various protocols. The cURL is included in a wide range of applications, including networking devices, printers, smartphones, IoT devices […]

httpstat – Curl Statistics Made Simple

httpstat visualizes curl statistics in a way of beauty and clarity. It is a single file Python script that has no dependency and is compatible with Python 3. There are three ways to get httpstat : Step 1: Download the script directly: wget https://raw.githubusercontent.com/reorx/httpstat/master/httpstat.pyStep 2: Through pip: pip install httpstatStep 3: Through homebrew (macOS only): […]