CyberRota Analysis
AI-GeneratedThe vulnerability affects the Perspective 5.0.0 server, specifically within the VirtualServer protocol dispatcher, allowing unauthenticated remote attackers to exploit malformed protobuf messages. This can lead to a denial-of-service condition by triggering server crashes through specific well-formed requests that result in abort signals. Organizations using this version of Perspective should prioritize remediation to prevent potential service disruptions.
Original NVD 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.