CVE-2026-26399
CVE-2026-26399 is a medium-severity vulnerability with a CVSS 3.x base score of 5.3. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-562.
Key facts
- Severity: Medium (CVSS 3.x base score 5.3)
- EPSS exploit prediction: 0% (8th percentile)
- Actively exploited: Not listed in CISA KEV
- EU (EUVD) id: EUVD-2026-23912
- Weakness: CWE-562
- Published:
- Last modified:
Description
A stack-use-after-return issue exists in the Arduino_Core_STM32 library prior to version 1.7.0. The pwm_start() function allocates a TIM_HandleTypeDef structure on the stack and passes its address to HAL initialization routines, where it is stored in a global timer handle registry. After the function returns, interrupt service routines may dereference this dangling pointer, resulting in memory corruption.
Frequently asked questions
- What is CVE-2026-26399?
- A stack-use-after-return issue exists in the Arduino_Core_STM32 library prior to version 1.7.0. The pwm_start() function allocates a TIM_HandleTypeDef structure on the stack and passes its address to HAL initialization routines, where it is stored in a global timer handle registry. After the function returns, interrupt service routines may dereference this dangling pointer, resulting in memory corruption.
- How severe is CVE-2026-26399?
- CVE-2026-26399 has a CVSS 3.x base score of 5.3, rated medium severity. It is exploitable over local access with low attack complexity, requires low privileges and no user interaction. Impact on confidentiality is low, integrity low, and availability low.
- Is CVE-2026-26399 being actively exploited?
- It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (8th percentile), an estimate of the probability of exploitation in the next 30 days.
- How do I fix CVE-2026-26399?
- Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
- Does CVE-2026-26399 have an EU (EUVD) identifier?
- Yes. CVE-2026-26399 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2026-23912.
- When was CVE-2026-26399 published?
- CVE-2026-26399 was published on 2026-04-20 and last updated on 2026-06-17.
References
- https://github.com/Acen28/CVE-2026-26399-Disclosure
- https://github.com/stm32duino/Arduino_Core_STM32/releases/tag/1.6.1
Other CWE-562 vulnerabilities
- CVE-2022-41837 — Critical (CVSS 9.8): An out-of-bounds write vulnerability exists in the OpenImageIO::add_exif_item_to_spec functionality of OpenImageIO…
- CVE-2021-21798 — High (CVSS 7.8): An exploitable return of stack variable address vulnerability exists in the JavaScript implementation of Nitro Pro PDF.…
- CVE-2024-4418 — Medium (CVSS 6.2): A race condition leading to a stack use-after-free flaw was found in libvirt. Due to a bad assumption in the…
- CVE-2020-21686 — Medium (CVSS 5.5): A stack-use-after-scope issue discovered in expand_mmac_params function in preproc.c in nasm before 2.15.04 allows…
- CVE-2026-34553 — Medium (CVSS 4.0): iccDEV provides a set of libraries and tools for working with ICC color management profiles. Prior to version 2.3.1.6,…