Lucene search
+L

78169 matches found

Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.9 views

PT-2026-76932

The Grav API plugin getgrav/grav-plugin-api, bundled with Grav 2.0 before version 1.0.14 fixed in 1.0.15 contains a missing authorization vulnerability in BlueprintPathResolver::resolveUserScope. The method gates the users/ scope on the account's raw super-admin ACL flag access.api.super instead ...

9.3CVSS5.5AI score0.00222EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.8 views

PT-2026-77030

Dolibarr contains an authorization bypass vulnerability in the clonetasks mass action that allows authenticated users with project creation permissions to clone tasks into private projects they are not authorized to access. An inverted boolean condition in the private-project membership check...

5.3CVSS5.4AI score
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.9 views

PT-2026-77204

Vvveb is a powerful and easy to use CMS with page builder to build websites, blogs or ecommerce stores. Prior to 1.0.8.4, Vvveb backend product review operations allow a low-privileged Vendor to manage reviews under another Vendor's products. The admin/sql/sqlite/product review.sql queries accept...

7.6CVSS5.4AI score0.00298EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/18 12:00 a.m.12 views

PT-2026-77174

MyBB is free and open source forum software. Prior to 1.8.40, the calendar module does not verify private event status consistently, allowing users with viewing and moderation permissions to access and moderate private events. The private-event check used by get events in inc/functions calendar.p...

5.4CVSS5.3AI score0.00223EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/17 10:17 p.m.5 views

CVE-2026-63178

Onyx is an open-source AI platform. Prior to 4.3.0, Onyx Enterprise Edition's PATCH /manage/admin/user-group/usergroupid and POST /manage/admin/user-group/usergroupid/add-users endpoints in ee/onyx/server/usergroup/api.py call updateusergroup and adduserstousergroup in ee/onyx/db/usergroup.py...

6.5CVSS0.00285EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/17 10:07 p.m.34 views

CVE-2026-9693 Mattermost thread memberships persist after team removal, exposing private channel thread metadata on re-invite

Mattermost versions 10.11.x = 10.11.20, 11.7.x = 11.7.5 Mattermost fails to remove thread membership records when a user is removed from or leaves a team, which allows a previously removed user who is later re-invited to the team to view private channel thread root post content and metadata via t...

3.5CVSS0.00159EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/17 10:06 p.m.34 views

CVE-2026-9859 Mattermost Boards plugin didn’t enforce role-based authorization on board channel link allowing board editors to expose boards to arbitrary channels

Mattermost versions 11.7.x = 11.7.6, 10.11.x = 10.11.21, 11.8.x = 11.8.3 fail to enforce PermissionManageBoardRoles on the channelId field of the batch endpoint, which allows an authenticated board editor to relink any board they can edit to an arbitrary channel via a crafted PATCH request...

6.5CVSS0.00253EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/08/17 10:06 p.m.4 views

CVE-2026-9859 Mattermost Boards plugin didn’t enforce role-based authorization on board channel link allowing board editors to expose boards to arbitrary channels

Mattermost versions 11.7.x = 11.7.6, 10.11.x = 10.11.21, 11.8.x = 11.8.3 fail to enforce PermissionManageBoardRoles on the channelId field of the batch endpoint, which allows an authenticated board editor to relink any board they can edit to an arbitrary channel via a crafted PATCH request...

6.5CVSS5.5AI score0.00253EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/17 10:06 p.m.25 views

CVE-2026-9859

Mattermost Boards plugin (versions ≤11.7.6, ≤10.11.21, ≤11.8.3) fails to enforce PermissionManageBoardRoles on the batch endpoint's channelId field, allowing authenticated board editors to relink boards to arbitrary channels via crafted PATCH requests. CVSS 3.1 scores 6.5 (MEDIUM) for network-bas...

6.5CVSS5.5AI score0.00253EPSS
SaveExploits0References1Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/17 9:59 p.m.10 views

MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

