PatchSiren cyber security CVE debrief
CVE-2026-55593 froxlor CVE debrief
CVE-2026-55593 is a vulnerability in Froxlor, an open-source server administration software. The vulnerability allows an unauthenticated attacker to induce an authenticated administrator's browser to submit a forged request that adds an attacker-controlled address to an API key's allowed_from list or removes its expiration, weakening the key's security restrictions. This issue is fixed in version 2.3.8.
- Vendor
- froxlor
- Product
- Unknown
- CVSS
- MEDIUM 6.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-18
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-18
- Advisory updated
- 2026-09-08
Who should care
Administrators of Froxlor installations, security teams responsible for server administration software, and developers of Froxlor should assess exposure and prioritize verification of their systems.
Why it matters
CVE-2026-55593 is a vulnerability in Froxlor that allows unauthenticated attackers to weaken API key security restrictions, potentially leading to unauthorized access and data breaches. Administrators of Froxlor installations should assess exposure and prioritize verification of their systems.
- Weakened API key security restrictions may allow unauthorized access
- Potential for lateral movement within the network
- Need for verification of Froxlor installation version and API key configurations
- Possible data breaches or unauthorized modifications
Technical summary
The vulnerability is caused by the lack of CSRF token validation in the editapikey action of the Ajax::editApiKey class. This allows an unauthenticated attacker to submit a forged request that modifies the allowed_from list or expiration of an API key. The editapikey action in Ajax::editApiKey updates allowed_from and valid_until without validating a CSRF token, while templates/Froxlor/assets/js/jquery/apikeys.js sends no token because the endpoint does not require one. An unauthenticated attacker can induce an authenticated administrator's browser to submit a forged request that adds an attacker-controlled address to an API key's allowed_from list or removes its expiration, weakening the key's security
Defensive priority
Administrators of Froxlor installations should assess exposure and prioritize verification of their systems.
Recommended defensive actions
- Verify Froxlor installation version and upgrade to 2.3.8 if necessary.
- Review API keys and their allowed_from lists for any suspicious entries.
- Monitor for unusual activity related to API key usage.
- Perform a thorough review of the Froxlor installation and API key configurations.
- Check relevant monitoring, detection, and logs for exposed assets that need extra review.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, its impact, and the fixed version. Administrators should verify Froxlor installation version and API key configurations. The editapikey action in Ajax::editApiKey updates allowed_from and valid_until without validating a CSRF token. The vulnerability allows an unauthenticated attacker to induce an authenticated administrator's browser to submit a forged request that adds an attacker-controlled address to an API key's allowed_from list or removes its expiration. This is
Sources and references
Verified primary and authoritative sources
-
CVE-2026-55593 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-55593
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-55593 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55593
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/froxlor/froxlor/commit/5f540fe361e7e13e8c5a32805b793a25e9e26a0e
-
Source reference
Unverified legacy reference
URL: https://github.com/froxlor/froxlor/releases/tag/2.3.8
-
Source reference
Unverified legacy reference
URL: https://github.com/froxlor/froxlor/security/advisories/GHSA-xpr4-8vp6-c87j
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.