Lucene search
+L

944 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/11 12:00 a.m.9 views

Splunk Enterprise 10.0.0 < 10.0.4, 10.2.0 < 10.2.1 (SVD-2026-0305)

The version of Splunk installed on the remote host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the SVD-2026-0305 advisory. - In Splunk Enterprise versions below 10.2.1 and 10.0.4, and Splunk Cloud Platform versions below 10.2.2510.5, 10.1.2507.16, an...

5.4CVSS5.8AI score0.00154EPSS
SaveExploits0References2
F5 Networks
F5 Networks
added 2026/03/10 9:48 p.m.18 views

K000160292: Curl vulnerability CVE-2025-14524

Security Advisory Description When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a cross-protocol redirect to a second URL that uses an IMAP, LDAP, POP3 or SMTP scheme, curl might wrongly pass on the bearer token to the new target host. CVE-2025-14524 Impact The...

5.3CVSS5.8AI score0.00622EPSS
SaveExploits1
ATTACKERKB
ATTACKERKB
added 2026/03/10 7:44 p.m.3 views

CVE-2026-29113

Craft is a content management system CMS. Prior to 4.17.4 and 5.9.7, Craft CMS has a CSRF issue in the preview token endpoint at /actions/preview/create-token. The endpoint accepts an attacker-supplied previewToken. Because the action does not require POST and does not enforce a CSRF token, an...

2.3CVSS5.8AI score0.00174EPSS
SaveExploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/10 1:09 a.m.12 views

OneUptime has authorization bypass via client‑controlled is-multi-tenant-query header that leads to cross‑tenant data exposure and account takeover

Summary A low‑privileged user can bypass authorization and tenant isolation in OneUptime v10.0.20 by sending a forged is-multi-tenant-query header together with a controlled projectid header. Because the server trusts this client-supplied header, internal permission checks in BasePermission are...

9.9CVSS5.8AI score0.00494EPSS
SaveExploits1References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/03/10 12:00 a.m.9 views

EulerOS 2.0 SP13 : curl (EulerOS-SA-2026-1268)

According to the versions of the curl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : When doing multi-threaded LDAPS transfers LDAP over TLS with libcurl,changing TLS options in one thread would inadvertently change them globally and...

6.3CVSS5.9AI score0.00622EPSS
SaveExploits3References5
ATTACKERKB
ATTACKERKB
added 2026/03/07 5:40 a.m.4 views

CVE-2026-30841

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $GET"token" and $GET"email" directly into HTML input value attributes using and without calling htmlspecialchars. This allows reflected XSS by breaking out of the attribute...

6.9CVSS5.7AI score0.00283EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/07 12:00 a.m.26 views

PT-2026-23826

Wallos is an open-source, self-hostable personal subscription tracker. Prior to version 4.6.2, passwordreset.php outputs $ GET"token" and $ GET"email" directly into HTML input value attributes using and without calling htmlspecialchars. This allows reflected XSS by breaking out of the attribute...

6.9CVSS5.7AI score0.00283EPSS
SaveExploits1References4
NVD
NVD
added 2026/03/06 5:16 a.m.16 views

CVE-2026-28675

OpenSift is an AI study tool that sifts through large datasets using semantic search and generative AI. Prior to version 1.6.3-alpha, some endpoints returned raw exception strings to clients. Additionally, login token material was exposed in UI/rendered responses and token rotation output. This...

5.3CVSS0.00251EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/03/06 4:22 a.m.3 views

CVE-2026-28675 OpenSift: Sensitive implementation details exposed via raw exception messages and token-returning endpoints

OpenSift is an AI study tool that sifts through large datasets using semantic search and generative AI. Prior to version 1.6.3-alpha, some endpoints returned raw exception strings to clients. Additionally, login token material was exposed in UI/rendered responses and token rotation output. This...

5.3CVSS5.7AI score0.00251EPSS
SaveExploits0References5
CVE
CVE
added 2026/03/06 4:22 a.m.41 views

CVE-2026-28675

OpenSift (OpenSift project) prior to version 1.6.3-alpha exposed sensitive data: some endpoints returned raw exception strings, and login token material appeared in UI/rendered responses and token rotation output. The issue has been patched in version 1.6.3-alpha. Affected component behavior was ...

