CVE-2026-18750
Received Received - Intake

IDOR in VinceComm Vendor Admin Panel

Vulnerability report for CVE-2026-18750, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-12

Last updated on: 2026-08-12

Assigner: CERT/CC

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-12
Last Modified
2026-08-12
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an Insecure Direct Object Reference (IDOR) vulnerability in a view function called ModifyEmailNotifications. It allows a vendor admin to modify email notification settings or view email details for contacts belonging to other vendors by manipulating the record's primary key in the URL without proper authorization checks.

Detection Guidance

This vulnerability is an Insecure Direct Object Reference (IDOR) in a Python application. To detect it, inspect the vinny/views.py file for the ModifyEmailNotifications view. Check if it fetches VinceCommEmail by raw primary key from the URL without verifying the record's contact belongs to the requesting group-admin. Look for improper access control checks in the toggle logic for email_function/name.

Impact Analysis

An attacker could exploit this to access or alter email notifications and settings for contacts they do not own. This could lead to unauthorized access to sensitive communications, data leaks, or disruption of legitimate notification services.

Compliance Impact

This vulnerability could violate data protection requirements under GDPR and HIPAA by enabling unauthorized access to personal or sensitive information. It may lead to non-compliance with privacy principles such as data minimization, access control, and confidentiality.

Mitigation Strategies

Immediately review and update the ModifyEmailNotifications view in vinny/views.py to enforce proper access control. Ensure the record's contact belongs to the requesting group-admin before allowing any modifications to email_function/name. Implement server-side validation to prevent unauthorized access to other vendors' contacts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-18750. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart