CVE-2024-39915
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 · uneditedThruk is a multibackend monitoring webinterface for Naemon, Nagios, Icinga and Shinken using the Livestatus API. This authenticated RCE in Thruk allows authorized users with network access to inject arbitrary commands via the URL parameter during PDF report generation. The Thruk web application does not properly process the url parameter when generating a PDF report. An authorized attacker with access to the reporting functionality could inject arbitrary commands that would be executed when the script /script/html2pdf.sh is called. The vulnerability can be exploited by an authorized user with network access. This issue has been addressed in version 3.16. Users are advised to upgrade. There are no known workarounds for this vulnerability.
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 confidenceThruk versions before 3.16 contain an authenticated RCE vulnerability in the PDF report generation functionality. The application fails to properly sanitize the URL parameter, allowing an authorized attacker with network access to inject arbitrary commands that execute when /script/html2pdf.sh is called.
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
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/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 Thruk installation and versionRun 'thruk --version' or check the Thruk web interface footer for version number, or inspect the RPM/Debian package version if installed via package managerAffected if Version is present and less than 3.16
-
Locate the html2pdf.sh scriptCheck for the presence of /script/html2pdf.sh or the equivalent path in the Thruk installation directory (commonly /usr/share/thruk/script/html2pdf.sh or /opt/thruk/script/html2pdf.sh)Affected if The script file exists in the expected location
-
Verify PDF report feature is accessibleCheck Thruk configuration files (thruk.conf) for enablement of reporting modules, or attempt to access the PDF report generation URL endpoint (typically /thruk/cgi-bin/reports.cgi or similar under the reporting functionality)Affected if PDF report generation is enabled and accessible to authenticated users
-
Confirm authentication mechanismVerify that the Thruk instance has user authentication configured (check auth module settings in thruk.conf or .htpasswd/ldap configuration)Affected if Authenticated users can access the system
A user is affected if they are running Thruk version below 3.16 AND have the PDF report generation feature enabled with accessible authentication.
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 · scopedUpgrade to Thruk version 3.16 or later to remediate this vulnerability. No workarounds are available.
3.16
- 1. Back up the current Thruk installation and all configuration files
- 2. Download Thruk version 3.16 from the official source (https://www.thruk.org/download.html)
- 3. Follow the official Thruk upgrade documentation for your installation method (package manager or manual install)
- 4. Restart the Thruk web service and any related web server processes
- 5. Verify the upgrade was successful by checking the Thruk version in the web interface or via command line
- 6. Confirm the PDF report generation functionality works correctly
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.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 $3,648.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-39915 — 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-2024-39915 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