CVE-2026-28525

Summary

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.

Affected Software

VendorProductVersion RangeStatus
sbabicswupdate0 <= 2025.12affected
sbabicswupdatebeee2dc0feef1cfe84f1aa6fc980e104b2e47a74unaffected

Weaknesses

  • CWE-191: CWE-191 Integer Underflow (Wrap or Wraparound)
  • CWE-125: CWE-125 Out-of-bounds Read

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: partial

References