Lucene search
+L

1312267 matches found

Hacker One
Hacker One
added 2026/03/24 3:3 p.m.21 views

Nextcloud: PIN bypass in PassCodeActivity via back button

A vulnerability was discovered in the PassCodeActivity of a certain application. The vulnerability allowed bypassing the PIN code by pressing the back button...

4.6CVSS5.5AI score0.00153EPSS
SaveExploits0
Huntr
Huntr
added 2026/03/24 9:26 a.m.7 views

Pipelines Frontend /_proxy/ Unrestricted SSRF

This report is not public...

5.3AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/23 2:38 p.m.17 views

curl: HTTP/1.1 Response Desynchronization via conflicting CL/TE headers in Proxy CONNECT

Summary: curl fails to prioritize the Transfer-Encoding: chunked header over Content-Length in HTTP/1.1 proxy responses specifically 407/401 auth challenges, violating RFC 9112 Section 6.1. I have identified the root cause in cf-h1-proxy.c. In the response-handling loop around line 466, the code...

5.9AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/22 11:18 p.m.133 views

curl: CVE-2026-4873: connection reuse ignores TLS requirement

A vulnerability was discovered in libcurl's connection reuse for cleartext-upgrade mail protocols. The vulnerability was that the later transfer's CURLOPTUSESSL option was not properly included if a plaintext connection was already open and reusable. This affected the smtp://, pop3://, and imap:/...

5.9CVSS5.3AI score0.00329EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/03/22 7:25 p.m.38 views

Monero: ZMQ RPC Log Injection and Untrusted Payload Persistence

A vulnerability was reported in the Monero CLI daemon where the ZMQ RPC request path logs untrusted request content before semantic validation. This allowed a remote party with access to the ZMQ endpoint to inject newline and control-character content into daemon logs, enabling log forging. The...

5.9AI score
SaveExploits0
Huntr
Huntr
added 2026/03/22 4:43 p.m.9 views

Git argument injection in deployment pull steps via unsanitized commit_sha enables RCE on workers

Description Prefect's GitRepository storage class passes user-controlled commitsha values as positional arguments to git commands without a -- separator. The commitsha parameter accepts arbitrary strings with no format validation no hex check, no length check. This allows injection of git flags...

9.9CVSS7.7AI score0.00874EPSS
SaveExploits3
Hacker One
Hacker One
added 2026/03/22 4:52 a.m.13 views

AWS VDP: Health check errors silently dropped when channel buffer full

Component: pkg/plugin/plugin.go:153-156, pkg/plugin/pluginv2.go:156-158 Affected Version: aws-encryption-provider @ 4341c70 all versions Found by: Source audit TLP: TLP:Amber --- Summary When KMS operations fail, the error is sent to a buffered channel healthCheckErrc, size 100 via a non-blocking...

6AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/22 4:50 a.m.14 views

AWS VDP: Encryption context keys and values logged at INFO level

Component: cmd/server/main.go:101-106 Affected Version: aws-encryption-provider @ 4341c70 all versions Found by: Source audit TLP: TLP:Amber --- Summary The server startup code logs all encryption context key-value pairs at INFO level. Encryption context is metadata associated with KMS operations...

5.9AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/22 4:44 a.m.18 views

AWS VDP: V2Plugin.Decrypt panics on empty ciphertext (Remote DoS)

A vulnerability was discovered in the "aws-encryption-provider" component where the "V2Plugin.Decrypt" function accessed the ciphertext slice without checking if it was empty, leading to a panic and crashing the entire gRPC server process...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/22 4:40 a.m.15 views

AWS VDP: V1Plugin.Decrypt panics on empty ciphertext (Remote DoS)

A vulnerability was discovered in the aws-encryption-provider component of the pkg/plugin/plugin.go file at revision 4341c70. The vulnerability caused the V1Plugin.Decrypt function to panic when passed an empty ciphertext, crashing the entire gRPC server process. This was due to the function...

