8
CVE-2026-32708
- EPSS 0.02%
- Veröffentlicht 13.03.2026 21:18:53
- Zuletzt bearbeitet 17.03.2026 16:16:23
- Quelle security-advisories@github.com
- CVE-Watchlists
- Unerledigt
PX4 autopilot is a flight control solution for drones. Prior to 1.17.0-rc2, the Zenoh uORB subscriber allocates a stack VLA directly from the incoming payload length without bounds. A remote Zenoh publisher can send an oversized fragmented message to force an unbounded stack allocation and copy, causing a stack overflow and crash of the Zenoh bridge task. This vulnerability is fixed in 1.17.0-rc2.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Dronecode ≫ Px4 Drone Autopilot Version < 1.17.0
Dronecode ≫ Px4 Drone Autopilot Version1.17.0 Updatealpha1
Dronecode ≫ Px4 Drone Autopilot Version1.17.0 Updatebeta1
Dronecode ≫ Px4 Drone Autopilot Version1.17.0 Updaterc1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.02% | 0.044 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 8 | 2.1 | 5.9 |
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
| security-advisories@github.com | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
|
CWE-121 Stack-based Buffer Overflow
A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).