LiveActive security incident?Get immediate response
CVE Record

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.

CriticalCVSS 9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-62378 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
Critical
CVSS
9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

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.

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.

ScoreVersionSeverityVectorExploitImpactSource
9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H2.36GitHub_M

Vulnerability scoring details

Base CVSS 3.1 score

9Critical
CVSS 3.1 vector shape for CVE-2026-62378Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
rustfsconsole>= 0.1.7, < 0.1.10Listed
Weakness

CWE details

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.