Description
A vulnerability has been found in mettle sendportal up to 3.0.1. This issue affects the function sendgrid/postmark/postal/mailjet of the component APIv1 Webhooks. The manipulation leads to missing authentication. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-09
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the APIv1 Webhooks component of Mettle Sendportal allows remote actors to send crafted requests that bypass authentication checks for the sendgrid, postmark, postal, and mailjet webhook endpoints. The weakness lies in improper authentication handling (CWE‑287) and missing authentication validations (CWE‑306). An attacker can trigger the webhook handlers without providing valid credentials, which can lead to unintended service actions, exposure of data to unauthorized parties, or denial of functionality for legitimate users.

Affected Systems

The vulnerability affects all installations of Mettle Sendportal version 3.0.1 and earlier. Any deployment that exposes the APIv1 Webhooks endpoints—sendgrid, postmark, postal, or mailjet—demands careful review, as all are susceptible regardless of host configuration.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. The exploit is publicly disclosed and can be executed remotely by sending crafted HTTP requests to the vulnerable endpoints. The EPSS score of <1% suggests a very low likelihood of current exploitation, and the flaw is not listed in CISA’s KEV catalog, implying no confirmed wild exploits yet.

Generated by OpenCVE AI on August 1, 2026 at 14:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a version newer than 3.0.1 once an official fix is released.
  • Restrict network visibility of the APIv1 Webhooks endpoints to trusted hosts or IP ranges to limit exposure.
  • Configure and enforce authentication on the webhook endpoints, ensuring callers present valid credentials or tokens before processing requests.

Generated by OpenCVE AI on August 1, 2026 at 14:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in mettle sendportal up to 3.0.1. This issue affects the function sendgrid/postmark/postal/mailjet of the component APIv1 Webhooks. The manipulation leads to missing authentication. The attack is possible to be carried out remotely. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.
Title mettle sendportal APIv1 Webhooks mailjet missing authentication
First Time appeared Mettle
Mettle sendportal
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:mettle:sendportal:*:*:*:*:*:*:*:*
Vendors & Products Mettle
Mettle sendportal
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Mettle Sendportal
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T18:08:24.940Z

Reserved: 2026-07-09T05:36:19.016Z

Link: CVE-2026-15192

cve-icon Vulnrichment

Updated: 2026-07-09T17:53:33.412Z

cve-icon NVD

Status : Deferred

Published: 2026-07-09T17:16:57.783

Modified: 2026-07-09T19:17:04.057

Link: CVE-2026-15192

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T14:30:06Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function