Security readout for executives and security teams
Plain-English summary
CVE-2021-23428 is a path traversal flaw in elFinder.NetCore. A remote unauthenticated attacker could cause the file manager to resolve paths outside its intended Files directory, creating a serious risk of sensitive file exposure and limited file impact.
Executive priority
Treat this as high priority where elFinder.NetCore is internet-facing or handles sensitive files. Prioritize inventory, exposure reduction, and vendor-guidance review before deployment changes.
Technical view
The issue stems from using Path.Combine to build absolute paths from insufficiently sanitized user input, without verifying the generated path remains under the configured Files directory. The CVSS 3.1 score is 8.6, with network attack vector, low complexity, no privileges, and no user interaction.
Likely exposure
Exposure is most likely in ASP.NET Core applications that include elFinder.NetCore and expose its file-management routes to users or the internet. The source bundle states all package versions are affected, while the affected version field lists version 0.
Exploitation context
The bundle marks KEV as false, so it does not provide evidence of known active exploitation. CVSS exploit maturity is listed as functional, meaning exploitation is considered practical, but no exploit details should be assumed from the provided sources.
Researcher notes
Evidence is limited to the CVE, Snyk advisory, and upstream repository references. The provided data does not name a patched version or official mitigation. Validate version and route exposure carefully before assigning remediation ownership.
Mitigation direction
- Inventory applications using elFinder.NetCore.
- Check Snyk and upstream GitHub for fixed-version or maintainer guidance.
- Restrict network access to elFinder.NetCore file-management endpoints.
- Require authentication before any file-management functionality is reachable.
- Disable or isolate affected functionality if no supported fix is available.
- Ensure resolved file paths are constrained to the intended file root.
Validation and detection
- Confirm whether elFinder.NetCore appears in application dependency manifests.
- Identify public or authenticated routes exposing elFinder.NetCore functionality.
- Review file-driver configuration for the intended Files directory boundary.
- Verify code checks canonical resolved paths before file access.
- Use approved SCA tooling to confirm CVE-2021-23428 detection status.
- Check logs for unusual file access outside expected application directories.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
File access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2021-23428 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 8.6 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:F/RL:U/RC:C
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:F/RL:U/RC:C3.94.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
8.6HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L/E:F/RL:U/RC:C
Source materials
- CVE List V5 sourceCVE List V5
- https://snyk.io/vuln/SNYK-DOTNET-ELFINDERNETCORE-1313838CVE reference · x_refsource_MISC
- https://github.com/gordon-matt/elFinder.NetCoreCVE reference · x_refsource_MISC
- https://github.com/gordon-matt/elFinder.NetCore/blob/633da9a4d7d5c9baefd1730ee51bf7af54889600/elFinder.NetCore/Drivers/FileSystem/FileSystemDriver.cs%23L387CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
