CVE-2026-62378: RustFS Console: Critical Stored XSS in Preview Modal leading to Administrative Account Takeover
RustFS Console is a web management console for the RustFS distributed file system. From 0.1.7 until 0.1.10, the RustFS Console components/object/preview-modal.tsx and components/object/pdf-viewer.tsx extension-based PDF preview path can render HTML content uploaded as .pdf, allowing stored cross-site scripting in the management console and exposure of administrator AccessKeyId, SecretAccessKey, and SessionToken values. This is caused by a regression of CVE-2026-27822. This vulnerability is fixed in 0.1.10.
Security readout for executives and security teams
Plain-English summary
RustFS Console versions 0.1.7 through before 0.1.10 can store malicious content disguised as a PDF and later execute it when previewed by an administrator. The reported impact includes exposure of administrator access keys, secret keys, and session tokens, creating a credible account-takeover risk.
Executive priority
Treat this as urgent for any affected RustFS Console deployment. The combination of critical severity, administrator credential exposure, and a fixed release means teams should prioritize upgrade and credential review over routine patch timing.
Technical view
The issue is stored cross-site scripting in the extension-based PDF preview path, involving preview-modal.tsx and pdf-viewer.tsx. HTML content uploaded with a .pdf extension can be rendered in the management console. The CVE lists CWE-79, CVSS 9.0, low attack complexity, required user interaction, and changed scope.
Likely exposure
Exposure is limited to deployments running RustFS Console versions greater than or equal to 0.1.7 and lower than 0.1.10. Risk is highest where untrusted or lower-privileged users can upload objects later previewed by administrators in the console.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires a low-privileged actor to place crafted content and an administrator to preview it. The business risk is credential exposure inside the management console.
Researcher notes
This is described as a regression of CVE-2026-27822. The available evidence identifies the vulnerable preview components, affected version range, CVSS vector, and fixed release, but does not provide confirmed exploitation in the wild.
Mitigation direction
Upgrade RustFS Console to version 0.1.10 or later.
Restrict console access to trusted administrators until upgraded.
Limit object upload privileges where untrusted users can influence administrator previews.
Rotate exposed administrator credentials if suspicious previews occurred.
Check vendor advisory and release notes for any follow-up guidance.
Validation and detection
Inventory all RustFS Console deployments and record exact versions.
Confirm no deployment runs versions 0.1.7 through below 0.1.10.
Review object upload and preview activity around administrator sessions.
Check for unexpected HTML-like content uploaded with .pdf extensions.
Verify the deployed build includes the referenced 0.1.10 fix.
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 · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.
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.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.