CVE-2026-39675
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 · uneditedMissing Authorization vulnerability in webmuehle Court Reservation court-reservation allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects Court Reservation: from n/a through <= 1.10.11.
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 · moderate confidenceMissing authorization vulnerability in webmuehle Court Reservation allows attackers to exploit incorrectly configured access control security levels. The vulnerability enables unauthorized access to reservation functionality due to improper or missing authorization checks on certain endpoints or operations, likely allowing users to access resources or actions beyond their intended privilege level.
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
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
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 webmuehle Court Reservation system is installedCheck your application inventory or web server for installations of webmuehle Court Reservation software. Look for directories or services named 'court-reservation', 'webmuehle', or similar. Inspect running web services on common ports (80, 443, 8080) for the application's login or reservation pages.Affected if The webmuehle Court Reservation system is present in the environment
-
Determine the installed version of the reservation systemCheck version information in the application about page, configuration files, or footer of web pages. Common locations: /about, /info, VERSION file in installation directory, or footer of HTML pages. Compare your version against any official release notes from webmuehle.Affected if The installed version is older than the patched release (if known) or cannot be determined to be current
-
Verify authorization on reservation endpointsAccess reservation-related URLs (such as /reservation, /booking, /court/book, or similar reservation paths) using an account without elevated privileges. Attempt to view, create, modify, or delete reservations that should require elevated permissions. Capture HTTP responses to identify if access is granted without proper role verification.Affected if Unauthenticated or low-privilege users can access reservation functions that should require admin or elevated roles
-
Inspect access control configurationExamine the application's configuration files for security level settings. Look for files like config.php, security.xml, roles.yml, or similar in the installation directory. Check for parameters controlling authorization enforcement such as 'security_level', 'access_control', 'require_auth', or role-based access definitions.Affected if Security level settings are absent, misconfigured, or set to permissive values (e.g., 'low' or 'disabled')
-
Test role-based access control enforcementCreate or use multiple user accounts with different roles (e.g., regular user, admin). For each role, attempt to access reservation functions that should be restricted to higher-privilege roles. Compare the application's behavior against documented role permissions.Affected if Lower-privileged users can perform actions reserved for higher-privileged roles, indicating broken access control
A defender is affected if the webmuehle Court Reservation system is present and unauthorized users can access reservation functionality that should require elevated permissions, or if security configuration lacks proper role-based access controls.
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 proper authorization checks on all sensitive endpoints and enforce role-based access control (RBAC) to verify user permissions before executing operations.
- Consultation2.0 h
- Implementation8.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,480.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-39675 — 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-39675 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