Logo
componentswupdate
Name
swupdate
Version
2024.12.
Type
library
Description
-
Licenses
GPL-2.0GPL-2.0+LGPL-2.1+MITISCBSD-1-ClauseBSD-3-ClauseCC0-1.0CC-BY-SA-4.0OFL-1.1
PURL
-
CPE
-

Other Versions#


Project
Branch
Version
master
2026.05.1

Patches#


#
Title
Author
Resolve
1
lua: add limits.h to set PATH_MAX
Stefano Babic <stefano.babic@swupdate.org>
2
mongoose: Integer Underflow in Multipart Upload Parser
Stefano Babic <stefano.babic@swupdate.org>
CVE-2026-28525

Vulnerabilities#


Name
Analysis
Description
Patched
SWUpdate contains an integer underflow vulnerability in the multipart upload parser in mongoose_multipart.c that allows unauthenticated attackers to cause a denial of service by sending a crafted HTTP POST request to /upload with a malformed multipart boundary and controlled TCP stream timing. Attackers can trigger an integer underflow in the mg_http_multipart_continue_wait_for_chunk() function when the buffer length falls within a specific range, causing an out-of-bounds heap read past the allocated receive buffer to a local IPC socket.