๐Ÿ” CVE Alert

CVE-2026-81035

HIGH 8.1

Midday Missing Owner Check on Team Deletion

CVSS Score
8.1
EPSS Score
0.0%
EPSS Percentile
0th

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 re-checks the same helper and nothing else. The neighbouring procedures that remove or update a member in the same router each resolve the caller's role and refuse the request unless it is owner, so the check exists in the file and is not applied to deletion. Member is the role an invited user receives, so any invitee can remove the team and every record scoped to it, and the deletion enqueues the cleanup job with the stored bank-connection tokens, which the job then uses against the connected providers. The update procedure in the same router carries no role check either.

CWE CWE-862
Vendor midday-ai
Product midday
Published Aug 26, 2026
Last Updated Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for midday-ai midday

Be the first to know when new high vulnerabilities affecting midday-ai midday are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
High

Affected Versions

midday-ai / midday
e5f45ed0d49cdb34576373623c4579b72daa74c1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/midday-ai/midday github.com: https://github.com/midday-ai/midday/issues/890 github.com: https://github.com/midday-ai/midday/blob/e5f45ed0d49cdb34576373623c4579b72daa74c1/apps/api/src/trpc/routers/team.ts vulncheck.com: https://www.vulncheck.com/advisories/midday-missing-owner-check-on-team-deletion

Credits

George Chen