PatchSiren cyber security CVE debrief
CVE-2026-73522 COVESA CVE debrief
CVE-2026-73522 is a stack buffer overflow vulnerability in COVESA Open1722 through version 0.9.2. The vulnerability 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. This can lead to arbitrary code execution or denial of service. The vulnerability is caused by the avtp_to_can() function incrementing its write index without bounding it against the caller-supplied array size. The listener accepts datagrams from any sender matching a hardcoded unauthenticated stream ID transmitted in plaintext, allowing attackers to corrupt adjacent stack memory.
- Vendor
- COVESA
- Product
- Open1722
- CVSS
- HIGH 8.7
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-17
- Original CVE updated
- 2026-09-24
- Advisory published
- 2026-08-17
- Advisory updated
- 2026-09-24
Who should care
Defenders responsible for systems using COVESA Open1722 should assess exposure and prioritize remediation. This includes reviewing network configurations, monitoring for suspicious activity, and updating vulnerable systems.
Why it matters
CVE-2026-73522 is a high-severity vulnerability in COVESA Open1722 that allows unauthenticated remote attackers to achieve arbitrary code execution or denial of service. Defenders should prioritize remediation and assess exposure in their environments.
- Remote unauthenticated attackers can exploit this vulnerability to achieve arbitrary code execution or denial of service.
- Successful exploitation can lead to system crashes or potential data breaches.
- Defenders should verify affected versions and assess exposure in their environments.
- Remediation priority is high due to the vulnerability's CVSS score of 8.7 and potential for significant impact.
Technical summary
The COVESA Open1722 project through version 0.9.2 contains a stack buffer overflow vulnerability. The vulnerability is triggered by sending a crafted UDP datagram with more than 15 ACF-CAN messages to the avtp_to_can() function, which does not properly bound its write index against the caller-supplied array size. This allows unauthenticated remote attackers to corrupt adjacent stack memory, potentially leading to arbitrary code execution or denial of service.
Defensive priority
High
Recommended defensive actions
- Review and update COVESA Open1722 to a version that fixes the stack buffer overflow vulnerability.
- Implement network filtering to block crafted UDP datagrams containing more than 15 ACF-CAN messages.
- Monitor systems for signs of potential exploitation, such as unusual network activity or system crashes.
- Verify affected versions and assess exposure in your environment.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD vulnerability detail page provide information about the vulnerability, including its description, CVSS score, and affected versions. Additional details are available in source references from Vulncheck.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73522 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73522
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73522 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73522
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/COVESA/Open1722/issues/154
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/covesa-open1722-stack-buffer-overflow-via-avtp-to-can-in-acf-can-listener
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.