CVE-2026-88045

HIGHPre-NVD 7.57.5
EchelonGraph scoreMEDIUM confidence

This high-severity CVE scores 7.5 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.5%, top 56% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).

Triggered by: NVD CVSS baseline
Sources: epss, secondary
Elevated
7.5EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 1%CVSS: 7.5Exploit: Elevated riskExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentLength to multipart.NewRW().Reserve before reading request-body bytes. waitForTurn admits the current part and one oversized part when the buffer is empty despite --multipart-streaming-buffer-limit, and lib/pool allocates 1 MiB pages according to Content-Length or X-Amz-Decoded-Content-Length. A network client can retain or multiply these reservations without sending the declared body, exhausting process or host memory or permanently blocking request handlers. Anonymous S3 deployments require no credentials, while deployments using auth_key require an accepted S3 key. This issue is fixed in version 1.75.1.

CVSS v3
7.5
EG Score
7.5(medium)
EG Risk
65(Attend)
EG Risk 65/100SSVC: Attend

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity75% × 45%
Exploitation40% × 40%
Automatability100% × 15%
Action: Remediate soon — notable exploitation risk.
EPSS PROB
1%
EPSS %ILE
44%
KEV
Not listed

Published

September 10, 2026

Last Modified

September 10, 2026

Advisory Details (5)

Auto-updated Sep 10, 2026
🔬 Proof of concept available. Patch available. Sources: github_commit, github_release, github.
github_release Patch Available

rclone v1.75.1

Patch available: rclone/rclone v1.75.1

https://github.com/rclone/rclone/releases/tag/v1.75.1
github_commit

commit ab1f458013aa (rclone/rclone)

Fix landed in rclone/rclone commit ab1f458013aa — awaiting tagged release

https://github.com/rclone/rclone/commit/ab1f458013aaf6356e4bdeca61f7cb9139f8eb86
github_commit

commit 7c1dfd99f3e6 (rclone/rclone)

Fix landed in rclone/rclone commit 7c1dfd99f3e6 — awaiting tagged release

https://github.com/rclone/rclone/commit/7c1dfd99f3e6a22fcefd8686cc478226a15e63a1
generic

serve s3: concurrent multipart writes can still OOM after the streaming rewrite (3d246a2) — looks like a client-retry race, no per-part retry · Issue #9616 · rclone/rclone · GitHub

https://github.com/rclone/rclone/issues/9616
github Patch Available🟡 PoC Available

S3 multipart declared-length memory exhaustion · Advisory · rclone/rclone · GitHub

https://github.com/rclone/rclone/security/advisories/GHSA-2p48-j3qc-rx9f

Vendor Advisories for CVE-2026-88045(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Affected Packages

(1 across 1 ecosystem)
Go(1)
PackageVulnerable rangeFixed inDependents
github.com/rclone/rclone1.75.01.75.1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 13× in last 7d / 23× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-09-18 19:31 UTCEG score recompute
  2. 2026-09-18 19:28 UTCEPSS rescore
  3. 2026-09-17 19:47 UTCEG score recompute
  4. 2026-09-17 19:32 UTCEPSS rescore
  5. 2026-09-16 18:20 UTCEG score recompute
  6. 2026-09-16 14:09 UTCEPSS rescore
  7. 2026-09-16 06:28 UTCEG score recompute
  8. 2026-09-16 05:15 UTCEPSS rescore
  9. 2026-09-15 06:45 UTCEG score recompute
  10. 2026-09-15 03:12 UTCEPSS rescore
  11. 2026-09-13 19:08 UTCEG score recompute
  12. 2026-09-13 16:48 UTCEPSS rescore
  13. 2026-09-12 19:25 UTCEG score recompute
  14. 2026-09-12 15:02 UTCEPSS rescore
  15. 2026-09-11 19:41 UTCEG score recompute
  16. 2026-09-11 14:53 UTCEPSS rescore
  17. 2026-09-11 14:53 UTCEPSS rescore
  18. 2026-09-10 19:59 UTCEG score recompute
  19. 2026-09-10 18:22 UTCEG score recompute
  20. 2026-09-10 17:40 UTCEG score recompute
  21. 2026-09-10 17:20 UTCEG score recompute
  22. 2026-09-10 16:25 UTCEG score recompute
  23. 2026-09-10 16:24 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-88045?
CVE-2026-88045 is a high vulnerability published on September 10, 2026. rclone is a command-line program to sync files and directories to and from different cloud storage providers. From 1.75.0 until 1.75.1, the serve S3 streamed multipart path in cmd/serve/s3/multipart.go passes attacker-controlled contentLength to multipart.NewRW().Reserve before reading request-body…
When was CVE-2026-88045 disclosed?
CVE-2026-88045 was first published in the National Vulnerability Database on September 10, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-88045 actively exploited?
CVE-2026-88045 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 1% probability of exploitation in the next 30 days, which ranks it in the top 55.9% of all scored CVEs.
What is the CVSS score of CVE-2026-88045?
CVE-2026-88045 has a CVSS v3 base score of 7.5 (NVD).
How do I remediate CVE-2026-88045?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-88045, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-88045

Explore →

Is Your Infrastructure Affected by CVE-2026-88045?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.