Cyber Posture

CVE-2026-34529

HighPublic PoC

Published: 01 April 2026

Published
01 April 2026
Modified
06 April 2026
KEV Added
Patch
CVSS Score 7.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
EPSS Score 0.0004 12.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-34529 is a high-severity Cross-site Scripting (CWE-79) vulnerability in Filebrowser Filebrowser. Its CVSS base score is 7.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Steal Web Session Cookie (T1539); ranked at the 12.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).

Threat & Defense at a Glance

What attackers do: exploitation maps to Steal Web Session Cookie (T1539). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Filters malicious JavaScript from EPUB preview output to directly prevent Stored XSS execution in the victim's browser.

prevent

Validates uploaded EPUB files to block those containing embedded JavaScript, preventing storage of malicious payloads.

prevent

Requires timely remediation of the specific Stored XSS flaw by applying the vendor patch in File Browser version 2.62.2.

MITRE ATT&CK Enterprise TechniquesAI

T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
Why these techniques?

Stored XSS in EPUB preview enables attacker-controlled JavaScript execution in victim's browser context, directly facilitating theft of web session cookies and credentials as described in the high confidentiality impact.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

File Browser is a file managing interface for uploading, deleting, previewing, renaming, and editing files within a specified directory. Prior to version 2.62.2, the EPUB preview function in File Browser is vulnerable to Stored Cross-Site Scripting (XSS). JavaScript embedded in…

more

a crafted EPUB file executes in the victim's browser when they preview the file. This issue has been patched in version 2.62.2.

Deeper analysisAI

CVE-2026-34529 is a Stored Cross-Site Scripting (XSS) vulnerability, classified under CWE-79, affecting the EPUB preview function in File Browser, an open-source file managing interface used for uploading, deleting, previewing, renaming, and editing files within a specified directory. The flaw exists in versions prior to 2.62.2, where JavaScript embedded in a specially crafted EPUB file can execute in the victim's browser upon previewing the malicious file. The vulnerability carries a CVSS v3.1 base score of 7.6 (AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N), indicating high severity due to its network accessibility, low attack complexity, and potential for significant confidentiality impact with a changed scope.

An attacker with low privileges, such as an authenticated user able to upload files to the File Browser instance, can exploit this by uploading a crafted EPUB containing malicious JavaScript. When another user with preview permissions accesses and previews the file, the script executes in their browser context. This allows the attacker to steal sensitive data like session cookies or credentials (high confidentiality impact), perform limited integrity modifications, but without availability disruption, all contingent on user interaction to trigger the preview.

The issue has been addressed in File Browser version 2.62.2, as detailed in the project's release notes and security advisory. Security practitioners should upgrade to this patched version immediately and review access controls for file upload and preview functionalities to mitigate risks in affected deployments.

Details

CWE(s)

Affected Products

filebrowser
filebrowser
≤ 2.62.2

CVEs Like This One

CVE-2026-30934Same product: Filebrowser Filebrowser
CVE-2025-64523Same product: Filebrowser Filebrowser
CVE-2026-34528Same product: Filebrowser Filebrowser
CVE-2025-53826Same product: Filebrowser Filebrowser
CVE-2026-35607Same product: Filebrowser Filebrowser
CVE-2026-32759Same product: Filebrowser Filebrowser
CVE-2026-29188Same product: Filebrowser Filebrowser
CVE-2026-30933Same product: Filebrowser Filebrowser
CVE-2026-35585Same product: Filebrowser Filebrowser
CVE-2026-35606Same product: Filebrowser Filebrowser

References