Description
vinny/views.py: (ModifyEmailNotifications) IDOR: view fetches VinceCommEmail by raw pk from URL and toggles email_function/name without checking the record's contact belongs to the requesting group-admin. Lets a vendor admin flip notification routing (or read email/name) for another vendor's contact.
Published: 2026-08-12
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in VINCE’s email notification interface allows a group administrator to modify the email configuration of contacts belonging to other vendors. By accessing a URL that references a raw primary key, the server toggles the email function and name for the targeted contact without verifying that the contact is associated with the requesting administrator’s group. This lack of authorization control enables an attacker to alter notification routing settings or view other vendors’ contact e‑mail addresses, thereby compromising data confidentiality and potentially disrupting communication flow.

Affected Systems

VINCE, the web‑based vendor management platform developed by CERT/CC, is affected. No specific version numbers are provided; any deployment that includes the modified view in vinny/views.py is at risk.

Risk and Exploitability

The issue is an IDOR flaw that can be exercised by an authenticated group administrator. The CVSS v3.1 score for this issue is 5.3, indicating moderate severity. The EPSS score indicates less than 1% likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating that it is not currently known as a widely exploited exploit. Nonetheless, because the attack requires only authenticated access and does not depend on a complex exploit chain, the potential for abuse is high for organizations that rely on VINCE for vendor contact management. Affected administrators could exploit the flaw to change notification routing settings for any vendor contact within the system, potentially exposing sensitive contact information or redirecting notifications.

Generated by OpenCVE AI on August 13, 2026 at 19:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the patch delivered in pull request https://github.com/CERTCC/VINCE/pull/235 to VINCE
  • Upgrade to the latest released version of VINCE after the patch is applied
  • Review and enforce that only group‑admin users can access the notification modification endpoint and that the target contact belongs to the requester’s group before allowing changes

Generated by OpenCVE AI on August 13, 2026 at 19:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Thu, 13 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}

ssvc

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


Thu, 13 Aug 2026 10:30:00 +0000

Type Values Removed Values Added
First Time appeared Cert
Cert vince
Vendors & Products Cert
Cert vince

Thu, 13 Aug 2026 02:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-639

Wed, 12 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Description vinny/views.py: (ModifyEmailNotifications) IDOR: view fetches VinceCommEmail by raw pk from URL and toggles email_function/name without checking the record's contact belongs to the requesting group-admin. Lets a vendor admin flip notification routing (or read email/name) for another vendor's contact.
Title CVE-2026-18750
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-08-13T15:47:52.245Z

Reserved: 2026-08-03T22:36:05.474Z

Link: CVE-2026-18750

cve-icon Vulnrichment

Updated: 2026-08-13T15:47:43.627Z

cve-icon NVD

Status : Received

Published: 2026-08-12T22:17:15.043

Modified: 2026-08-13T16:17:59.150

Link: CVE-2026-18750

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T19:30:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key