Lucene search
+L

1312267 matches found

Huntr
Huntr
added 2026/04/05 12:58 a.m.14 views

Incomplete Fix for CVE-2026-0848: 5 Stanford Interface Classes Still Vulnerable to Untrusted JAR Code Execution

Description CVE-2026-0848 fixed untrusted JAR code execution in StanfordSegmenter by adding SHA256 verification in PR 3477. However, the fix was ONLY applied to nltk/tokenize/stanfordsegmenter.py. Five other Stanford interface classes have the identical vulnerability — they accept user-controllab...

10CVSS7.8AI score0.00809EPSS
SaveExploits4
Huntr
Huntr
added 2026/04/04 8:35 p.m.9 views

Lambda Layer `safe_mode=None` Guard Bypass — Arbitrary Code Execution via `from_config()`

Description Keras's Lambda layer deserializes Python functions using marshal.loads on attacker-controlled bytecode. A safe-mode guard in raiseforlambdadeserialization is intended to block this path, but a logic error causes the guard to silently pass when safemode is None — the default value when...

9.8CVSS8.9AI score0.01745EPSS
SaveExploits2
Hacker One
Hacker One
added 2026/04/04 6:35 p.m.11 views

Node.js: TLS host identity verification bypass via session reuse with different servername leads to unauthorized connections

Vulnerability description not provided...

4.3CVSS5.8AI score0.00258EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/04/04 3:28 a.m.59 views

Node.js: Improper Input Validation — HTTP Response Parser Unconditionally Accepts Bare CR in Status Line

The llhttp HTTP response parser in Node.js up to version 24.14.1 llhttp v9.3.0 and v9.3.1 was found to unconditionally accept a bare carriage return CR as a valid response status line terminator. This parsing asymmetry was present in the response path but not in the request parsing, enabling...

5.7AI score
SaveExploits0
Hacker One
Hacker One
added 2026/04/03 7:15 p.m.22 views

curl: Internal application wrapper or script using curl

While -guid is not a standard or documented curl command, a Command Injection or Argument Injection vulnerability within a specific application that wraps curl. Security Analysis: curl -guid -url example.com 1. Status of the "-guid" FlagUndocumented/Non-existent: The official curl binary does not...

6AI score
SaveExploits0
Hacker One
Hacker One
added 2026/04/03 10:59 a.m.27 views

curl: ignoring 'options' when doing connection reuse

libcurl contains a significant logic flaw in its connection pool matching mechanism. When a transfer specifies a required authentication policy—such as a specific SASL mechanism e.g., ;AUTH=GSSAPI or a restricted set of SSH authentication types CURLOPTSSHAUTHTYPES—libcurl fails to verify these...

5.9AI score
SaveExploits0
Huntr
Huntr
added 2026/04/03 7:32 a.m.8 views

Authorization bypass on all trace endpoints when auth is enabled

Description When MLflow runs with auth enabled, the trace API endpoints don't have authorization validators registered. The beforerequest handler checks each request against BEFOREREQUESTHANDLERS — experiments, runs, models all have entries there, but traces have zero entries. When no validator i...

8.1CVSS5.8AI score0.00376EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/04/02 9:46 p.m.25 views

curl: Negotiate connection reuse with wrong credentials when using CURLAUTH_ANY

Summary: CVE-2026-1965 fixed connection reuse for Negotiate authentication by adding urlmatchauthnego in urlmatchconn at line 1244 of lib/url.c. When a first handle authenticates via Negotiate Kerberos on a connection and that connection returns to the pool, a second handle with different...

6.5CVSS5.6AI score0.00259EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/04/02 6:13 p.m.19 views

curl: # SCURLOPT_SSH_KNOWNHOSTS and host fingerprint pins are silently bypassed when an SSH connection is reused from the connection pool

Product libcurl all versions, all platforms, compiled with USESSH Protocols affected: sftp://, scp:// --- Summary libcurl's connection pool reuse logic for SSH-based protocols SFTP, SCP contains a security gap that allows a transfer's server-verification policy to be completely ignored. When an...

6AI score
SaveExploits0
Hacker One
Hacker One
added 2026/04/02 5:39 p.m.18 views

curl: Data race in Curl_dnscache_add_negative() corrupts shared DNS cache — heap corruption and double-free when using CURLOPT_SHARE with CURL_LOCK_DATA_DNS

Data race in Curldnscacheaddnegative corrupts shared DNS cache — heap corruption and double-free when using CURLOPTSHARE with CURLLOCKDATADNS Severity: Medium CVSS 3.1: 6.5 — AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:H --- Summary Curldnscacheaddnegative in lib/dnscache.c modifies the shared DNS cache ha...

