CVE-2026-46724
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 · uneditedThe file indexer does not normalize the configured directory path. A backend user with permission to edit indexer configurations can index documents from arbitrary locations on the server file system through path traversal sequences.
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 confidenceThe file indexer lacks proper path normalization, allowing authenticated backend users with indexer configuration permissions to use path traversal sequences (e.g., ../../) to access files outside the intended directory.
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
- High
- Authentication
- X
- User interaction
- None
- Scope
- X
CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/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 if the file indexer component is installedLocate the file indexer module in your application (check for indexer-related binaries, services, or web endpoints). Look for configuration files named indexer.conf, indexer.yaml, or similar in your application directory.Affected if The file indexer component exists in your environment and is actively running or loadable.
-
Verify if any user roles have indexer configuration permissionsReview your user role definitions and permission matrices. Check for permissions labeled as 'indexer configuration', 'configure indexer', or similar. Inspect the authentication backend for role-permission assignments.Affected if Authenticated backend users are assigned roles that include indexer configuration permissions.
-
Inspect the indexer's base directory configurationExamine the indexer configuration file or database settings for the configured base/target directory that the indexer is supposed to operate within. Look for parameters like 'base_path', 'index_directory', or 'root_dir'.Affected if A base directory is configured and the indexer has access to file system paths.
-
Check for path normalization or validation logic in indexer codeReview the indexer source code or binary for path handling functions. Search for path traversal sequence handling (../ patterns) or path resolution functions like realpath(), normalize(), or path.resolve(). Inspect whether the indexer validates that resolved paths remain within the configured base directory.Affected if No path normalization or boundary validation is implemented before processing file paths.
-
Test path traversal behavior if indexer is configurableIf you have indexer configuration access, configure the indexer to process a path containing traversal sequences (e.g., ../../etc/) and observe whether files outside the intended base directory are accessible or indexed.Affected if Path traversal sequences are accepted and the indexer accesses files outside the configured base directory.
Your environment is affected if the file indexer component is installed, users with indexer configuration permissions exist, and the indexer lacks path normalization to prevent traversal sequences from escaping the configured directory bounds.
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.
From vendor dataImplement path normalization and validation to ensure the resolved path stays within the configured directory bounds, rejecting any traversal sequences that escape the intended scope.
- Consultation2.0 h
- Implementation3.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-46724 — 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-46724 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