Lucene search
+L

1312268 matches found

Huntr
Huntr
added 2026/01/08 2:20 a.m.6 views

Session is not expiring after password resetting

This report is not public...

4.1CVSS5.9AI score0.0021EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/01/07 10:12 p.m.18 views

curl: Stack Buffer Overflow in mprintf.c formatting function (fallback path)

Summary A stack-based buffer overflow exists in mprintf.c within the outdouble function. This vulnerability affects builds where HAVESNPRINTF is undefined, forcing the use of the legacy sprintf function. The logic responsible for calculating the maximum safe precision maxprec for floating-point...

7.2AI score
SaveExploits0
Huntr
Huntr
added 2026/01/07 1:6 p.m.8 views

Path Traversal in Agent Flows via `uuid` (Arbitrary .json File Read/Delete)

Description : Summary I discovered a Path Traversal vulnerability in the AgentFlows component that allows reading and deleting arbitrary .json files on the server. The issue stems from the improper usage of path.join combined with normalizePath. The application resolves the file path using user...

9.1CVSS7.1AI score0.00809EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/01/07 8:44 a.m.23 views

Nextcloud: Authentication Bypass in ID4me handling via Missing JWT Signature Verification in User OIDC

An authentication bypass vulnerability was discovered in the ID4me handling in the OIDC implementation. The vulnerability was caused by missing JWT signature verification for user authentication...

8.1CVSS5.5AI score0.00412EPSS
SaveExploits1
Huntr
Huntr
added 2026/01/07 6:18 a.m.12 views

Improper Access Control via Weak JWT Token Leads to Admin Takeover and Privilege Escalation

Description The application's session management is vulnerable to Authorization Bypass and Vertical Privilege Escalation. During dynamic analysis of the application's authentication flow, I discovered that the JSON Web Tokens JWT are signed with a weak secret key. This allowed me to perform an...

9.8CVSS5.9AI score0.0054EPSS
SaveExploits1
Huntr
Huntr
added 2026/01/07 5:21 a.m.34 views

Arbitrary Code Execution via Unsafe torch.load() in Trainer Checkpoint Loading

Summary A critical arbitrary code execution vulnerability exists in HuggingFace Transformers' Trainer class. The loadrngstate method at src/transformers/trainer.py:3059 calls torch.load without the weightsonly=True parameter. While a safeglobals context manager wraps this call, it provides no...

7.8CVSS6.6AI score0.00349EPSS
SaveExploits1
Huntr
Huntr
added 2026/01/06 2:55 p.m.6 views

TFSMLayer bypasses `safe_mode=True`, allowing attacker-controlled code execution during model inference

Summary TFSMLayer allows loading attacker-controlled TensorFlow SavedModels when deserializing a .keras model, even when safemode=True the default. While TensorFlow does not execute SavedModel functions during load, the attacker-controlled graph is registered during deserialization and executes...

8.8CVSS7.8AI score0.00405EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/01/06 8:51 a.m.16 views

curl: MQTT: Missing upper bound on incoming Remaining Length allows server-controlled long wait

Curl's MQTT implementation accepts any valid Remaining Length advertised by the server without an explicit upper bound beyond the MQTT spec maximum of 268,435,455 bytes. A malicious server can send a PUBLISH packet claiming this maximum size but provide only minimal payload, causing curl to wait...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/05 10:13 p.m.17 views

curl: State Isolation Failure in Multiplexed Connections (Shared Auth Context)

Vulnerability: State Isolation Failure in Multiplexed Connections Shared Auth Context Product: libcurl Affected Versions: v7.43.0 - Current v8.x - All versions supporting HTTP/2 Multiplexing Severity: CRITICAL CVSS: 9.1 1. Executive Summary A fundamental design flaw exists in libcurl's state...

6.7AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/04 6:34 p.m.13 views

Nextcloud: SVG filter primitives bypass remote image blocking, enabling email tracking without consent.

