Description
A weakness has been identified in mettle sendportal up to 3.0.1. Affected is the function destroy of the file app/Http/Controllers/Workspaces/WorkspaceInvitationsController.php of the component Invitation Handler. This manipulation of the argument invitation causes authorization bypass. The attack may be initiated remotely. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-04-27
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Authorization bypass leading to unauthorized deletion of workspace invitations
Action: Patch Immediately
AI Analysis

Impact

A weakness in the destroy function of WorkspaceInvitationsController allows manipulation of the invitation argument to bypass authorization checks. This flaw enables an attacker to delete workspace invitations without the required permissions, potentially exposing sensitive information or disrupting collaboration. The underlying causes map to authorization weaknesses (CWE-285) and user‑controlled key bypass (CWE-639).

Affected Systems

The vulnerability affects the SendPortal application developed by mettle, in all releases up to and including version 3.0.1. No specific sub‑versions beyond that were identified; therefore any installation of SendPortal 3.0.1 or earlier is susceptible.

Risk and Exploitability

The CVSS score of 5.3 classifies the issue as moderate. The EPSS score of 0.00036 (<1%) indicates a very low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. The attack can be initiated remotely by sending a crafted request to the destroy endpoint with a manipulated invitation parameter. Once exploited, the attacker can delete workspace invitations, which may lead to denial of collaboration or unintended disclosure of invitation details.

Generated by OpenCVE AI on April 29, 2026 at 01:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest SendPortal update that addresses the authorization bypass (any release newer than 3.0.1).
  • If no patch is available, restrict the destroy endpoint to users with administrative roles and enforce a strict role check before processing the invitation.
  • In lieu of a patch or role restriction, add a server‑side verification in WorkspaceInvitationsController to confirm that the invitation belongs to the workspace of the authenticated user before allowing deletion.
  • Review action logs for unauthorized delete attempts and monitor workspace invitation activity for anomalies.

Generated by OpenCVE AI on April 29, 2026 at 01:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 29 Apr 2026 14:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 28 Apr 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Mettle
Mettle sendportal
Vendors & Products Mettle
Mettle sendportal

Mon, 27 Apr 2026 18:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in mettle sendportal up to 3.0.1. Affected is the function destroy of the file app/Http/Controllers/Workspaces/WorkspaceInvitationsController.php of the component Invitation Handler. This manipulation of the argument invitation causes authorization bypass. The attack may be initiated remotely. The project was informed of the problem early through an issue report but has not responded yet.
Title mettle sendportal Invitation WorkspaceInvitationsController.php destroy authorization
Weaknesses CWE-285
CWE-639
References
Metrics cvssV2_0

{'score': 5.5, 'vector': 'AV:N/AC:L/Au:S/C:N/I:P/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.4, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


Subscriptions

Mettle Sendportal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-04-29T13:57:58.377Z

Reserved: 2026-04-26T19:53:34.428Z

Link: CVE-2026-7145

cve-icon Vulnrichment

Updated: 2026-04-29T13:57:52.669Z

cve-icon NVD

Status : Deferred

Published: 2026-04-27T18:16:56.753

Modified: 2026-04-27T18:35:53.583

Link: CVE-2026-7145

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T01:45:26Z

Weaknesses