CVE-2026-44371
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedOpen OnDemand is an open-source high-performance computing portal. Prior to 4.0.11, 4.1.5, and 4.2.2, specially crafted filenames can execute javascript in the file browser This vulnerability is fixed in 4.0.11, 4.1.5, and 4.2.2.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a stored Cross-Site Scripting (XSS) vulnerability in Open OnDemand's file browser. Attackers can execute arbitrary JavaScript in victims' browsers by uploading or renaming files with specially crafted filenames containing malicious script content. When other users browse to view these files, the embedded JavaScript executes within their session context.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- Authentication
- X
- User interaction
- P
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Open OnDemand installation and versionLocate the Open OnDemand installation directory and check the version file (typically found in /opt/ood or the main OOD root directory). Common locations include /opt/ood/VERSION, /etc/ood.version, or check the package manager (rpm -q ondemand or gem list ondemand).Affected if The installed version is below 4.0.11, 4.1.5, or 4.2.2 (for example, any 4.0.x below 4.0.11, any 4.1.x below 4.1.5, or any 4.2.x below 4.2.2)
-
Confirm the file browser module is enabledInspect the Open OnDemand configuration file (ood_portal.yml or /etc/ood/config/ood.conf) to verify that the file browser app (typically named 'files' or 'ood-file-manager' in the nav_bar configuration) is listed in the enabled apps or nav_bar section.Affected if The file browser appears in the active navigation and is accessible to users
-
Verify user access to file upload or rename capabilitiesCheck the Open OnDemand authentication and authorization configuration to determine which users or groups have permission to use the file browser and upload or rename files. Review the /etc/ood/config/nginx_stage.yml or related authorization files.Affected if Regular users (non-admin) have file upload or rename permissions in the file browser
If the installed Open OnDemand version is below 4.0.11/4.1.5/4.2.2 AND the file browser is accessible to users with upload/rename permissions, the environment is vulnerable to stored XSS via malicious filenames.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade to version 4.0.11, 4.1.5, or 4.2.2 (or later) to receive the fix. If immediate patching is not feasible, consider restricting or validating file upload/rename permissions in the file browser until the upgrade can be performed.
4.0.11, 4.1.5, or 4.2.2 (depending on your current release branch)
- 1. Identify the current installed version of Open OnDemand by checking the package manager or application version
- 2. Determine which release branch you are on (e.g., 4.0.x, 4.1.x, or 4.2.x)
- 3. For 4.0.x branch: upgrade to version 4.0.11
- 4. For 4.1.x branch: upgrade to version 4.1.5
- 5. For 4.2.x branch: upgrade to version 4.2.2
- 6. Use the package manager or follow the official upgrade instructions for your deployment method (e.g., yum/apt for RPM/DEB packages, or source compilation)
- 7. After upgrade, verify the file browser functionality works correctly with various filename types
- 8. Test that the XSS vulnerability is remediated by attempting to use a specially crafted filename containing javascript code
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-44371 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-44371 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data