CVE-2026-5072
Last modified
CVE-2026-5072 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. A bitwise shift vulnerability in Zephyr's PTP subsystem allows a remote attacker to cause undefined behavior and potential system crashes. An attacker sends a crafted PTP_MSG_MANAGEMENT message to set an unvalidated negative log_announce_interval value in the port's data set. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
A bitwise shift vulnerability in Zephyr's PTP subsystem allows a remote attacker to cause undefined behavior and potential system crashes. An attacker sends a crafted PTP_MSG_MANAGEMENT message to set an unvalidated negative log_announce_interval value in the port's data set. When a subsequent PTP_MSG_ANNOUNCE message is processed, port_timer_set_timeout_random computes a timeout as NSEC_PER_SEC >> -log_seconds; if the attacker-supplied value is sufficiently negative (e.g., -127), the shift amount exceeds the 64-bit integer width, triggering undefined behavior in C. This can cause a system crash via a compiler-generated illegal instruction trap on some architectures, or produce an erroneous zero timeout leading to resource starvation loops or other logical errors.
Metrics
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Zephyrproject | Zephyr | <= 4.3.0 |
References
- https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-3v98-458v-388rExploit, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-5072?
How severe is CVE-2026-5072?
How do I fix CVE-2026-5072?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-50708A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-50709A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-5071The SocketCAN implementation validates the length of a user-…7.8
- CVE-2026-50710A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.6
- CVE-2026-50711A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.6
- CVE-2026-50712A Stored Cross-Site Scripting (XSS) vulnerability exists in …4.8
- CVE-2026-50721Libreswan, via the function RSA_authenticate_hash_signature_…5.9
- CVE-2026-50722Libreswan, via the function RSA_authenticate_hash_signature_…5.9
- CVE-2026-5073The ARMember Premium plugin for WordPress is vulnerable to S…7.5
- CVE-2026-50733Markdown Preview Enhanced before 0.8.28 parses WaveDrom diag…8.8
- CVE-2026-50734Memory Allocation with Excessive Size Value vulnerability in…7.5
- CVE-2026-50735pglogical's apply worker does not sufficiently validate the …6.1
Are you affected by CVE-2026-5072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
