Incorrect AuthorizationWeakness · CWE-863

CVE-2026-41235

HIGH · 8.6 CVSS v4.0 Published 2026-06-04
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
92/100
Remediation priority · Urgent
Remotely reachable Zero-click

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 · unedited
Froxlor is open source server administration software. Version 2.3.6 lets administrators configure `system.available_shells` as the approved shell list that customers may assign to FTP users. However, the server-side FTP account handlers do not enforce that whitelist when processing add or edit requests. As a result, an authenticated customer with shell delegation enabled can submit an arbitrary shell such as `/bin/bash` even when the panel UI only offers more restricted choices. In deployments that use the default `nssextrausers` integration, the attacker-controlled shell is then propagated into the system account database, leading to real host shell access. Version 2.3.7 fixes the issue.

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 confidence

Froxlor 2.3.6 has an authorization bypass in the server-side FTP account handlers. While administrators can configure a whitelist of allowed shells via `system.available_shells`, the handlers fail to enforce this whitelist when processing add or edit requests. Authenticated customers with shell delegation enabled can submit arbitrary shells like /bin/bash, bypassing UI restrictions. In deployments using the nssextrausers integration, this allows attackers to gain actual host shell access.

MitigationUpgrade to Froxlor version 2.3.7. If immediate patching is not possible, disable shell delegation for customer FTP accounts and review existing accounts for unauthorized shell assignments.

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
Low
Authentication
X
User interaction
None
Scope
X

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:P/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 checks

Work through these to decide whether this CVE applies to you.

  1. Verify Froxlor version
    Check the installed Froxlor version by accessing the admin panel or inspecting the version file (commonly found in the Froxlor installation directory or via admin interface system info).
    Affected if The installed version is exactly 2.3.6 (prior versions may also be vulnerable if they lack server-side whitelist enforcement).
  2. Determine if shell delegation is enabled
    Review customer account settings in the Froxlor admin panel under customer management, looking for shell delegation or shell access permissions assigned to customer accounts.
    Affected if Any customer account has shell delegation or shell access permission enabled; this is the condition that allows the bypass to occur.
  3. Inspect system shell whitelist configuration
    Locate the system.available_shells configuration setting in Froxlor configuration files or database settings that define the permitted shells for customer use.
    Affected if The system.available_shells whitelist exists but is not being enforced server-side during FTP account add/edit operations.
  4. Check FTP account shell assignments
    List all FTP accounts in the system (via Froxlor FTP management or by querying the account database) and inspect the assigned shell field for each account.
    Affected if Any FTP account has a shell assigned that is not in the intended system.available_shells whitelist, such as /bin/bash when a restricted shell was expected.
  5. Identify nssextrausers integration usage
    Check the Froxlor system settings or configuration to determine if the nssextrausers integration method is enabled for system account management.
    Affected if nssextrausers integration is active, as this allows attacker-controlled shell values to propagate directly to the system account database.

A user is affected if running Froxlor 2.3.6 with shell delegation enabled for any customer and nssextrausers integration active, resulting in FTP accounts with unauthorized shell assignments outside the intended whitelist.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade to Froxlor version 2.3.7. If immediate patching is not possible, disable shell delegation for customer FTP accounts and review existing accounts for unauthorized shell assignments.

Recommended fix High confidence

2.3.7

  1. Backup the current Froxlor installation and database before proceeding
  2. Download Froxlor version 2.3.7 from the official repository or releases page
  3. Extract the new version files to the web server document root, preserving local configuration
  4. Run the included database migration scripts if any are provided in the release
  5. Clear any application caches to ensure new code is loaded
  6. Verify the upgrade was successful by logging into the admin panel
  7. Confirm that system.available_shells is properly enforced by attempting to assign an unapproved shell via the FTP account interface
Caveat Review release notes for any breaking changes between 2.3.6 and 2.3.7, particularly regarding FTP user handling

Generated from the published advisory — verify against the referenced sources before acting.

Have this fixed Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing3.0 h
  • Review / QA2.0 h
10.0 hours of engineering $1,750
Get help mitigating

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 locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-41235 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-41235 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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