Lucene search
+L

10646 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/05 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-38275

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The cURL wrapper in Moodle retained the original request headers when following redirects, so HTTP authorization header information could be unintentionally sen...

7.5CVSS7.2AI score0.00445EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-43432

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A flaw was found in moodle. The cURL wrapper in Moodle strips HTTPAUTH and USERPWD headers during emulated redirects, but retains other original request headers...

5.3CVSS5.4AI score0.00332EPSS
SaveExploits0References2
Hacker One
Hacker One
added 2025/09/03 1:05 p.m.31 views

curl: libcurl: Host-Only Cookies Leak to Alternate IPv4 Forms

libcurl canonicalizes numeric IPv4 hostnames during URL parsing and redirect handling example: 127.000.000.001 to 127.0.0.1. When a host-only cookie no Domain= attribute is set, it is stored in the cookie jar with the host string 127.0.0.1. On redirect, even if the Location: contains an alias hos...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2025/09/02 7:07 p.m.57 views

curl: Heap-buffer-overflow (Out-of-Bounds Read) in DoH hostname encoding

Summary: I found a heap-buffer-overflow in the dohreqencode function in lib/doh.c. The bug happens when curl processes a DNS-over-HTTPS request for a hostname that is an empty string. The code gets the string length as 0, then tries to access hostlen - 1, which becomes host-1. This is an...

7.7AI score
SaveExploits0
GithubExploit
GithubExploit
added 2025/09/02 11:11 a.m.481 views

Exploit for Inefficient Regular Expression Complexity in Jqueryvalidation Jquery_Validation

PoC exploit for CVE-2022-31147, a path traversal flaw in matthia...

7.5CVSS7.2AI score0.0204EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2025/08/30 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-27776

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak authentication or cookie header data on HTTP redirects to the same host...

6.5CVSS6.7AI score0.03777EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/08/30 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-27774

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An insufficiently protected credentials vulnerability exists in curl 4.9 to and include curl 7.82.0 are affected that could allow an attacker to extract...

5.7CVSS6.8AI score0.0176EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2025/08/29 9:52 a.m.30 views

curl: Incorrect Parsing of IPv6 Zone ID in curl

I'm Zehui Miao from NISL@THU. During recent research, our team identified a parsing inconsistency in the curl. 0x01 Affected components 1.1 Affected components • C Curl • Versions: tested in 8.4.0 • CLAIMS TO FOLLOW: RFC-3986 1.2 Attack scenario The threat model illustrated in Figure 1 explains t...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/27 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-22576

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An improper authentication vulnerability exists in curl 7.33.0 to and including 7.82.0 which might allow reuse OAUTH2-authenticated connections without properly...

8.1CVSS6.7AI score0.02161EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2025/08/22 4:18 p.m.33 views

curl: Missing Security Headers

Missing Security Headers Low Target: https://curl.se/ OWASP Mapping: A05 Misconfiguration / A02 Crypto Vulnerability ID: sec-headers-0f70ef5bcb Description A Missing Security Headers issue was discovered. This may allow an attacker to exploit the application. Proof of Concept Using cURL bash curl...

6.9AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2025/08/20 7:19 p.m.8 views

Malicious code in cffi-curl (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 1bdc2d55f462ed9009995743e5bc50ed10641cffa24d5b16606e3a479fffae10 Malicious clone of a legitimate package "curl-cffi". When importing the module, it runs an obfuscated PowerShell command --- Category: MALICIOUS - The campaign...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2025/08/20 7:19 p.m.6 views

MAL-2025-47752 Malicious code in cffi-curl (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 1bdc2d55f462ed9009995743e5bc50ed10641cffa24d5b16606e3a479fffae10 Malicious clone of a legitimate package "curl-cffi". When importing the module, it runs an obfuscated PowerShell command --- Category: MALICIOUS - The campaign...

6.8AI score
SaveExploits0References1
Hacker One
Hacker One
added 2025/08/20 8:18 a.m.72 views

curl: curl leaks destination IP via glibc getaddrinfo() UDP connect, bypassing SOCKS5/Tor

Summary: When using curl with a SOCKS5 proxy e.g. Tor on 127.0.0.1:9050, glibc getaddrinfo performs direct UDP connect probes to the target’s IP:443. These syscalls bypass the proxy and expose the user’s route to the destination, breaking anonymity expectations. The IPs I got in my case:...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/08/20 7:46 a.m.30 views

curl: Curl parse_connect_to_string Heap-Overread Leading to Denial of Service via CURLOPT_CONNECT_TO

Summary: A heap-buffer-overread occurs in Curl's parseconnecttostring function when using the CURLOPTCONNECTTO option with crafted input. This can lead to a segmentation fault and crash of the application, resulting in a denial-of-service. The issue is triggered by malformed host strings containi...

7.5AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/20 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-8096

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - When curl is told to use the Certificate Status Request TLS extension, often referred to as OCSP stapling, to verify that the server certificate is valid, it...

6.5CVSS6.9AI score0.00729EPSS
SaveExploits1References2
Hacker One
Hacker One
added 2025/08/18 4:07 p.m.31 views

curl: WebSocket Fragmentation DoS on Curl Client

Summary A malicious WebSocket server can send a fragmented message FIN=0 followed by a flood of continuation frames, causing the client curl to continuously allocate memory while waiting for message completion. This can result in high memory usage and potential crash OOM, representing a...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/18 12:00 a.m.10 views

Amazon Linux 2023 : firefox (ALAS2023-2025-1148)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2025-1148 advisory. On 64-bit platforms IonMonkey-JIT only wrote 32 bits of the 64-bit return value space on the stack. Baseline-JIT, however, read the entire 64 bits. This vulnerability affects Firefox 141,...

9.8CVSS8.4AI score0.00472EPSS
SaveExploits0References20
Hacker One
Hacker One
added 2025/08/17 12:55 p.m.30 views

curl: ## Title Heap Use-After-Free Vulnerability in `curl` Leading to Potential Code Execution

Summary A Use-After-Free UAF vulnerability was discovered in curl at curltrc.c:195. When processing specially crafted input, the code accesses memory after it has already been freed. This can result in undefined behavior, leading to a denial of service crash and potentially enabling information...

7.6AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/14 12:00 a.m.8 views

AlmaLinux 8 : thunderbird (ALSA-2025:13676)

The remote AlmaLinux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the ALSA-2025:13676 advisory. firefox: thunderbird: Large branch table could lead to truncated instruction CVE-2025-8028 firefox: thunderbird: Memory safety bugs CVE-2025-8035 firefox...

9.8CVSS8.8AI score0.00472EPSS
SaveExploits0References11
Hacker One
Hacker One
added 2025/08/12 10:36 a.m.46 views

curl: Account/Repository Takeover via Abandoned GitHub Username in curl's href_extractor.c

Summary: The hrefextractor.c example in the curl repository https://github.com/curl/curl/blob/master/docs/examples/hrefextractor.c references an external HTML parser library hosted at https://github.com/arjunc77/htmlstreamparser. The referenced GitHub username arjunc77 or repository...

7.2AI score
SaveExploits0
Rows per page
Query Builder