A vulnerability was discovered in the HTML sanitizer of the Roundcube webmail application. The sanitizer did not properly handle the SVG filter primitive, allowing external resources to be loaded even when the "Block remote images" setting was enabled. This vulnerability could be used to track...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/03 6:59 p.m.28 views

curl: Path Traversal in curl file:// Protocol Handler Allows Unauthorized File Access

Summary During my manual review of the file path handling logic in curl's source code, I noticed the absence of proper validation for directory traversal sequences, which I then verified through practical testing. I discovered that curl allows unauthorized access to arbitrary files through the...

8.1CVSS8.2AI score0.60122EPSS
SaveExploits1
Hacker One
Hacker One
added 2026/01/03 4:31 p.m.20 views

curl: Alt-Svc bypasses credential leak protection (CVE-2018-1000007)

Summary I found a bug where curl's Alt-Svc implementation fails to strip sensitive authentication headers Authorization and Cookies when remapping a connection to a different host or port. This essentially bypasses the security fix for CVE-2018-1000007. While auditing the code, I noticed that...

9.8CVSS7.8AI score0.08031EPSS
SaveExploits0
Hacker One
Hacker One
added 2026/01/03 2:38 a.m.56 views

8x8: jitsi-call-analytics: Unauthenticated arbitrary file write via path traversal in `/api/v1/uploads/analyze`

A path traversal vulnerability was discovered in the /api/v1/uploads/analyze endpoint of the jitsi-call-analytics backend. The vulnerability allowed unauthenticated users to write files within the configured RTCSTATSDOWNLOADSPATH directory. The issue was caused by the upload handler using...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/02 5:54 a.m.22 views

curl: CRLF Injection in Gopher Protocol (`lib/gopher.c`)

Control characters slip through during URL handling in curl’s Gopher setup. Though null bytes get blocked by the REJECTZERO setting, returns and line feeds remain permitted. A specially built address using percent-encoded breaks - like %0D%0A - opens room for command insertion. Because of how...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/02 1:51 a.m.31 views

curl: HTTP Request Smuggling and SSRF via CRLF Injection in Curl_add_custom_headers

Summary: A lack of CRLF validation in Curladdcustomheaders at lib/http.c:1761 allows users to inject arbitrary HTTP headers. This violation of RFC 7230 §3.2.4 leads to HTTP Request Smuggling and potential SSRF bypass. AI Disclosure: I utilized an AI assistant to aid in the initial code analysis a...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/01 9:51 p.m.36 views

curl: MQTT Protocol Violation & Integer Overflow in libcurl

Executive Summary Vulnerability Type: CWE-190 Component: lib/mqtt.c Function: mqttdecodelen Affected Architectures: - All architectures: Protocol non-compliance leading to stream desynchronization - 32-bit architectures: Deterministic integer overflow in length decoding libcurl does not correctly...

7.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/01 11:56 a.m.17 views

curl: PROTOCOL-LEVEL: Persistent UDP Amplification and Cache Poisoning via Alt-Svc Logic Flaw

Summary A structural logic flaw in the libcurl Alt-Svc header parser allows attack attributes specifically persist and max-age to "leak" from one service definition to another. We have successfully chained this logic bug with curl's HTTP/3 QUIC support to demonstrate a Persistent UDP Amplificatio...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2026/01/01 5:6 a.m.135 views

Nextcloud: Valid share tokens allow to access tempory upload files of share owner

A vulnerability was discovered that allowed access to temporary upload files of a share owner using valid share tokens...

6.3CVSS5.4AI score0.00231EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/12/31 2:45 p.m.16 views

curl: A quiet New Year wish for security researchers

Hi curl Security Team and fellow security researchers, Sorry in advance if this isn’t a traditional security report. I know your time is valuable, and I truly respect the work you all do. I just wanted to take a quiet moment to wish every security researcher here those who report issues, those wh...

6.8AI score
SaveExploits0
Huntr
Huntr
added 2025/12/31 2:25 p.m.54 views

Command Injection through bash -c

This report is not public...

9.6CVSS5.8AI score0.01328EPSS
SaveExploits2
Rows per page
Query Builder