Lucene search
+L

1312427 matches found

Hacker One
Hacker One
•added 2026/05/28 3:28 a.m.•44 views

curl: CURLOPT_COOKIE leaked to cross-origin redirect target — CURLOPT_UNRESTRICTED_AUTH bypass for the STRING_COOKIE path

Summary: httpcookies at lib/http.c:2532-2534 appends the value of CURLOPTCOOKIE the cookie supplied via -b to outgoing Cookie: headers without invoking Curlauthallowedtohost. As a result, when CURLOPTFOLLOWLOCATION is enabled and the initial origin issues a cross-origin redirect open redirector,...

5.7CVSS6.7AI score0.0176EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/27 7:18 p.m.•22 views

Essity: Unauthenticated File Upload with CORS Wildcard and No Rate Limiting on ████████ and ████████

An unauthenticated file upload vulnerability was discovered on two affected assets. The vulnerability allowed any website to silently upload malicious files, including PDFs with embedded JavaScript, to the backend storage. The vulnerability was exacerbated by the presence of a CORS wildcard and...

5.6AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/27 8:46 a.m.•63 views

Basecamp: Any installed app can force immediate logout and persistent DOS of authenticated Basecamp sessions via unprotected exported StartActivity

A vulnerability was discovered in the Basecamp Android app that allowed any installed app to force immediate logout and persistent denial-of-service of authenticated Basecamp sessions. The vulnerability was due to the com.basecamp.bc4.app.main.start.StartActivity being declared as exported withou...

5.9AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/26 5:19 a.m.•38 views

curl: Mentioned unites are at the same time .Then we have to increase the bounty.

Summary: Once you done with the coding then we have to increase the bounty and then write the reviwe on the same Once we find the error then we have to submit the margin and find the events Affected version Use a language that is not susceptible to these issues. However, be careful of null byte...

5.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/26 2:47 a.m.•115 views

curl: TLS conn reuse and session cache ignore fsslctx callback and ssl_config_data flags ( incomplete fix variant of 7541ae569 )

Summary matchsslprimaryconfig in lib/vtls/vtls.c:194 and the session-cache key built by cfsslpeerkeybuild in lib/vtls/vtlsscache.c:240 both compare only struct sslprimaryconfig fields when deciding whether to reuse a TLS connection or cached session. Several fields that materially change the TLS...

5.9AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/25 10:12 p.m.•43 views

Node.js: Permission Model: --allow-fs-read/--allow-fs-write radix-tree prefix-boundary over-grant

A flaw was discovered in the Node.js Permission Model's enforcement of filesystem access control. The vulnerability could allow an attacker granted access to one path to read from or write to paths outside the intended filesystem allowlist, due to issues with the radix-tree prefix-boundary...

8.4CVSS5.9AI score0.00126EPSS
SaveExploits0
Hacker One
Hacker One
•added 2026/05/25 8:37 a.m.•24 views

Node.js: Node.js WebCrypto AES Integer Overflow Leads to Remote Process Abort (DoS)

Vulnerability description not provided...

7.5CVSS5.8AI score0.01554EPSS
SaveExploits0
Hacker One
Hacker One
•added 2026/05/23 12:20 p.m.•52 views

curl: lib/ldap.c follows attacker-controlled LDAP referrals and binds to a second server; WinLDAP builds leak current logon credentials (confirmed on Window

Summary: curl's generic LDAP backend lib/ldap.c does not disable automatic LDAP referral chasing, unlike lib/openldap.c, which explicitly sets LDAPOPTREFERRALS to LDAPOPTOFF. As a result, a malicious first-hop LDAP server can return a referral to an attacker-controlled second LDAP server and caus...

5.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/22 3:13 a.m.•28 views

curl: CVE-2026-9546: sending old referer

Summary: libcurl documents that CURLOPTREFERER can be set to NULL to disable the Referer header again, but doing so after a transfer does not clear the cached per-handle referer state. As a result, the next HTTP request on the same easy handle can still send the previous request's Referer: value ...

5.9AI score0.00652EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/21 10:58 a.m.•24 views

curl: CVE-2026-9545: exposing HTTP/3 early data

Summary: When the ngtcp2 HTTP/3 backend reuses a TLS session that advertises early data support, cfngtcp2onsessionreuse initializes the HTTP/3 connection state and marks the connection filter as connected before the new QUIC/TLS handshake has completed. The request send path can then reach...

6AI score0.00408EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/21 7:05 a.m.•72 views

curl: curl GnuTLS backend accepts a clientAuth-only certificate for HTTPS server authentication

Summary: When curl/libcurl is built with the GnuTLS backend, the current HTTPS server-certificate validation path verifies the trust chain and hostname but does not enforce TLS server Extended Key Usage semantics. As a result, a leaf certificate that chains to a trusted CA, matches the requested...

5.9AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/21 6:31 a.m.•46 views

Node.js: Memory Corruption via TOCTOU Race in SharedArrayBuffer UTF-8 Decode (`StringBytes::Encode`)

I discovered a memory corruption vulnerability in Node.js's native UTF-8 string decoding path src/stringbytes.cc. When Buffer.prototype.toString'utf8' is called on a Buffer backed by a SharedArrayBuffer, the underlying native code performs a validate-then-convert sequence without copying the data...

6.4AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/20 7:43 p.m.•55 views

curl: Heap-OOB read in urlapi `redirect_url()` via `CURLU_GUESS_SCHEME` + `CURLU_NO_GUESS_SCHEME` flow

Hi all, We've found an issue in lib/urlapi.c where redirecturl reads past the end of a heap buffer when the source URL it operates on lacks a "scheme://" prefix. This is reachable through documented public APIs curlurlset when the caller mixes CURLUGUESSSCHEME with a subsequent CURLUNOGUESSSCHEME...

5.9AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/20 7:40 p.m.•26 views

curl: CVE-2026-9547: SSH improper host validation

Hi all, We've found an issue in lib/vssh/libssh.c where the libssh backend maps SSHKNOWNHOSTSOTHER to CURLKHMATCHMISSING instead of CURLKHMATCHMISMATCH. libssh documents SSHKNOWNHOSTSOTHER as "The server gave us a key of a type while we had another type recorded. It is a possible attack."...

5.8AI score0.00508EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/20 7:35 p.m.•37 views

curl: Use-after-free in `curl_easy_duphandle()` with HTTP/2 stream-dependency tree

Hi all, We've found an issue in lib/easy.c where curleasyduphandle shallow-copies set.priority, so the original and the duplicate end up holding two independent pointer-typed variables that both reference the same heap-allocated Curldataprionode chain. Freeing the chain from one side leaves the...

5.7AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/20 7:31 p.m.•20 views

curl: CVE-2026-10536: HTTP/2 stream-dependency tree UAF

Use-after-free in curleasyreset with HTTP/2 stream-dependency tree Hi all, We've found an issue in lib/easy.c where curleasyreset bypasses dataprioritycleanup before clearing data-set, leaving the HTTP/2 stream-dependency tree with dangling pointers to the reset handle. The current curleasyreset ...

5.8AI score0.00598EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/20 10:49 a.m.•58 views

curl: CVE-2026-9079: stale proxy password leak

Product Product name: curl / libcurl Product link: https://github.com/curl/curl Suggested CWE: CWE-226: Sensitive Information in Resource Not Removed Before Reuse https://cwe.mitre.org/data/definitions/226.html; alternative CWE-200: Exposure of Sensitive Information to an Unauthorized Actor...

5.9AI score0.00584EPSS
SaveExploits1
Hacker One
Hacker One
•added 2026/05/20 6:01 a.m.•30 views

Monero: Background sync cache retains outgoing additional transaction secret keys

A vulnerability was identified in the Monero wallet background sync functionality. The vulnerability was found to retain additional transaction secret keys in the background cache, even after a scrub step intended to remove sensitive data. This could potentially expose transaction-related secret...

5.9AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/20 1:40 a.m.•59 views

curl: curl cross-origin HTTPS redirect reuses TLS client certificate for unintended second-origin mTLS authentication

Summary: When curl follows an HTTPS redirect to a different origin under normal -L / CURLOPTFOLLOWLOCATION behavior, it still presents the configured TLS client certificate to the redirected-to HTTPS server. This happens without --location-trusted / CURLOPTUNRESTRICTEDAUTH, even though curl alrea...

5.4AI score
SaveExploits0
Hacker One
Hacker One
•added 2026/05/19 10:04 p.m.•29 views

curl: CVE-2026-9080: UAF after pause in socket callback

Hi all, We've found a heap-use-after-free in lib/multiev.c triggered by calling curleasypause from within a CURLMOPTSOCKETFUNCTION callback. ASAN-confirmed with the self-contained reproducer below. Affected versions: 8.13.0 – 8.20.0 current. The entry-action write line 280 has been vulnerable sin...

5.7AI score0.00494EPSS
SaveExploits1
Rows per page
Query Builder