CVE-2022-28711
CVE-2022-28711 affects ArduPilot APWeb master branch (cgi.c unescape). The vulnerability arises from a missing size check after a percent-decoding step: the code assumes two hex digits follow a '%' and copies into s+3, potentially reading past end of string and causing memory corruption. Reported...