CVE-2026-40498
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 · uneditedFreeScout is a free self-hosted help desk and shared mailbox. Prior to version 1.8.213, an unauthenticated attacker can access diagnostic and system tools that should be restricted to administrators. The /system/cron endpoint relies on a static MD5 hash derived from the APP_KEY, which is exposed in the response and logs. Accessing these endpoints reveals sensitive server information (Full Path Disclosure), process IDs, and allows for Resource Exhaustion (DoS) by triggering heavy background tasks repeatedly without any rate limiting. The cron hash is generated using md5(APP_KEY . 'web_cron_hash'). Since this hash is often transmitted via GET requests, it is susceptible to exposure in server logs, browser history, and proxy logs. Furthermore, the lack of rate limiting on these endpoints allows for automated resource exhaustion (DoS) and brute-force attempts. Version 1.8.213 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 confidenceFreeScout versions before 1.8.213 have an authentication bypass vulnerability where the /system/cron endpoint uses a static MD5 hash derived from the APP_KEY (md5(APP_KEY . 'web_cron_hash')) to protect access. Since this hash is transmitted via GET requests, it gets logged in server logs, browser history, and proxy logs, allowing unauthenticated attackers to access admin-only diagnostic tools. Additionally, the lack of rate limiting enables resource exhaustion attacks and exposes sensitive information including full server paths and process IDs.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.8.213CVSS 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
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 FreeScout versionLocate the version file or check the admin dashboard for the installed FreeScout version number. Common locations include the footer of admin pages or a /about endpoint.Affected if The installed version is below 1.8.213 (e.g., 1.8.212, 1.8.200, etc.)
-
Verify /system/cron endpoint accessibilitySend a GET request to /system/cron with no authentication headers. Observe whether the endpoint responds without requiring login credentials.Affected if The endpoint returns a response (diagnostic data, cron output, or any server information) without redirecting to a login page or requiring authentication.
-
Inspect server and proxy logs for cron hash exposureSearch access logs (Apache, Nginx, reverse proxy logs) for requests to /system/cron containing the web_cron_hash parameter. Check for patterns like 'web_cron_hash=' in log files.Affected if Requests to /system/cron with the hash parameter are present in logs, indicating the static hash was transmitted via GET and recorded.
-
Confirm APP_KEY rotation statusCheck the .env file for APP_KEY. If previously compromised, the key should have been rotated after patching. Compare current key to any known or suspected exposed versions.Affected if The APP_KEY has not been rotated since the vulnerability was disclosed, or the same APP_KEY used during the vulnerable period is still in use.
You are affected if FreeScout version is below 1.8.213 and the /system/cron endpoint responds without authentication, especially if the hash appears in server logs.
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 · scoped1.8.213
Upgrade to FreeScout version 1.8.213 or later, and rotate the APP_KEY immediately since it may have been exposed in logs. Implement rate limiting on all system endpoints as a defense-in-depth measure.
FreeScout 1.8.213
- Backup your FreeScout installation and database before upgrading
- Download and install FreeScout version 1.8.213 or later from the official repository
- After upgrading, regenerate the APP_KEY to ensure the compromised hash is no longer valid
- Verify that the /system/cron endpoint now properly authenticates requests
- Review server logs for any signs of exploitation attempts using the old hash
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing4.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 $4,544.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-40498 — 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-40498 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