LiveActive security incident?Get immediate response
CVE Record

CVE-2026-28525: SWUpdate Integer Underflow in Multipart Upload Parser

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.

HighCVSS 8.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

SWUpdate’s web upload service can be remotely crashed without authentication. A malformed update upload, combined with carefully timed network delivery, can make the parser read beyond allocated memory. The documented impact is denial of service, potentially interrupting update operations or device availability; confidentiality or integrity impact is not established.

Executive priority

Prioritize remediation for externally reachable or operationally critical SWUpdate services. Although exploitation requires precise timing, no authentication is required and successful attacks can disrupt availability. Treat inaccessible or disabled upload endpoints as lower immediate risk, but confirm exposure rather than relying on assumed network isolation.

Technical view

The multipart parser in mongoose_multipart.c can underflow an integer in mg_http_multipart_continue_wait_for_chunk() when receive-buffer length enters a specific range. A crafted POST to /upload with a malformed boundary and controlled TCP timing can cause an out-of-bounds heap read extending toward a local IPC socket. CVSS 4.0 is 8.2, with high availability impact and high attack complexity.

Likely exposure

Exposure requires SWUpdate deployments that provide the vulnerable HTTP multipart upload handler, allow attackers to reach /upload, and lack the referenced fix. Internet-facing or broadly reachable management interfaces present greater risk. The supplied affected-version notation is ambiguous, so exact exposure should be confirmed against build provenance and vendor guidance.

Exploitation context

No active exploitation is established: the CVE is not listed as KEV in the supplied bundle, and no cited source states exploitation in the wild. Exploitation is unauthenticated and network-accessible but requires a malformed multipart request and controlled TCP stream timing, reflected by high attack complexity.

Researcher notes

The relevant weakness classes are out-of-bounds read (CWE-125) and integer underflow (CWE-191). Focus defensive review on buffer-length arithmetic, multipart-boundary state handling, partial TCP reads, and the referenced commit. The bundle does not establish code execution, data disclosure, affected named releases, or exploitation in the wild.

Mitigation direction

  • Apply the vendor patch referenced by commit beee2dc0feef1cfe84f1aa6fc980e104b2e47a74.
  • Confirm fixed release availability and supported upgrade guidance with the SWUpdate vendor.
  • Restrict /upload access to trusted management networks until remediation is verified.
  • Monitor the upload service for crashes, restarts, and malformed multipart requests.

Validation and detection

  • Inventory SWUpdate builds and determine whether they contain the referenced patch commit.
  • Verify whether the HTTP upload service and /upload route are enabled and network-reachable.
  • Review access controls to confirm untrusted clients cannot reach the upload endpoint.
  • Use safe regression testing to confirm malformed multipart input is rejected without service instability.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-191: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-28525 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.2 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.2CVSS 4.0HighCVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:NVulnCheck
6.8CVSS 3.1MediumCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:N/I:N/A:H2.24VulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

8.2High
CVSS 4.0 vector shape for CVE-2026-28525Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
sbabicswupdate0, beee2dc0feef1cfe84f1aa6fc980e104b2e47a74unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.