Description
Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Attackers can send well-formed requests such as ViewToArrowReq with no viewport set or MakeTableReq with no data field to trigger unwrap() calls on None values at nine distinct sites, causing the process to abort with SIGABRT.
Published: 2026-08-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Perspective 5.0.0 implements a VirtualServer protocol dispatcher that allows unauthenticated remote attackers to send malformed or incomplete protobuf messages. When the dispatcher receives a message such as a ViewToArrowReq with no viewport or a MakeTableReq with no data field, it attempts to unwrap a None value at nine distinct sites, triggering a SIGABRT and terminating the process. The vulnerability is an example of improper handling of a null value (CWE‑616) and results in a denial‑of‑service with no authentication required.

Affected Systems

The vulnerability affects Perspective by perspective‑dev, version 5.0.0. No other product versions are explicitly listed in the advisory.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity, the EPSS score is not available, and the issue is not listed in CISA’s KEV catalog. Attackers can exploit the flaw remotely by sending crafted protobuf traffic to the VirtualServer endpoint; no prior authentication or privileged access is needed. Successful exploitation causes the server process to crash, leading to service disruption until the service is restarted or patched.

Generated by OpenCVE AI on August 4, 2026 at 20:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑released patch for CVE‑2026‑67198 when it becomes available.
  • Restrict or filter traffic to the VirtualServer interface so only trusted hosts can reach it, and consider implementing IDS/IPS rules to block malformed protobuf payloads.
  • Enable detailed logging on the server, monitor for unexpected SIGABRT events, and configure alerting for rapid incident response.

Generated by OpenCVE AI on August 4, 2026 at 20:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared Perspective-dev
Perspective-dev perspective
Vendors & Products Perspective-dev
Perspective-dev perspective

Tue, 04 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 04 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Description Perspective 5.0.0 contains a denial-of-service vulnerability in the VirtualServer protocol dispatcher that allows unauthenticated remote attackers to crash the server process by sending malformed or incomplete protobuf messages. Attackers can send well-formed requests such as ViewToArrowReq with no viewport set or MakeTableReq with no data field to trigger unwrap() calls on None values at nine distinct sites, causing the process to abort with SIGABRT.
Title Perspective 5.0.0 DoS via VirtualServer Protocol Dispatcher
Weaknesses CWE-616
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Perspective-dev Perspective
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-04T15:46:25.469Z

Reserved: 2026-07-28T16:06:49.774Z

Link: CVE-2026-67198

cve-icon Vulnrichment

Updated: 2026-08-04T15:46:22.203Z

cve-icon NVD

Status : Received

Published: 2026-08-04T15:16:40.423

Modified: 2026-08-04T17:16:58.467

Link: CVE-2026-67198

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:19:55Z

Weaknesses
  • CWE-616

    Incomplete Identification of Uploaded File Variables (PHP)