Lucene search
+L

60300 matches found

OSV
OSV
added 2026/09/04 2:32 p.m.9 views

CVE-2026-85663 Aim 3.29.1 Remote Code Execution via Unauthenticated Method Dispatch

Aim 3.29.1 remote tracking server fails to authenticate requests and dispatches arbitrary methods through getattr without allowlist validation. Unauthenticated attackers can register clients, instantiate Repo resources, and invoke arbitrary methods to read experiments or delete runs...

9.3CVSS5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/09/04 2:32 p.m.8 views

EUVD-2026-71118

Marqo 2.26.0 contains a server-side request forgery vulnerability in the adddocuments endpoint that allows unauthenticated attackers to trigger requests to arbitrary URLs by supplying malicious media field values. Attackers can exploit downloadimagefromurl and fetchcontentsample functions which...

6.9CVSS5.5AI score0.00292EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/04 2:32 p.m.28 views

CVE-2026-85605 Slink before 1.12.3 Missing Authorization on Image Comment Endpoints

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS0.0039EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/04 2:32 p.m.11 views

CVE-2026-85605 Slink before 1.12.3 Missing Authorization on Image Comment Endpoints

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.5AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/04 2:32 p.m.6 views

EUVD-2026-71221

Slink before 1.12.3 fails to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read comment threads via GET /api/image/imageId/comments and server-sent-events subscriptions. Attackers who obtain image IDs out of band can retrieve full comment threads on...

6.9CVSS5.3AI score0.0039EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/04 2:32 p.m.10 views

CVE-2026-85605

Slink versions prior to 1.12.3 fail to properly authorize access to image comment endpoints, allowing unauthenticated attackers to read full comment threads via GET /api/image/{imageId}/comments and subscribe to live updates via server-sent-events — provided they obtain an image ID out of band. T...

6.9CVSS5.3AI score0.0039EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/04 12:17 p.m.17 views

CVE-2026-85592

phpMyFAQ before 4.1.8 contains an authorization bypass vulnerability in the question creation endpoint where the isAddingQuestionsAllowed method grants access to all callers when main.enableAskQuestions is enabled, ignoring the records.allowQuestionsForGuests setting. Unauthenticated attackers ca...

6.3CVSS0.00249EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 12:17 p.m.9 views

CVE-2026-85586

phpMyFAQ versions before 4.1.8 fail to validate CAPTCHA when the store parameter is set to 'now' in question submission requests. Unauthenticated attackers can bypass CAPTCHA protection and submit unlimited questions directly, causing database pollution and triggering outgoing mail notifications...

6.9CVSS0.00359EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 11:29 a.m.39 views

CVE-2026-85592 phpMyFAQ before 4.1.8 Authorization Bypass via question/create

phpMyFAQ before 4.1.8 contains an authorization bypass vulnerability in the question creation endpoint where the isAddingQuestionsAllowed method grants access to all callers when main.enableAskQuestions is enabled, ignoring the records.allowQuestionsForGuests setting. Unauthenticated attackers ca...

6.3CVSS0.00249EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/04 11:29 a.m.7 views

CVE-2026-85592 phpMyFAQ before 4.1.8 Authorization Bypass via question/create

phpMyFAQ before 4.1.8 contains an authorization bypass vulnerability in the question creation endpoint where the isAddingQuestionsAllowed method grants access to all callers when main.enableAskQuestions is enabled, ignoring the records.allowQuestionsForGuests setting. Unauthenticated attackers ca...

6.3CVSS5.5AI score
SaveExploits0References4
NVD
NVD
added 2026/09/04 11:17 a.m.5 views

CVE-2026-79707

A Path Traversal vulnerability in the builder endpoint in Google Cloud Agent Development Kit ADK versions 1.9.0 through 1.21.0 on Python allows an unauthenticated remote attacker to read arbitrary files using a crafted filepath query parameter...

8.7CVSS0.00446EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 10:24 a.m.40 views

CVE-2026-84428 fastify vulnerable to header validation bypass via incomplete schema case normalization

fastify versions before 5.12.2 implement the case-insensitive nature of HTTP header names by lowercasing names in a route's header schema before compiling it, but the transformation is incomplete: it lowercases the properties keys and the root-level required array, and does not lowercase the...

7.5CVSS0.00298EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/04 10:17 a.m.6 views

CVE-2026-82923

The AI Website Builder WordPress plugin GitHub build 1.0.0 does not perform any authorisation or nonce check on its REST API routes, allowing unauthenticated attackers to install and activate plugins and themes, import content from a URL under their control, write a file of their choosing into th...

9.8CVSS0.00569EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/04 9:59 a.m.45 views

CVE-2026-84469 fastify vulnerable to request validation bypass via skipped boolean false schemas

fastify versions before 5.12.2 decide whether to compile a request schema based on JavaScript truthiness, but JSON Schema Draft 7 defines the boolean false as a valid schema that rejects every instance. When an application assigns false to a route's body, querystring, params, or headers schema to...

7.5CVSS0.00283EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/04 9:59 a.m.8 views

EUVD-2026-70989

fastify versions before 5.12.2 decide whether to compile a request schema based on JavaScript truthiness, but JSON Schema Draft 7 defines the boolean false as a valid schema that rejects every instance. When an application assigns false to a route's body, querystring, params, or headers schema to...

7.5CVSS5.6AI score0.00283EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/04 8:07 a.m.39 views

CVE-2026-85311 WordPress MarketKing plugin <= 2.1.60 - Broken Access Control vulnerability

Missing Authorization vulnerability in Kings Plugins MarketKing allows Exploiting Incorrectly Configured Access Control Security Levels. This issue affects MarketKing: from n/a through 2.1.60...

5.3CVSS0.00176EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 7:17 a.m.4 views

CVE-2026-84146

The Xpro Addons — 140+ Widgets for Elementor WordPress plugin before 1.7.8 does not perform any capability or post-status check before rendering a WooCommerce product summary from a supplied product identifier, allowing unauthenticated visitors to retrieve the title, price, SKU, description and...

5.3CVSS0.00197EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 7:17 a.m.5 views

CVE-2026-79630

The WPFunnels WordPress plugin before 3.13.0 does not verify that the product requested through a checkout order bump is the product that bump's discount was configured for, allowing unauthenticated users to obtain any purchasable product at a discount intended for a different one, with the reduc...

5.3CVSS0.00182EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 7:17 a.m.4 views

CVE-2026-79631

The WPFunnels WordPress plugin before 3.13.0 does not restrict access to the log files it writes to a predictable location under the public uploads directory, allowing unauthenticated users to download customer order details and opt-in form submissions when logging is enabled...

5.3CVSS0.00206EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/04 7:17 a.m.5 views

CVE-2026-17517

The Content Views WordPress plugin before 4.5.1.2 does not check whether the user requesting a view is allowed to read the posts it returns, allowing unauthenticated attackers to obtain the title and content of non-public posts, such as draft, pending, private and scheduled posts, when a view has...

5.3CVSS0.00206EPSS
SaveExploits0References1
Rows per page
Query Builder