Description
COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtp_to_can() function increments its write index without bounding it against the caller-supplied array size, and because the listener accepts datagrams from any sender matching a hardcoded unauthenticated stream ID transmitted in plaintext, attackers can corrupt adjacent stack memory to achieve arbitrary code execution or denial of service.
Published: 2026-08-17
Score: 8.7 High
EPSS: 2.4% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

COVESA Open1722 contains a stack buffer overflow in the avtp_to_can() function used by the acf-can-listener service. The function writes past the end of a fixed 15‑slot array when it receives more than 15 ACF‑CAN messages in a UDP datagram. Because the function increments its write index unchecked and the listener accepts datagrams from any sender that matches a hard‑coded unauthenticated stream ID, an attacker can corrupt adjacent stack memory and subsequently gain arbitrary code execution or cause a denial of service. This flaw is a classic stack overrun, classified as CWE‑121.

Affected Systems

The vulnerable code is released under the COVESA brand as the Open1722 project. All releases through version 0.9.2 are affected. The flaw is present in the open‑source implementation that parses UDP traffic for the acf‑can‑listener component.

Risk and Exploitability

The vulnerability has a CVSS score of 8.7, indicating high severity. The EPSS score is 2%, and the issue is not listed in CISA’s KEV catalog. Attackers can exploit the weakness remotely by crafting and sending an oversized UDP datagram from any IP address, as the listener accepts traffic without authentication or authorization checks. Because the stream ID is transmitted in plaintext, no privileged credentials are required to trigger the overflow. The lack of bounds checking on array writes makes exploitation straightforward for an attacker who can direct traffic to the target host.

Generated by OpenCVE AI on August 18, 2026 at 14:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Open1722 to the latest release that removes the buffer overflow in avtp_to_can(), which current versions newer than 0.9.2 provide.
  • While a patch is pending, restrict inbound UDP traffic on the port used by acf-can-listener to trusted, authenticated sources by configuring firewall rules or access control lists.
  • If the service is not essential, disable or isolate the acf-can-listener component on exposed networks until a fixed version is deployed.

Generated by OpenCVE AI on August 18, 2026 at 14:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 17 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Description COVESA Open1722 through 0.9.2 contains a stack buffer overflow vulnerability that allows unauthenticated remote attackers to write past the end of a fixed 15-slot stack array by sending a crafted UDP datagram containing more than 15 ACF-CAN messages. The avtp_to_can() function increments its write index without bounding it against the caller-supplied array size, and because the listener accepts datagrams from any sender matching a hardcoded unauthenticated stream ID transmitted in plaintext, attackers can corrupt adjacent stack memory to achieve arbitrary code execution or denial of service.
Title COVESA Open1722 0.9.2 Stack Buffer Overflow via avtp_to_can() in acf-can-listener
Weaknesses CWE-121
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T17:53:20.700Z

Reserved: 2026-08-12T19:29:19.866Z

Link: CVE-2026-73522

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-17T18:18:14.030

Modified: 2026-08-17T18:18:14.030

Link: CVE-2026-73522

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T19:45:04Z

Weaknesses
  • CWE-121

    Stack-based Buffer Overflow