5.3CVSS5.8AI score0.00251EPSS
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/06 12:00 a.m.19 views

PT-2026-23642

OpenSift is an AI study tool that sifts through large datasets using semantic search and generative AI. Prior to version 1.6.3-alpha, some endpoints returned raw exception strings to clients. Additionally, login token material was exposed in UI/rendered responses and token rotation output. This...

5.3CVSS5.8AI score0.00251EPSS
SaveExploits0References6
Snyk
Snyk
added 2026/03/05 9:13 p.m.6 views

Use of GET Request Method With Sensitive Query Strings

Overview Affected versions of this package are vulnerable to Use of GET Request Method With Sensitive Query Strings in the c.IsTokenAuth checks in API routes. An attacker can obtain sensitive access tokens by inspecting URL parameters in logs, browser history, or referrer headers. Remediation...

7.2CVSS5.8AI score0.00254EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/03/05 7:50 p.m.16 views

Gogs: Access tokens get exposed through URL params in API requests

Summary The Gogs API still accepts tokens in URL parameters such as token and accesstoken, which can leak through logs, browser history, and referrers. Details A static review shows that the API still checks tokens in the URL query before looking at headers: - internal/context/auth.go reads...

6.9CVSS5.9AI score0.00254EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/03/05 7:50 p.m.11 views

GHSA-X9P5-W45C-7FFC Gogs: Access tokens get exposed through URL params in API requests

Summary The Gogs API still accepts tokens in URL parameters such as token and accesstoken, which can leak through logs, browser history, and referrers. Details A static review shows that the API still checks tokens in the URL query before looking at headers: - internal/context/auth.go reads...

6.9CVSS5.9AI score0.00254EPSS
SaveExploits0References6
OSV
OSV
added 2026/03/04 8:33 p.m.26 views

GHSA-22M3-C7VP-49FJ IRRd: web UI host header injection allows password reset poisoning via attacker-controlled email links

Impact An attacker can manipulate the HTTP Host header on a password reset or account creation request. The confirmation link in the resulting email can then point to an attacker-controlled domain. Opening the link in the email is sufficient to pass the token to the attacker, who can then use it ...

8.1CVSS5.9AI score0.00427EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/03/04 12:26 a.m.10 views

SUSE CVE-2026-25889

File Browser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit files. Prior to 2.57.1, a case-sensitivity flaw in the password validation logic allows any authenticated user to change their password or an admin to change...

5.4CVSS5.8AI score0.00325EPSS
SaveExploits1References3
CVE
CVE
added 2026/03/03 2:39 a.m.24 views

CVE-2025-47147

CVE-2025-47147 describes Cleartext Storage of Sensitive Information (CWE-312) in the Command Centre Mobile Client for Android and iOS. The issue could allow an attacker with access to a logged-in operator’s mobile device to extract the session token and gain access for a limited duration. Affecte...

5.7CVSS6AI score0.00071EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/03/03 2:39 a.m.28 views

CVE-2025-47147

Cleartext Storage of Sensitive Information CWE-312 in the Command Centre Mobile Client on Android and iOS could allow an attacker with access to a logged-in Operator's mobile device to extract the session token and exploit access for a limited duration. This issue affects Command Centre Mobile...

5.7CVSS0.00071EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/03/01 1:00 a.m.19 views

Gradio: Mocked OAuth Login Exposes Server Credentials and Uses Hardcoded Session Secret

Summary Gradio applications running outside of Hugging Face Spaces automatically enable "mocked" OAuth routes when OAuth components e.g. gr.LoginButton are used. When a user visits /login/huggingface, the server retrieves its own Hugging Face access token via huggingfacehub.gettoken and stores it...

5.9CVSS5.9AI score0.00453EPSS
SaveExploits1References6Affected Software1
OSV
OSV
added 2026/02/27 9:40 p.m.10 views

CVE-2026-27167 Gradio: Mocked OAuth Login Exposes Server Credentials and Uses Hardcoded Session Secret

Gradio is an open-source Python package designed for quick prototyping. Starting in version 4.16.0 and prior to version 6.6.0, Gradio applications running outside of Hugging Face Spaces automatically enable "mocked" OAuth routes when OAuth components e.g. gr.LoginButton are used. When a user visi...

6AI score
SaveExploits0References3
Rows per page
Query Builder