Lucene search
+L

8969 matches found

EUVD
EUVD
added 2026/06/09 3:41 a.m.18 views

EUVD-2026-35315

The FastPicker, an order picker and order management system oms for WooCommerce on steroids plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.2. This is due to missing or incorrect nonce validation on the settingsPage function. This makes i...

4.3CVSS5.4AI score0.00124EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/06/09 2:20 a.m.20 views

SUSE CVE-2026-50589

In OpenStack Ironic 32 before 37.0.0, an unauthenticated malicious user could submit a crafted JSON string to some endpoints on the API or JSON-RPC service and effect a service crash...

5.3CVSS5.5AI score0.00433EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/06/09 12:00 a.m.26 views

PT-2026-47679

Name of the Vulnerable Software and Affected Versions FastPicker versions prior to 1.0.3 Description The FastPicker plugin for WordPress is subject to Cross-Site Request Forgery. This occurs because the settingsPage function lacks proper nonce validation, which is a unique token used to verify th...

4.3CVSS5.3AI score0.00124EPSS
SaveExploits0References8
Packet Storm News
Packet Storm News
added 2026/06/09 12:00 a.m.14 views

phpVMS 7.0.5 Security Exposure Scanner

This script is a non-destructive security scanner designed to assess phpVMS installations by performing read-only HTTP requests. It fingerprints targets using known phpVMS-related signatures and checks for the presence and accessibility of common importer and administration endpoints...

9.4CVSS5.4AI score0.01173EPSS
SaveExploits1
CNNVD
CNNVD
added 2026/06/09 12:00 a.m.15 views

Apache Answer 信息泄露漏洞

Apache Answer is a community platform of the Apache Foundation in the United States. Versions of Apache Answer 2.0.0 and earlier had an information leakage vulnerability. This vulnerability stemmed from the lack of access restrictions on direct API endpoints, which allowed authenticated users to...

6.5CVSS5.3AI score0.00325EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/06/09 12:00 a.m.31 views

PT-2026-47713

Name of the Vulnerable Software and Affected Versions Apache Answer versions prior to 2.0.1 Description Timeline-related APIs lack proper authorization checks, which allows authenticated users to access content that is private, deleted, or unapproved, as well as its associated revision history...

6.1CVSS5.2AI score0.00406EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2026/06/09 12:00 a.m.23 views

Hermes Web UI 安全漏洞

Hermes Web UI is a lightweight, dark-themed web interface developed by Nathan Esquenazi. Versions of Hermes Web UI prior to 0.51.269 contained security vulnerabilities. These vulnerabilities were caused by a configuration file isolation bypass issue, which could allow authenticated users to acces...

7.1CVSS5.3AI score0.00272EPSS
SaveExploits0References1
Snyk
Snyk
added 2026/06/08 11:09 p.m.19 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF through the lack of CSRF protection on /ui/ mutating endpoints. An attacker can perform unauthorized actions on behalf of an authenticated user by tricking them into submitting crafted requests, such as...

7CVSS5.5AI score0.00154EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/08 11:09 p.m.11 views

GHSA-273Q-QGH5-WRJ6 nebula-mesh's web UI lacks CSRF tokens on /ui/* mutating endpoints

Every /ui/ POST / PUT / PATCH / DELETE route processes the request as soon as the session cookie validates. SameSite=Lax on the session cookie prevents most cross-site form submits but does not protect: - top-level form-submit navigations from third-party pages some browsers still send Lax cookie...

7CVSS5.3AI score0.00154EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/06/08 11:09 p.m.9 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF through the lack of CSRF protection on /ui/ mutating endpoints. An attacker can perform unauthorized actions on behalf of an authenticated user by tricking them into submitting crafted requests, such as...

7CVSS5.8AI score0.00154EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/06/08 11:09 p.m.9 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF through the lack of CSRF protection on /ui/ mutating endpoints. An attacker can perform unauthorized actions on behalf of an authenticated user by tricking them into submitting crafted requests, such as...

7CVSS5.8AI score0.00154EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/06/08 11:09 p.m.10 views

Cross-site Request Forgery (CSRF)

Overview Affected versions of this package are vulnerable to Cross-site Request Forgery CSRF through the lack of CSRF protection on /ui/ mutating endpoints. An attacker can perform unauthorized actions on behalf of an authenticated user by tricking them into submitting crafted requests, such as...

7CVSS5.5AI score0.00154EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/08 11:09 p.m.20 views

nebula-mesh's web UI lacks CSRF tokens on /ui/* mutating endpoints

Every /ui/ POST / PUT / PATCH / DELETE route processes the request as soon as the session cookie validates. SameSite=Lax on the session cookie prevents most cross-site form submits but does not protect: - top-level form-submit navigations from third-party pages some browsers still send Lax cookie...

6.9CVSS5.3AI score0.00154EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2026/06/08 11:09 p.m.14 views

GHSA-598G-H2VC-H5VG nebula-mesh: API endpoints lack ownership checks, enabling cross-operator privilege escalation

The /api/v1/ route surface trusts the bearer token alone for authorisation on most endpoints. The codebase itself admits this at internal/api/hosts.go:384: "API trusts the bearer token for authorisation; per-CA ownership is enforced only in the Web layer." The Web UI gates state-changing routes...

9.9CVSS5.6AI score0.0035EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/06/08 11:09 p.m.28 views

nebula-mesh: API endpoints lack ownership checks, enabling cross-operator privilege escalation

The /api/v1/ route surface trusts the bearer token alone for authorisation on most endpoints. The codebase itself admits this at internal/api/hosts.go:384: "API trusts the bearer token for authorisation; per-CA ownership is enforced only in the Web layer." The Web UI gates state-changing routes...

9.9CVSS5.6AI score0.0035EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/06/08 11:09 p.m.10 views

Missing Authorization

Overview Affected versions of this package are vulnerable to Missing Authorization due to missing ownership checks in multiple API endpoints, including those handling operators, hosts, networks, firewalls, and mobile-bundles. An attacker can gain unauthorized access to and control over resources...

9.9CVSS5.8AI score0.0035EPSS
SaveExploits0References2
CVE
CVE
added 2026/06/08 4:53 p.m.71 views

CVE-2026-25555

OpenBullet2 (

9.8CVSS5.5AI score0.01824EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/06/08 3:25 p.m.67 views

CVE-2026-46444 Flowise: Vector Store No Permission Checks

Flowise is a drag & drop user interface to build a customized large language model flow. Prior to version 3.1.2, all CRUD endpoints for OpenAI Assistants Vector Store have no authentication middleware and the route path /api/v1/openai-assistants-vector-store is not in WHITELISTURLS. However, it i...

8.7CVSS0.00328EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/08 12:06 p.m.10 views

CVE-2026-7765 User Messages widget leaked issuer messages on shared dashboards

Incorrect authorization in the User Messages dashboard widget in Checkmk 2.5.0p5 causes the message-fetching endpoints to return the dashboard creator's messages rather than the viewer's, allowing an attacker who knows a valid public dashboard share token to read the issuer's personal messages by...

6.3CVSS5.9AI score
SaveExploits0References3
VulnCheck KEV
VulnCheck KEV
added 2026/06/08 12:00 a.m.54 views

VulnCheck KEV: CVE-2026-42271

LiteLLM is a proxy server AI Gateway to call LLM APIs in OpenAI or native format. From version 1.74.2 to before version 1.83.7, two endpoints used to preview an MCP server before saving it — POST /mcp-rest/test/connection and POST /mcp-rest/test/tools/list — accepted a full server configuration i...

8.8CVSS5.6AI score0.83013EPSS
SaveIn wildExploits2References2
Rows per page
Query Builder