Back to overview

CVE-2026-13699

MEDIUM
4.3
CVSS 3.1
Description
In Eclipse KUKSA Databroker version 0.6.1, the kuksa.val.v2.VAL/PublishValue gRPC handler fails to validate the existence of the optional data_point field in PublishValueRequest. When a request contains a valid signal_id but omits data_point, the server directly calls unwrap() on request.data_point, triggering a panic in the Tokio worker thread. This issue can be triggered by any client holding a valid JWT token. Unauthenticated or invalid-token requests are rejected and do not reach the vulnerable path. The panic causes the individual gRPC call to be cancelled but does not terminate the Databroker process, which remains available for subsequent requests.

Metadata

CVE ID
CVE-2026-13699
State
PUBLISHED
Assigner
eclipse
Reserved
2026-06-29 11:55 UTC
Published
2026-07-14 07:38 UTC
Last updated
2026-07-14 07:38 UTC
Primary CWE
CWE-20
CWE-20: Improper Input Validation
Vendor / Product
Eclipse Foundation / Eclipse KUKSA - Databroker
Sources
cve.org  ·  NVD

Severity & Metrics

4.3 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Affected products (1)
VendorProductPlatformVersions
Eclipse Foundation Eclipse KUKSA - Databroker 0.6.1
Weakness (CWE)
CWESourceDescription
CWE-20 cna CWE-20: Improper Input Validation
CVSS scores (1)
ScoreSeverityVersionSourceVector
4.3 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Back to overview