Lucene search
+L

1312337 matches found

Hacker One
Hacker One
added 2025/10/10 12:36 p.m.20 views

lemlist: Unauthorized Password Reset Allows Account Takeover Across Tenant Boundaries

An authorization issue was discovered in the application that allowed a tenant admin to change the password of another user within the same tenant, including invited agency accounts. The victim had to first accept the invitation before the attacker could proceed. The issue could allow unintended...

7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/10 10:33 a.m.31 views

HackerOne: Lack of Validation in Reward Redemption Allows Unlimited Burp Suite License Abuse

A vulnerability was discovered in the reward redemption process of a points and rewards system. The vulnerability allowed an attacker to obtain multiple valid Burp Suite Pro licenses by using different email addresses, without any validation or verification tied to the user's account. The email...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/08 6:17 p.m.13 views

Mars: Sensitive information exposed at [███] via /export_panelists_to_xlsx endpoint

A vulnerability was identified that allowed unauthorized access to personally identifiable information through an unprotected API endpoint. The vulnerability exposed user email addresses and telephone numbers. The issue was classified under CWE-312 with a CVSS score of 6.1. The vulnerability was...

5.6AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/07 3:37 p.m.35 views

curl: Apple SecTrust legacy path accepts untrusted certificates on pre-10.14 macOS/iOS when built with USE_APPLE_SECTRUST

Summary: When libcurl is built with USEAPPLESECTRUST and runs on Apple OS versions that lack SecTrustEvaluateWithError macOS 10.14 / iOS 12, the legacy verification path miscompares OSStatus to SecTrustResultType and never checks the SecTrust result. This can cause untrusted certificates to be...

6.5AI score
SaveExploits0
Huntr
Huntr
added 2025/10/07 8:15 a.m.12 views

MLFlow server is exposed to data exfiltration and destruction due to lack of Origin validation

The MLFlow REST server is vulnerable to DNS rebinding attacks, allowing malicious websites to bypass Same-Origin Policy protections and execute unauthorized calls against REST endpoints. Once rebinding is successful, the attacker can: Query for experiments via the 2.0/mlflow/experiments/search...

8.1CVSS6AI score0.00188EPSS
SaveExploits1
Hacker One
Hacker One
added 2025/10/06 9:39 p.m.20 views

curl: OpenSSL backend: X509 peer certificate not freed in ossl_get_channel_binding causes per-request memory leak (DoS risk for long-lived clients)

Summary: In curl’s OpenSSL backend, osslgetchannelbinding retains a new reference to the server’s X509 certificate via SSLget1peercertificate and never releases it. When Negotiate SPNEGO over TLS is in use, this path is invoked and leaks one X509 object per trigger. Over many requests in a...

7.1AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/06 11:01 a.m.25 views

Tucows (VDP): Information Disclosure via Accessible debug.log on ExactHosting

Vulnerability description not provided...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/05 2:15 p.m.21 views

Lovable VDP: Improper Authorization Leads to Editor can toggle admin-only workspace features (Lovable AI)

The API endpoint /workspaces//tool-preferences/aigateway/enable did not enforce proper authorization checks. As a result, an account with the Editor role was able to disable the workspace-wide admin-only Lovable AI feature, which powers key AI functionalities across the workspace...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/05 1:08 p.m.19 views

Lovable VDP: Improper Authorization Leads to Editor can toggle admin-only workspace features (Lovable Cloud)

A vulnerability was discovered where an account with the Editor role could call an API endpoint that disabled workspace-wide admin-only features. This was due to a lack of server-side role checks, allowing a vertical privilege escalation...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/05 4:10 a.m.24 views

Tucows (VDP): Unauthenticated Access Control Bypass — Private WordPress Post Disclosure (Outdated WordPress 4.9.40)

Vulnerability description not provided...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/04 1:04 p.m.13 views

Lovable VDP: Users can change project visibility which requires high subscription by just changing request body

A Broken Access Control vulnerability was discovered that allowed users to change project visibility to higher subscription tiers by modifying the request body. The visibility was changed from the default setting to Personal or Workspace, bypassing subscription checks and enabling unauthorized...

5.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/03 7:51 p.m.19 views

Lovable VDP: Low-privileged user can enable or disable Lovable AI for new projects in workspace

A vulnerability was discovered that allowed low-privileged users to enable or disable Lovable AI for new projects in a workspace. The vulnerability was caused by improper authorization, which enabled low-privileged users to modify the Lovable AI settings by replaying certain API endpoints...

6.9AI score
SaveExploits0
Huntr
Huntr
added 2025/10/03 6:25 p.m.19 views

text-generation-inference: Unbounded external image fetch in validation leads to resource-exhaustion DoS

Description Text Generation Inference Router DoS via pre-validation image fetch in VLM mode. Affected: Router workspace version 3.3.6 the latest repo, when deployed with a vision/VLM model e.g., Idefics/Mllama/Idefics2/Idefics3/Gemma3/Llama4/Paligemma/LlavaNext/Qwen2VL/Qwen25VL. Pure text LLMs do...

7.5CVSS7.2AI score0.22494EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/10/02 4:24 p.m.15 views

Nextcloud: tabnabbing in roundcube webmail

A tab nabbing vulnerability was discovered in Roundcube webmail. This vulnerability allowed a malicious website opened in a new tab to access the initial tab and change its location. This could be exploited to perform phishing attacks...

6.8AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/02 11:48 a.m.22 views

Tucows (VDP): CSRF allowing unauthorized modification of user Notes on ███████

A CSRF vulnerability was discovered that allowed unauthorized modification of user notes. The vulnerability was present in the endpoint that handled saving the notes. The endpoint did not implement proper CSRF protection, allowing an attacker to craft a malicious link that could be used to modify...

6.5AI score
SaveExploits0
Huntr
Huntr
added 2025/10/02 4:18 a.m.13 views

Integer Overflow lead to DOS in API `v2/models/<model-name>/infer`

This report is not public...

6.9AI score
SaveExploits0
Hacker One
Hacker One
added 2025/10/01 7:13 p.m.28 views

curl: Unsanitized IPFS CID Allows SSRF Against Configured Gateway

Summary: ipfsurlrewrite in src/toolipfs.c decodes the host component CID of ipfs:// / ipns:// URLs using CURLUURLDECODE and then concatenates that decoded value directly into the gateway path aprintf"%s%s/%s%s", ... without normalization or validation. A crafted host value for example...

6.7AI score
SaveExploits0
Hacker One
Hacker One
added 2025/09/29 4:45 p.m.40 views

curl: AWS SigV4 Signature Disclosure via Verbose Logging in libcurl

Summary When libcurl is built with AWS SigV4 support, enabling verbose logging CURLOPTVERBOSE or --verbose causes the library to print both the string-to-sign and the final HMAC signature into logs. Because signatures remain valid for several minutes and are derived directly from AWS credentials,...

6.6AI score
SaveExploits0
Hacker One
Hacker One
added 2025/09/27 4:53 p.m.18 views

Nextcloud: WebAuthn app was updated based on public key

Vulnerability description not provided...

4.3CVSS5.2AI score0.00278EPSS
SaveExploits0
Hacker One
Hacker One
added 2025/09/27 3:24 p.m.14 views

Mars: Publicly accessible `█████████` endpoint exposing internal user identifiers and email addresses

A publicly accessible JSON API endpoint was found to expose sensitive user information, including internal identifiers and email addresses. The vulnerability was classified as an information disclosure issue with a medium severity rating. The problem was remediated by implementing proper...

5.5AI score
SaveExploits0
Rows per page
Query Builder