CVE-2025-59836

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
13/10/2025
Last modified:
04/12/2025

Description

Omni manages Kubernetes on bare metal, virtual machines, or in a cloud. Prior to 1.1.5 and 1.0.2, there is a nil pointer dereference vulnerability in the Omni Resource Service allows unauthenticated users to cause a server panic and denial of service by sending empty create/update resource requests through the API endpoints. The vulnerability exists in the isSensitiveSpec function which calls grpcomni.CreateResource without checking if the resource's metadata field is nil. When a resource is created with an empty Metadata field, the CreateResource function attempts to access resource.Metadata.Version causing a segmentation fault. This vulnerability is fixed in 1.1.5 and 1.0.2.

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:siderolabs:omni:*:*:*:*:*:kubernetes:*:* 1.0.2 (excluding)
cpe:2.3:a:siderolabs:omni:*:*:*:*:*:kubernetes:*:* 1.1.0 (including) 1.1.5 (excluding)