CVE-2026-73523
Received Received - Intake

Integer Truncation in COVESA Open1722 Leads to CAN Bus Memory Leak

Vulnerability report for CVE-2026-73523, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

Description

COVESA Open1722 through 0.9.2 contains an integer truncation vulnerability in acf-can-listener.c that allows unauthenticated remote attackers to cause the CAN listener to transmit process stack memory onto the CAN bus by sending a rejected UDP datagram with a matching AVTP stream ID. The num_can_msgs variable declared as uint8_t truncates the -1 error return value from avtp_to_can() to 255, causing a write loop to iterate 255 times over a 15-slot stack array and leak approximately 18 KB of adjacent stack memory as roughly 240 CAN frames to any recipient on the CAN bus.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
covesa open1722 to 0.9.2 (exc)
covesa open1722 0.9.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-197 Truncation errors occur when a primitive is cast to a primitive of a smaller size and data is lost in the conversion.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-73523 is an integer truncation vulnerability in COVESA Open1722 through version 0.9.2. It occurs in the acf-can-listener.c component where a uint8_t variable named num_can_msgs incorrectly truncates the -1 error return value from avtp_to_can() to 255. This causes a loop to write 255 times over a 15-slot stack array, leaking approximately 18 KB of adjacent stack memory as roughly 240 CAN frames onto the CAN bus.

Detection Guidance

Detecting this vulnerability requires monitoring CAN bus traffic for unexpected frames. Use tools like candump to capture CAN frames and look for unusually large bursts of messages (around 240 frames) from the acf-can-listener process. Check for memory-like patterns in the payload data.

Impact Analysis

This vulnerability allows unauthenticated remote attackers to leak sensitive stack memory onto the CAN bus. The leaked memory could contain sensitive data such as encryption keys, passwords, or other confidential information. Attackers can use this to gain unauthorized access, escalate privileges, or perform further attacks on the system.

Compliance Impact

This vulnerability could lead to data breaches, exposing sensitive personal or health information. Under GDPR, this may result in significant fines for failing to protect personal data. For HIPAA, it could violate safeguards for protected health information, leading to penalties and reputational damage.

Mitigation Strategies

Immediately update to the latest version of Open1722 beyond 0.9.2. If unavailable, apply the patch making num_can_msgs an int and adding bounds checking in acf-can-listener.c. Disable the acf-can-listener service if not critical. Monitor CAN bus traffic for suspicious activity.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-73523. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart