Lucene search
+L

1312231 matches found

Hacker One
Hacker One
added 2026/03/28 9:39 a.m.38 views

curl: CRLF Injection in HAProxy PROXY Protocol via CURLOPT_HAPROXY_CLIENT_IP allows IP spoofing and protocol injection

Summary: CURLOPTHAPROXYCLIENTIP introduced in curl 8.2.0 accepts arbitrary strings without any validation or sanitization before injecting them into the HAProxy PROXY protocol v1 header. An attacker who can influence the value passed to this option e.g., through a web application that proxies...

6.1AI score
Exploits0
Hacker One
Hacker One
added 2026/03/27 7:33 p.m.10 views

AWS VDP: Bedrock AgentCore Starter Toolkit Creates Gateway IAM Roles Without Confused Deputy Protections

The Bedrock AgentCore Starter Toolkit was found to create IAM roles for the AgentCore Gateway with trust policies that lacked certain condition keys. This enabled a cross-account confused deputy attack where any AgentCore workload in any AWS account could assume the victim's Gateway role. The rol...

6.1AI score
Exploits0
Hacker One
Hacker One
added 2026/03/27 6:1 p.m.12 views

curl: Unbounded GZIP Decompression Leading to Event-Loop Starvation

When libcurl is configured to decompress HTTP responses via CURLOPTACCEPTENCODING or the --compressed CLI flag, it lacks decompression bounds checking or a mechanism to yield execution during massive expansion tasks. If an attacker provides a highly compressed payload zip bomb, libcurl's underlyi...

6.3AI score
Exploits0
Huntr
Huntr
added 2026/03/27 5:21 a.m.7 views

Arbitrary code execution via malicious logging configuration (dictConfig factory injection)

Kedro v1.2.0 passes user-controlled YAML config to logging.config.dictConfig without validation. The factory key enables arbitrary callable instantiation, achieving RCE at startup. kedro/framework/project/init.py, ProjectLogging: loggingconfig = Pathpath.readtextencoding="utf-8"...

5.9AI score
Exploits0
Hacker One
Hacker One
added 2026/03/26 8:58 p.m.17 views

AWS VDP: Kiro IDE Stores Auth Tokens with World-Readable Permissions (0644)

The Kiro IDE version 0.11.107 wrote authentication tokens access token and refresh token to a file with world-readable permissions 0644. The file contained sensitive information, including the access token, refresh token, and profile ARN. This exposed the credentials to potential unauthorized...

6.8CVSS5.9AI score0.00122EPSS
Exploits0
Hacker One
Hacker One
added 2026/03/26 6:56 p.m.19 views

curl: HTTP/2 server push accepts a non-authoritative :scheme=https over cleartext h2c, enabling HTTPS cache-key poisoning

Summary: I found that libcurl 8.19.0 accepts an HTTP/2 pushed stream on a cleartext h2c connection even when the server sends :scheme=https in PUSHPROMISE. In lib/http2.c, settransferurl builds the pushed handle URL from the server-supplied :scheme, :authority, and :path, but PUSHPROMISE validati...

5.9AI score
Exploits0
Hacker One
Hacker One
added 2026/03/26 10:49 a.m.36 views

Shopify: admin.shopify.com: Shopify Flow continues sending internal emails to a configured recipient after the staff author is removed

Summary: A staff user removed from a Shopify store continues to receive customer Personally Identifiable Information PII via a previously created automation workflow. The workflow, configured using Shopify Flow, continues executing after the user's access has been revoked and sends sensitive...

5.9AI score
Exploits0
Hacker One
Hacker One
added 2026/03/25 7:27 p.m.52 views

curl: Security Vulnerability Report: Protocol Injection via Programmatic Options

Summary Multiple text-based protocol handlers in libcurl including FTP, SMTP, POP3, and IMAP are vulnerable to protocol command injection. This occurs when an application sets credentials or other protocol-specific options programmatically e.g., via CURLOPTUSERNAME, CURLOPTPASSWORD, or...

6AI score
Exploits0
Hacker One
Hacker One
added 2026/03/24 11:12 p.m.9 views

Node.js: Permission Model bypass via FileHandle.utimes() in the promises API

Vulnerability description not provided...

3.3CVSS5.8AI score0.00154EPSS
Exploits0
Hacker One
Hacker One
added 2026/03/24 6:37 p.m.10 views

PortSwigger Web Security: Out of scope: Improper Input Validation Order on /api-internal/login via password field leads to unnecessary resource consumption

A security issue was discovered in the /api-internal/login authentication endpoint of the internal login interface of Burp Suite DAST Enterprise. The issue was caused by improper input validation order, where the application processed user-supplied input before enforcing field-level validation...

5.8AI score
Exploits0
Huntr
Huntr
added 2026/03/24 3:21 p.m.5 views

Path Traversal in DiskIOStore via Unsanitized Layer Names in Keras 3

Description A logic flaw in the Keras 3 v3.0.0+ model saving and loading library handles internal asset paths insecurely. Specifically, the DiskIOStore.make method in keras/src/saving/savinglib.py uses user-provided layer names to construct directory paths without sanitizing for parent directory...

6.1CVSS6.5AI score0.00263EPSS
Exploits0
Hacker One
Hacker One
added 2026/03/24 3:3 p.m.17 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
Exploits0
Huntr
Huntr
added 2026/03/24 9:26 a.m.4 views

Pipelines Frontend /_proxy/ Unrestricted SSRF

This report is not public...

5.3AI score
Exploits0
Hacker One
Hacker One
added 2026/03/23 2:38 p.m.14 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
Exploits0
Hacker One
Hacker One
added 2026/03/22 11:18 p.m.131 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
Exploits1
Huntr
Huntr
added 2026/03/22 4:43 p.m.6 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
Exploits3
Hacker One
Hacker One
added 2026/03/22 4:52 a.m.12 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
Exploits0
Hacker One
Hacker One
added 2026/03/22 4:50 a.m.13 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
Exploits0
Hacker One
Hacker One
added 2026/03/22 4:44 a.m.17 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
Exploits0
Hacker One
Hacker One
added 2026/03/22 4:40 a.m.14 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
Exploits0
Rows per page
Query Builder