Summary The validatesourcerun and validatesourcemodel functions in mlflow/server/handlers.py verify that a model version source path is within the artifact directory of a specified run or logged model, but do not check whether the caller has READ permission on that run or model. An authenticated...

7.1CVSS5.7AI score0.00217EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/08/17 9:59 p.m.10 views

NPM: MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

NPM: MLflow: CreateModelVersion source validation does not check READ permission on referenced runid vulnerability discovered by ? in WordPress Npm mlflow versions 3.15.0...

7.1CVSS5.2AI score0.00217EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/08/17 9:59 p.m.8 views

NPM: MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

NPM: MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth vulnerability discovered by ? in WordPress Npm mlflow versions 3.15.0...

6.5CVSS5.2AI score0.00221EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/08/17 9:59 p.m.5 views

GHSA-3P64-6GVH-82V5 MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

Summary When MLflow is deployed with the built-in basic-auth plugin --app-name basic-auth, any authenticated user can inject arbitrary dataset records into another user's run by calling POST /api/2.0/mlflow/runs/log-inputs. The LogInputs proto handler is absent from the BEFOREREQUESTHANDLERS map ...

6.5CVSS5.6AI score0.00221EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/17 9:59 p.m.10 views

MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

Summary When MLflow is deployed with the built-in basic-auth plugin --app-name basic-auth, any authenticated user can inject arbitrary dataset records into another user's run by calling POST /api/2.0/mlflow/runs/log-inputs. The LogInputs proto handler is absent from the BEFOREREQUESTHANDLERS map ...

6.5CVSS5.6AI score0.00221EPSS
SaveExploits0References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/17 9:28 p.m.9 views

CVE-2026-71424

Onyx is an open-source AI platform. Prior to 3.1.10, 3.2.14, and 4.0.0, Onyx's GET /api/mcp/servers and GET /api/mcp/servers/persona/personaid endpoints expose another user's OAuth Authorization header because OnyxTokenStorage.settokens and OnyxTokenStorage.setclientinfo in...

9.6CVSS5.2AI score0.00291EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/08/17 9:22 p.m.29 views

CVE-2026-69146 MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. From 3.13.0 until 3.15.0, LogInputs is absent from BEFOREREQUESTHANDLERS in the mlflow/server/auth package, allowing any authenticated user to call POST /api/2.0/mlflow/runs/log-inputs...

6.5CVSS0.00221EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/17 9:22 p.m.18 views

CVE-2026-69146

In MLflow versions 3.13.0–3.15.0, LogInputs is missing from BEFORE_REQUEST_HANDLERS in the auth package, letting any authenticated user inject attacker-controlled DatasetInput records into another user's run lineage via POST /api/2.0/mlflow/runs/log-inputs without UPDATE permission. Fixed in 3.15...

6.5CVSS5.3AI score0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/17 9:22 p.m.5 views

CVE-2026-69146 MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

MLflow is an open source AI engineering platform for agents, large language models, and machine learning models. From 3.13.0 until 3.15.0, LogInputs is absent from BEFOREREQUESTHANDLERS in the mlflow/server/auth package, allowing any authenticated user to call POST /api/2.0/mlflow/runs/log-inputs...

6.5CVSS5.5AI score
SaveExploits0References6
NVD
NVD
added 2026/08/17 9:16 p.m.7 views

CVE-2026-75105

phpIPAM through 1.8.1 fails to verify that a requested IP address belongs to the subnet a temporary share token was issued for. In app/tempshare/index.php and app/tempshare/address.php, when the share type is 'subnets', the subnetId parameter is used directly as a database primary key to fetch an...

8.7CVSS0.00277EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/17 9:16 p.m.19 views

CVE-2026-71518

Typemill before 2.26.0 contains an authorization bypass vulnerability in the media file download route that allows unauthenticated attackers to access restricted files by submitting path-equivalent URL variants. Attackers can substitute normalized path forms such as dot-slash prefixes, double...

8.7CVSS0.00384EPSS
SaveExploits1References3
Rows per page
Query Builder