Lucene search
+L

15738 matches found

OSV
OSV
added 2026/08/26 8:14 p.m.13 views

CVE-2026-55228 Weblate:: WebIDOR in GroupViewSet allows authenticated project manager to gain unauthorized read access to any private project

Weblate is a web-based continuous localization platform used to manage software translations. In versions prior to 2026.7, the REST API did not properly enforce the scope of project- and workspace-scoped teams, allowing a user to submit invalid team configurations through the API. By assigning...

8.1CVSS5.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 7:56 p.m.37 views

CVE-2026-77508 Weblate: Unverified REST API email changes

Weblate is a web based localization tool. Prior to 2026.8, an authenticated user can change the account's primary email through PUT or PATCH requests to /api/users/username/ without verifying the new address, allowing a later team invitation for that address to be accepted without access to the...

3.5CVSS0.00152EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/26 7:56 p.m.16 views

CVE-2026-77508

Weblate , a web-based localization tool, is affected by an unverified email-change vulnerability prior to version 2026.8 . An authenticated user can modify their primary email via PUT or PATCH requests to /api/users/{username}/ without the new address being verified. This allows a subsequent team...

3.5CVSS5.2AI score0.00152EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/26 7:16 p.m.8 views

CVE-2026-41262

Fleet is an open-source device management platform built on osquery. In versions prior to 4.85.0, the global policy read endpoint GET /api/latest/fleet/policies/policyid fails to verify team ownership of the requested policy, allowing an authenticated user with observer-level access on any single...

4.3CVSS0.00183EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/26 7:16 p.m.8 views

CVE-2026-48786

Fleet is an open-source device management platform built on osquery. In versions prior to 4.87.0, the target search endpoint POST /api/latest/fleet/targets returned unmasked team enroll secrets and full team configuration, including credential-bearing agent options, to low-privilege observer-clas...

6.5CVSS0.00251EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/26 6:32 p.m.71 views

CVE-2026-41262

Fleet (open-source device management platform) versions prior to 4.85.0 contain an authorization bypass in the global policy read endpoint. The GetPolicyByIDQueries handler authorizes against an empty policy object with a nil TeamID, which the OPA policy rule permits for any user holding a role o...

4.3CVSS8.9AI score0.00183EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/26 6:32 p.m.8 views

CVE-2026-41262 Fleet: Cross-Team Policy Data Exposure via Global Policy Read Endpoint

Fleet is an open-source device management platform built on osquery. In versions prior to 4.85.0, the global policy read endpoint GET /api/latest/fleet/policies/policyid fails to verify team ownership of the requested policy, allowing an authenticated user with observer-level access on any single...

4.3CVSS6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 6:32 p.m.41 views

CVE-2026-41262 Fleet: Cross-Team Policy Data Exposure via Global Policy Read Endpoint

Fleet is an open-source device management platform built on osquery. In versions prior to 4.85.0, the global policy read endpoint GET /api/latest/fleet/policies/policyid fails to verify team ownership of the requested policy, allowing an authenticated user with observer-level access on any single...

4.3CVSS0.00183EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/26 6:31 p.m.10 views

EUVD-2026-66217

Kimai before 2.63.0 contains a business logic / improper authorization vulnerability in the team update API endpoint PATCH /api/teams/id, which removes all existing team members before validating the submitted replacement member list. An authenticated teamlead or other user with permission to edi...

8.7CVSS5.4AI score0.00276EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/26 4:16 p.m.15 views

CVE-2026-81035

Midday allows any member of a team to delete it. The delete procedure in apps/api/src/trpc/routers/team.ts authorises the caller with the team-access helper, which returns true for every row in the team-membership table irrespective of the role it records, and the data-layer function it calls...

8.1CVSS0.00279EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/26 3:45 p.m.7 views

EUVD-2026-66611

Midday allows any member of a team to delete it. The delete procedure in apps/api/src/trpc/routers/team.ts authorises the caller with the team-access helper, which returns true for every row in the team-membership table irrespective of the role it records, and the data-layer function it calls...

8.1CVSS5.3AI score0.00279EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/26 3:45 p.m.38 views

CVE-2026-81035 Midday Missing Owner Check on Team Deletion

Midday allows any member of a team to delete it. The delete procedure in apps/api/src/trpc/routers/team.ts authorises the caller with the team-access helper, which returns true for every row in the team-membership table irrespective of the role it records, and the data-layer function it calls...

8.1CVSS0.00279EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/26 3:45 p.m.18 views

CVE-2026-81035

Midday is a team-based application (with bank-connection integrations) where a missing owner-role check in the team deletion procedure (apps/api/src/trpc/routers/team.ts) allows any invited Member to delete the entire team and all scoped records. The team-access helper returns true for any row in...

8.1CVSS5.2AI score0.00279EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/26 5:18 a.m.10 views

CVE-2026-80202

Kimai before 2.56.0 does not enforce team-membership checks in TimesheetVoter::voteOnAttribute, which maps permissions only to owntimesheet or othertimesheet. As a result, any authenticated user with ROLETEAMLEAD or a role holding editothertimesheet/deleteothertimesheet can read, modify, and...

9.3CVSS0.00345EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/26 5:18 a.m.9 views

CVE-2026-80195

Kimai before 2.63.0 contains a business logic / improper authorization vulnerability in the team update API endpoint PATCH /api/teams/id, which removes all existing team members before validating the submitted replacement member list. An authenticated teamlead or other user with permission to edi...

8.7CVSS0.00276EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.19 views

PT-2026-82223

Name of the Vulnerable Software and Affected Versions Midday affected versions not specified Description An authorization flaw exists in the team management logic where the system fails to verify the user role during team deletion and updates. The delete procedure in the...

8.1CVSS5.2AI score0.00279EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/26 12:00 a.m.10 views

PT-2026-82297

Name of the Vulnerable Software and Affected Versions Weblate versions prior to 2026.7 Description The REST API fails to properly enforce the scope of project- and workspace-scoped teams. This allows a user to submit invalid team configurations, enabling them to assign projects to a team via...

8.1CVSS5.9AI score0.00227EPSS
SaveExploits0References13
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.7 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098732)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098732 advisory. In the Linux kernel, the following vulnerability has been resolved: team: avoid NETDEVCHANGEMTU event when unregistering slave syzbot is reporting unregisternetdevic...

5.5CVSS6.3AI score0.00121EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/25 11:19 p.m.4 views

CVE-2026-80202 Kimai before 2.56.0 Authorization Bypass via TimesheetVoter

Kimai before 2.56.0 does not enforce team-membership checks in TimesheetVoter::voteOnAttribute, which maps permissions only to owntimesheet or othertimesheet. As a result, any authenticated user with ROLETEAMLEAD or a role holding editothertimesheet/deleteothertimesheet can read, modify, and...

9.3CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 11:19 p.m.55 views

CVE-2026-80202 Kimai before 2.56.0 Authorization Bypass via TimesheetVoter

Kimai before 2.56.0 does not enforce team-membership checks in TimesheetVoter::voteOnAttribute, which maps permissions only to owntimesheet or othertimesheet. As a result, any authenticated user with ROLETEAMLEAD or a role holding editothertimesheet/deleteothertimesheet can read, modify, and...

9.3CVSS0.00345EPSS
SaveExploits0References2
Rows per page
Query Builder