Lucene search
+L

10737 matches found

Hacker One
Hacker One
added 2025/12/28 4:15 p.m.26 views

curl: Telnet Suboption Buffer Pointer Underflow in lib/telnet.c leads to Out-of-Bounds Read

Summary A buffer pointer underflow vulnerability exists in curl's telnet protocol handler lib/telnet.c. When processing telnet suboptions in the CURLTSSE state, the code unconditionally decrements the suboption buffer pointer by 2 subpointer -= 2, even when the CURLSBACCUM macro skips writing due...

7.5AI score
SaveExploits0
GithubExploit
GithubExploit
added 2025/12/27 10:06 a.m.208 views

Exploit for Deserialization of Untrusted Data in Facebook React

🎯 CVE-2025-55182-advanced-scanner- - Detect and Exploit Vulner...

10CVSS7.5AI score0.99802EPSS
SaveExploits388
Hacker One
Hacker One
added 2025/12/26 1:31 p.m.24 views

curl: Security hardening: missing integer overflow check in curl_load_library()

Summary A missing integer overflow check was identified in lib/systemwin32.c::curlloadlibrary when calculating the buffer size for a DLL path. On 32-bit Windows builds, the unchecked size calculation can wrap around, resulting in an undersized heap allocation followed by unbounded string copies v...

8AI score
SaveExploits0
OSV
OSV
added 2025/12/22 3:42 p.m.6 views

SUSE-SU-2026:20008-1 Security update for qemu

This update for qemu fixes the following issues: Security issues fixed: - CVE-2025-12464: stack-based buffer overflow in the e1000 network device operations can be exploited by a malicious guest user to crash the QEMU process on the host bsc1253002. - CVE-2025-11234: use-after-free in WebSocket...

7.5CVSS7.7AI score0.00783EPSS
SaveExploits0References7
Hacker One
Hacker One
added 2025/12/22 5:49 a.m.25 views

curl: libcurl WebSocket handshake accepts any Sec-WebSocket-Accept

Summary: libcurl upgrades to WebSocket without validating Sec-WebSocket-Accept, allowing a spoofed 101 response to complete the handshake and inject frames; AI assistance was used to draft this report. Steps to Reproduce: 1. Clone and build curl from source: git clone --depth=1...

7.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:00 a.m.6 views

AlmaLinux 8 : curl (ALSA-2025:23383)

The remote AlmaLinux 8 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2025:23383 advisory. curl: libcurl: Curl out of bounds read for cookie path CVE-2025-9086 Tenable has extracted the preceding description block directly from the AlmaLinux security...

7.5CVSS6.4AI score0.01395EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2025/12/20 5:42 p.m.24 views

Cowrie has a SSRF vulnerability in wget/curl emulation enabling DDoS amplification

Summary A Server-Side Request Forgery SSRF vulnerability in Cowrie's emulated shell mode allows unauthenticated attackers to abuse the honeypot as an amplification vector for HTTP-based denial-of-service attacks against arbitrary third-party hosts. Details When Cowrie operates in emulated shell...

7.5CVSS7.3AI score0.00685EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2025/12/20 5:42 p.m.14 views

GHSA-83JG-M2PM-4JXJ Cowrie has a SSRF vulnerability in wget/curl emulation enabling DDoS amplification

Summary A Server-Side Request Forgery SSRF vulnerability in Cowrie's emulated shell mode allows unauthenticated attackers to abuse the honeypot as an amplification vector for HTTP-based denial-of-service attacks against arbitrary third-party hosts. Details When Cowrie operates in emulated shell...

8.3CVSS7.2AI score0.00685EPSS
SaveExploits1References9
Hacker One
Hacker One
added 2025/12/20 11:55 a.m.28 views

curl: Functional Regression in Digest Authentication: Failure to handle optional spaces and escaped quotes

Summary A recent migration of the Digest authentication parsing logic to the curlxstr strparse API introduced two functional parsing regressions in lib/vauth/digest.c. 1. Optional Whitespace OWS Handling The current implementation fails to skip optional whitespace after comma delimiters in...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2025/12/20 6:19 a.m.28 views

curl: A logic error in detect_proxy caused truncation of environment variable names for long protocol schemes.

In lib/url.c, the detectproxy function uses a fixed-size buffer, proxyenv20, to construct proxy environment variable names e.g., httpproxy. However, the curl URL parser lib/urlapi.c allows protocol schemes up to 40 characters MAXSCHEMELEN. When a protocol scheme longer than 12 characters is used,...

7AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/20 12:00 a.m.14 views

PT-2025-54458

Name of the Vulnerable Software and Affected Versions Cowrie versions prior to 2.9.0 Description Cowrie versions before 2.9.0 have a server-side request forgery SSRF issue in the emulated shell implementations of wget and curl. The default configuration allows these commands to make real outbound...

8.3CVSS7.5AI score0.00685EPSS
SaveExploits1References16
OSV
OSV
added 2025/12/19 10:09 a.m.6 views

RHSA-2025:23383 Red Hat Security Advisory: curl security update

Bulletin has no description...

5.3CVSS6.9AI score0.01395EPSS
SaveExploits1References11
OSV
OSV
added 2025/12/19 9:02 a.m.6 views

RLSA-2025:23383 Moderate: 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: libcurl: Curl out of bounds read for cookie path CVE-2025-9086 For more details about the security issues, including...

5.3CVSS6.8AI score0.01395EPSS
SaveExploits1References2
Rockylinux
Rockylinux
added 2025/12/19 9:02 a.m.16 views

curl security update

An update is available for curl. This update affects Rocky Linux 8. 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...

7.5CVSS6.9AI score0.01395EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/12/19 7:22 a.m.28 views

curl: Unbounded memory consumption via compressed HTTP responses (gzip/brotli/zstd)

During a review of curl's handling of response decompression, it was noticed that no limit exists on the final uncompressed data volume from compressed HTTP replies. Instead of setting constraints, the current design allows indefinite expansion during processing. This absence of limits could lead...

7.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/19 12:00 a.m.9 views

RockyLinux 8 : curl (RLSA-2025:23383)

The remote RockyLinux 8 host has packages installed that are affected by a vulnerability as referenced in the RLSA-2025:23383 advisory. curl: libcurl: Curl out of bounds read for cookie path CVE-2025-9086 Tenable has extracted the preceding description block directly from the RockyLinux security...

7.5CVSS6.4AI score0.01395EPSS
SaveExploits1References3
VulnCheck KEV
VulnCheck KEV
added 2025/12/19 12:00 a.m.17 views

VulnCheck KEV: CVE-2025-34469

Cowrie versions prior to 2.9.0 contain a server-side request forgery SSRF vulnerability in the emulated shell implementation of wget and curl. In the default emulated shell configuration, these command emulations perform real outbound HTTP requests to attacker-supplied destinations. Because no...

7.5CVSS6AI score0.00685EPSS
SaveIn wildExploits1References3
RedHat Linux
RedHat Linux
added 2025/12/18 1:14 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.5CVSS5.8AI score0.01395EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2025/12/18 1:14 p.m.8 views

Moderate: Red Hat Security Advisory: curl security update

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

7.5CVSS6.5AI score0.01395EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/12/18 12:00 a.m.19 views

RHEL 8 : curl (RHSA-2025:23383)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by a vulnerability as referenced in the RHSA-2025:23383 advisory. The curl packages provide the libcurl library and the curl utility for downloading files from servers using various protocols, including HTTP, FTP,...

7.5CVSS6.3AI score0.01395EPSS
SaveExploits1References5
Rows per page
Query Builder