CVE-2026-32859: ByteDance DeerFlow Stored XSS via Inline Artifact Rendering
ByteDance DeerFlow versions prior to commit 5dbb362 contain a stored cross-site scripting vulnerability in the artifacts API that allows attackers to execute arbitrary scripts by uploading malicious HTML or script content as artifacts. Attackers can store malicious content that executes in the browser context when users view artifacts, leading to session compromise, credential theft, and arbitrary script execution.
Security readout for executives and security teams
Plain-English summary
CVE-2026-32859 is a stored cross-site scripting issue in ByteDance DeerFlow. An authenticated attacker could upload malicious artifact content that later runs in another user's browser when viewed. Business impact is mainly account/session compromise and data exposure through the victim's browser, not direct server takeover.
Executive priority
Treat this as a moderate-priority application security fix. Prioritize DeerFlow instances used by multiple users, handling sensitive data, or exposed to broad internal populations. It is not described as actively exploited, but stored XSS can become impactful when privileged users view attacker-controlled content.
Technical view
The flaw is CWE-79 in DeerFlow artifacts rendering before commit 5dbb3623b2f0e490c8bb3cd81b1e3b1b12eae1a6. The CVSS 3.1 score is 5.4: network reachable, low complexity, low privileges required, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.
Likely exposure
Exposure is likely limited to organizations running ByteDance DeerFlow before commit 5dbb362 and allowing users to upload artifacts that others view in a browser. Systems without DeerFlow, without artifact upload workflows, or already patched to the referenced commit are not indicated as exposed by the provided sources.
Exploitation context
The source bundle does not show KEV listing or confirmed active exploitation. The attack requires privileges to upload artifact content and requires a victim to view the stored artifact. Successful exploitation could run script in the victim's browser context, affecting sessions, credentials, and displayed data.
Researcher notes
Evidence is limited to the CVE record, commit, pull request, and VulnCheck advisory listed in the bundle. Do not assume additional affected versions beyond DeerFlow before the referenced commit. The unusual affected version value of "0" should be reconciled against upstream release tagging during asset validation.
Mitigation direction
Apply commit 5dbb3623b2f0e490c8bb3cd81b1e3b1b12eae1a6 or a vendor release containing it.
Restrict artifact upload permissions to trusted users until patching is complete.
Review ByteDance DeerFlow and VulnCheck guidance for any updated remediation details.
Invalidate suspicious sessions if malicious artifacts or unexplained browser activity are found.
Validation and detection
Inventory DeerFlow deployments and identify their current commit or release.
Confirm whether each deployment predates commit 5dbb3623b2f0e490c8bb3cd81b1e3b1b12eae1a6.
Review artifact upload and viewing permissions for low-privileged users.
Check stored artifacts and audit logs for unexpected HTML or script-like content.
Verify patched systems no longer render untrusted artifact content inline unsafely.
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.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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.
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.