5.8AI score
SaveExploits0
Huntr
Huntr
added 2026/03/22 1:8 a.m.13 views

Arbitrary Code Execution via LossNode importlib.import_module() Before audit_tree() Trust Check

Arbitrary Code Execution via LossNode Import Before Audit — Trust Check Bypass Summary The LossNode.init method in skops/io/sklearn.py calls gettype, which invokes importlib.importmodule with attacker-controlled module and class names from the .skops file's schema.json. This import occurs during...

6.5AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/21 4:20 a.m.29 views

DuckDuckGo: RCE + PAT Exfiltration via pull_request_target in privacy-configuration/auto-respond-pr.yml — Direct Supply Chain to All DDG Browsers

A vulnerability was discovered in the "auto-respond-pr.yml" GitHub Actions workflow of the "privacy-configuration" repository. The workflow used the "pullrequesttarget" trigger, which checked out the fork's repository as both the "base" and "PR" branches. This allowed an attacker to control the...

6.2AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/21 4:20 a.m.28 views

DuckDuckGo: RCE + Supply Chain Attack via pull_request_target in content-scope-scripts/semver-label.yml — Affects All DuckDuckGo Browsers

A vulnerability was discovered in the DuckDuckGo content-scope-scripts repository's GitHub Actions workflow. The workflow used the pullrequesttarget trigger without access controls, allowing untrusted code from fork pull requests to be checked out and executed. This could have led to remote code...

6.3AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/20 8:13 p.m.12 views

Node.js: Unix domain socket server bypasses --permission network restrictions (incomplete CVE-2026-21636 fix)

Vulnerability description not provided...

10CVSS5.8AI score0.00663EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/03/20 7:14 a.m.16 views

curl: Function `do_pubkey()` can have out-of-bound read issue

Summary A 1-byte out-of-bounds heap read in dopubkey in lib/vtls/x509asn1.c. When parsing an RSA public key with a zero-length or all-zero modulus, the loop dereferences a pointer before checking bounds. Requires a non-OpenSSL TLS backend e.g., Mbed/Gnu. A certificate chain verification can trigg...

5.8AI score
SaveExploits0
Huntr
Huntr
added 2026/03/19 3:40 p.m.10 views

Unsafe cloudpickle.loads() and eval() in Callables Enable RCE via Malicious Task Payloads

This report is not public...

5.3AI score
SaveExploits0
Huntr
Huntr
added 2026/03/19 7:12 a.m.8 views

Unauthenticated remote shutdown in nltk.app.wordnet_app

Summary nltk.app.wordnetapp allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when it is started in its default mode. A simple GET /SHUTDOWN%20THE%20SERVER request causes the process to terminate immediately via os.exit0, resulting in a denial of service. Details The...

7.5CVSS7.1AI score0.00325EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/03/18 7:47 a.m.42 views

curl: Exposed .git/config File Leading to Potential Sensitive Information Disclosure

Summary: The .git/config file is publicly accessible on the target server, which may expose sensitive repository configuration details. This indicates that the .git directory is improperly exposed, potentially allowing attackers to reconstruct the entire source code repository and extract sensiti...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/03/17 7:20 p.m.110 views

Rocket.Chat: Unauthenticated file deletion via deleteFileMessage DDP method allows permanent destruction of any uploaded file

Vulnerability description not provided...

7.5CVSS5.3AI score0.00723EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/03/17 7:6 p.m.24 views

curl: Bearer Token Leaked to Attacker via .netrc Despite CVE-2026-3783 Fix

curl versions 8.19.0 and later were meant to fix CVE-2026-3783, which causes OAuth2 bearer tokens to leak on HTTP redirects when the user has a .netrc file configured. However, the vulnerability still exists in the current codebase. VULNERABILITY: When a curl user specifies an OAuth2 bearer token...

5.3CVSS5.9AI score0.00333EPSS
SaveExploits1
Rows per page
Query Builder