Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-accessible IDOR with low-privilege account required; sole impact is confidentiality of embargoed vendor data, with no integrity or availability effect.
Primary rating from Vendor (certcc).
CVSS VectorVendor: certcc
Lifecycle Timeline
5DescriptionCVE.org
Any authenticated case participant can fetch any OTHER vendor's CaseStatement + per-vul CaseMemberStatus by supplying that member's id - test_func only checks _is_my_case, not ownership of kwargs['member']. Bypasses share_status; leaks embargoed vendor affected/not-affected + statement text cross-tenant.
AnalysisAI
Cross-tenant IDOR in CERT/CC's VINCE platform allows any authenticated case participant to read another vendor's embargoed CaseStatement and per-vulnerability CaseMemberStatus records by supplying an arbitrary member ID in the API request. The authorization check in test_func validates only that the requester is a participant in the case (_is_my_case) but does not verify that the requested member ID belongs to their own organization, making the share_status embargo control bypassable. Affected versions are all VINCE releases before 3.0.44; no public exploit or active exploitation (CISA KEV) has been identified at time of analysis.
Technical ContextAI
VINCE (Vulnerability Information and Coordination Environment) is CERT/CC's Django-based multi-tenant platform for coordinating vulnerability disclosure between researchers, vendors, and coordinators. The affected component manages CaseStatement objects (vendor affected/not-affected declarations) and CaseMemberStatus records per vulnerability per vendor. CWE-639 (Authorization Bypass Through User-Controlled Key) describes the root cause: the authorization function test_func accepts a caller-supplied kwargs['member'] identifier and enforces only case-level membership (_is_my_case), skipping the necessary ownership assertion that the member ID must belong to the requesting organization. This IDOR pattern allows horizontal privilege escalation between tenants sharing the same case without any elevation of role. Affected CPE: cpe:2.3:a:cert/cc:vince:*:*:*:*:*:*:*:*.
RemediationAI
Upgrade VINCE to version 3.0.44 or later, which contains the vendor-released fix per the EUVD affected-versions range. The upstream fix pull request is available at https://github.com/CERTCC/VINCE/pull/235, though the provided diff does not show the authorization logic change directly - confirm the patched release at https://github.com/CERTCC/VINCE. If an immediate upgrade is not possible, a compensating control is to restrict VINCE case participation to the minimum necessary set of vendor accounts during active embargo periods, reducing the pool of accounts that could abuse the flaw; note this does not eliminate the vulnerability, only shrinks the attack surface. Audit VINCE access logs for unusual cross-vendor member ID lookups as a detective control while patching is pending.
An open redirect vulnerability exists in CERT/CC VINCE software prior to 1.50.0. Rated medium severity (CVSS 6.1), this
Broken object-level authorization in CERT/CC VINCE (Vulnerability Information and Coordination Environment) before 3.0.4
A Remote Code Injection vulnerability exists in CERT software prior to version 1.50.5. Rated high severity (CVSS 8.8), t
VINCE versions 3.0.38 and earlier fail to properly verify sender address authenticity due to encoding confusion, allowin
VINCE versions before 3.0.9 is vulnerable to exposure of User information to authenticated users. Rated medium severity
An HTML injection vulnerability exists in CERT/CC VINCE software prior to 1.50.4. Rated medium severity (CVSS 5.4), this
An HTML injection vulnerability exists in CERT/CC VINCE software prior to 1.50.4. Rated medium severity (CVSS 5.4), this
Insecure Direct Object Reference (IDOR) in CERT/CC's VINCE coordination platform allows an authenticated vendor admin to
A potential denial-of-service (DoS) vulnerability exists in CERT VINCE software versions prior to 3.0.8. Rated medium se
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57634
GHSA-8pgg-45wg-rcx3