6.2AI score
SaveExploits0
Huntr
Huntr
added 2026/04/02 4:53 p.m.8 views

[CWE-73] Keras — Arbitrary HDF5 File Read via Virtual Dataset Bypass of External Storage Check (CVE-2026-1669 Incomplete Fix)

Description The fix for CVE-2026-1669 in Keras's H5IOStore.verifydataset method savinglib.py:1051 is incomplete. The patch checks dataset.external to block HDF5 datasets that use external file storage, but it does not check dataset.isvirtual. HDF5 Virtual Datasets VDS — created via...

7.5CVSS6.1AI score0.00298EPSS
SaveExploits0
Huntr
Huntr
added 2026/04/02 12:26 p.m.10 views

Zip Slip Arbitrary File Write via ZipFile.extractall() in StorageManager

Description The ClearML SDK uses ZipFile.extractall without path traversal validation when extracting .zip archives in StorageManager.extracttocache storage/manager.py line 199. In contrast, .tar.gz and .tgz archives ARE protected using a safeextract function storage/util.py line 414 that validat...

2.4CVSS6.5AI score0.00357EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/04/02 9:34 a.m.24 views

Tucows (VDP): Stored XSS in nameserver field on account settings page

A stored XSS vulnerability was discovered in the nameserver field on the account settings page. The lack of input validation and weak CSP configuration allowed the injection of malicious JavaScript code that executed when the settings page was reloaded. The vulnerability was limited to a self-XSS...

5.6AI score
SaveExploits0
Hacker One
Hacker One
added 2026/04/01 4:0 p.m.18 views

arkadiyt-projects: Authorization header leak in ssrf_filter via cross-host redirect leads to credential theft and unauthorized access

A vulnerability was discovered in the ssrffilter library. The vulnerability allowed an attacker-controlled redirect target to receive credentials that were intended only for the original request origin. This was possible because ssrffilter followed redirects by rebuilding each redirected request...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/04/01 3:36 p.m.20 views

curl: CVE-2026-5545: wrong reuse of HTTP Negotiate connection

Summary: An attacker sharing a libcurl multi-handle connection pool can hijack another user's Negotiate/Kerberos-authenticated connection. When User A authenticates via Negotiate SPNEGO and the connection returns to the pool, User B using CURLAUTHANY with different credentials gets that connectio...

6.5CVSS5.7AI score0.00414EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/04/01 8:24 a.m.42 views

curl: Cookie attribute TAB injection regression in Set-Cookie parsing

Overview | | | |---|---| | Component | lib/cookie.c — parsecookieheader | | Type | Security regression incomplete input validation | | CWE | CWE-20 Improper Input Validation | | Severity | LOW CVSS 3.1 estimated 3.7, comparable to CVE-2022-35252 | | Affected | curl 8.18.0 through current HEAD | |...

3.7CVSS6AI score0.01908EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/04/01 3:48 a.m.35 views

GitHub: GitHub user to server tokens can create issues in any public repository

A vulnerability was identified in GitHub Enterprise Server that allowed a user-to-server token scoped to a GitHub App installation to perform certain write operations on public repositories outside the token's intended scope. The authorization check only verified that the installation had read...

5.3CVSS5.4AI score0.0026EPSS
SaveExploits0
Huntr
Huntr
added 2026/04/01 12:14 a.m.13 views

Arbitrary File Read via Percent-Encoded Path Traversal in nltk.data.find() / nltk.data.load() - Incomplete Fix of Issue #3504

The security fix for path traversal PR 3522, pathsec module that was merged into NLTK 3.9.3 to address GitHub Issue 3504 is incomplete. The UNSAFENOPROTOCOLRE regex in data.py:57 checks for literal ../ but url2pathname on line 653 decodes percent-encoded sequences after the validation, not before...

7.5CVSS7.7AI score0.00583EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/03/31 10:47 p.m.27 views

curl: Missing server identity policy enforcement in SSH connection reuse allows host key verification bypass via pool poisoning

Missing server identity policy enforcement in SSH connection reuse allows host key verification bypass via pool poisoning --- Summary sshconfigmatches in lib/url.c decides whether an existing SSH connection can be reused by a new transfer handle. It checks client key paths rsa, rsapub but never...

7.7CVSS7.2AI score0.02769EPSS
SaveExploits2
Hacker One
Hacker One
added 2026/03/31 4:43 p.m.22 views

GitHub: GitHub scoped user to server tokens can escape their installation

An improper authorization vulnerability in scoped user-to-server ghu token authorization in GitHub Enterprise Server was discovered. The vulnerability allowed an authenticated attacker to access private repositories outside the intended installation scope, which could have included write...

9.6CVSS5.9AI score0.0029EPSS
SaveExploits0
Rows per page
Query Builder