Werk #22115: Fix missing authorization for viewing background jobs
| Component | Setup | ||||||||
| Title | Fix missing authorization for viewing background jobs | ||||||||
| Date | Aug 5, 2026 | ||||||||
| Level | Trivial Change | ||||||||
| Class | Security Fix | ||||||||
| Compatibility | Compatible - no manual interaction needed | ||||||||
| Checkmk versions & editions |
|
Missing authorization to view background jobs.
An authenticated user who knows the id of a background job was able to view the results and status of that job.
Some background jobs like activate changes contain randomly generated UUIDs in their ID and are unrealistic to guess, others like autodiscovery are nearly always present.
In our brief testing we did not find any sensitive data in these results but it is reasonable to assume this could contain sensitive information.
Who is Affected
All editions and configurations are affected.
Affected Checkmk Versions
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0 (EOL)
Vulnerability Management
We have rated the issue with a CVSS Score of 5.3 MEDIUM (CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N) and assigned CVE-2026-17548.
We thank LXY (@TA-MU-TA) and @eric-owo for reporting this issue.