Lucene search
+L

1312268 matches found

Hacker One
Hacker One
added 2025/11/09 10:40 p.m.12 views

Rocket.Chat: Open Redirect in Rocket.Chat

An open redirect vulnerability was identified in Rocket.Chat. The /saml/sloRedirect/:provider endpoint included the redirect query string value directly in the Location header for a 302 redirect without any server-side validation. This issue was fixed in v8.4.0...

5.3CVSS5.9AI score0.00322EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/11/09 8:26 p.m.17 views

Django: Potential SQL Injection when annotating FilteredRelation on PostgreSQL

A potential SQL injection vulnerability was discovered in Django's annotation of FilteredRelation on PostgreSQL. The vulnerability was caused by an incomplete regular expression filter in the FORBIDDENALIASPATTERN. This allowed user input to be interpreted as raw strings, potentially enabling the...

9.8CVSS8.3AI score0.15656EPSS
SaveExploits4
Hacker One
Hacker One
added 2025/11/09 4:8 p.m.12 views

Node.js: FS Permissions Bypass

A flaw was discovered in Node.js's Permissions model that allowed attackers to bypass --allow-fs-read and --allow-fs-write restrictions using crafted relative symlink paths. By chaining directories and symlinks, a script granted access only to the current directory could escape the allowed path a...

9.1CVSS5.7AI score0.01633EPSS
SaveExploits2
Hacker One
Hacker One
added 2025/11/09 2:26 p.m.21 views

lemlist: Authentication Bypass in Subscription Management Endpoint

A vulnerability was identified in the subscription management functionality that allowed unauthorized access to customer billing information. The issue stemmed from insufficient authentication and authorization controls on an API endpoint. The vulnerability was classified as an Insecure Direct...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/09 5:51 a.m.18 views

curl: libcurl MQTT `CURLOPT_POSTFIELDSIZE_LARGE` overflow leads to immediate DoS

Summary An attacker can crash or forcefully abort any application that uses libcurl's MQTT support by setting an excessively large value for CURLOPTPOSTFIELDSIZELARGE. The MQTT publish logic lib/mqtt.c::mqttpublish trusts this value without validating it against the protocol's maximum remaining...

7.1AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/06 12:7 p.m.27 views

curl: SMTP CRLF Command Injection in CURLOPT_MAIL_FROM and CURLOPT_MAIL_RCPT

libcurl's SMTP implementation accepts CR \r and LF \n bytes in mailbox address inputs without validation. These control characters are inserted directly into SMTP commands, allowing attackers to inject arbitrary SMTP protocol commands. This enables envelope manipulation, adding unauthorized...

7.5AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/06 11:53 a.m.16 views

U.S. Dept Of Defense: DNN - Unrestricted Arbitrary File Upload #████████

A vulnerability was discovered in versions of DNN formerly DotNetNuke prior to 10.1.1. The vulnerability was caused by the default HTML editor provider allowing unauthenticated file uploads and overwriting of existing files. This could have led to website defacement and cross-site scripting attac...

10CVSS6.2AI score0.44656EPSS
SaveExploits3
Hacker One
Hacker One
added 2025/11/06 8:45 a.m.18 views

Revive Adserver: Unrestricted setPerPage allows huge result sets / resource exhaustion / mass log retrieval

Description: The setPerPage query parameter controls pagination for the log viewer but is not validated or capped on the server. An attacker can supply an extremely large numeric value for example setPerPage=100000000000000000 and the application will attempt to honor that value when building the...

6.5CVSS6.6AI score0.0039EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/11/06 4:12 a.m.21 views

Revive Adserver: Username normalization missing allows visually indistinguishable accounts (Whitespace-Based Impersonation)

Version: ==revive-adserver 6.0.2== Summary: Revive Adserver allows creation of usernames containing leading or trailing whitespace e.g. "admin" or " admin". The UI does not visibly differentiate such usernames from admin, producing visually identical accounts. This can be used to impersonate...

5.4CVSS6.7AI score0.00235EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/11/05 9:32 a.m.15 views

Revive Adserver: Stored-XSS in campaign name displayed in Banners modal

Description: A low-privilege authenticated user can create or edit advertiser/campaign names containing HTML/JavaScript. Those values are stored in the application and later rendered without proper HTML escaping in the admin Inventory → Banners advertiser/campaign picker. When an administrator...

6.5CVSS6.7AI score0.00203EPSS
SaveExploits1
Huntr
Huntr
added 2025/11/03 5:47 a.m.5 views

Remote code execution via transformers_utils/get_config

This report is not public...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/03 5:46 a.m.26 views

curl: HackerOne

HackerOne Impact HackerOne...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/03 5:38 a.m.24 views

curl: Hi Hacker

Hi Hacker Impact Summary:...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/11/01 8:40 p.m.26 views

curl: Directory Traversal Vulnerability in cURL via Content-Disposition Header Processing

Vulnerability Description The parsefilename function in src/toolcbhdr.c does not adequately validate and sanitize filenames extracted from HTTP Content-Disposition headers, allowing directory traversal attacks when the -O remote-name and -J remote-header-name options are used together. Vulnerable...

7.2AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/31 9:48 p.m.13 views

curl: curl built with GnuTLS backend defaults to weak crypto parameters

Summary: Curl configured with GnuTLS backend --with-gnutls defaults using "NORMAL" as the base level of the library cryptographic security. From GnuTLS documentation: The message authenticity security level is of 64 bits or more, and the certificate verification profile is set to GNUTLSPROFILELOW...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/30 4:55 p.m.17 views

curl: Buffer over-read,, Missing NUL termination in addvariable() causes undefined behavior

Summary: In addvariable used by setvariable, the code allocates memory for p-name without space for a null-terminator and copies nlen bytes directly. Later, functions like varcontent call strlen on this name, assuming it is null-terminated. This can lead to out-of-bounds memory reads, causing...

7.5AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/30 1:39 p.m.11 views

Node.js: Timeout-based race conditions make Uint8Array/Buffer.alloc non-zerofilled

A flaw in Node.js's buffer allocation logic was discovered, where buffers allocated with Buffer.alloc and other TypedArray instances like Uint8Array may contain leftover data from previous operations under specific timing conditions...

7.1CVSS5.7AI score0.03258EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/10/30 2:36 a.m.15 views

Revive Adserver: Stored-XSS in Banner Name field

Version: ==revive-adserver 6.0.0== Summary: A stored Cross-Site Scripting XSS vulnerability exists in the Banner → Name field. An attacker can create or edit a banner with a malicious payload in the Name field; that payload is stored and later executed in the browser of users who were added to th...

5.4CVSS5.2AI score0.0044EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/10/29 1:33 p.m.17 views

curl: SOCKS5 Heap Buffer Overflow via Malicious HTTP Redirect with Oversized Hostname

Summary: A heap-based buffer overflow vulnerability exists in curl's SOCKS5 proxy handshake implementation when processing HTTP redirects containing hostnames exceeding 255 characters. When curl is configured to use SOCKS5 with hostname resolution socks5h:// scheme and follows an HTTP redirect to...

8.3AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/29 10:51 a.m.15 views

curl: Logical Flaw in curl_url_set Leads to Inconsistent Query Parameter Encoding

Hello curl security team, First, thank you for your incredible work on maintaining such a critical and robust piece of software. We have been conducting a deep-dive source code audit of libcurl and believe we have identified a subtle logical flaw in the curlurlset API that has security...

6.8AI score
SaveExploits0
Rows per page
Query Builder