CVE-2022-23961
Awaiting Analysis Awaiting Analysis - Queue
Reflected XSS in Thruk Monitoring Interface

Publication date: 2026-05-08

Last updated on: 2026-05-08

Assigner: MITRE

Description
In Thruk Monitoring through 2.46.3, the login field of the login form is vulnerable to reflected XSS. This vulnerability can be exploited by unauthenticated remote attackers to target users of the monitoring interface.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-08
Last Modified
2026-05-08
Generated
2026-06-19
AI Q&A
2026-05-08
EPSS Evaluated
2026-06-18
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
thruk_monitoring thruk_monitoring to 2.46.3 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Mitigation Strategies

The immediate mitigation step is to upgrade Thruk Monitoring to version 2.46.3 or later, where the vulnerability has been fixed.

Additionally, ensure proper input validation and output encoding are implemented to prevent reflected XSS attacks.

Compliance Impact

The provided information does not specify how the reflected XSS vulnerability in Thruk Monitoring affects compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

CVE-2022-23961 is a reflected Cross-Site Scripting (XSS) vulnerability in Thruk Monitoring versions prior to v2.46.3. It occurs in the login form's "login" field, where user input is reflected in error messages without proper encoding or filtering.

This allows unauthenticated remote attackers to inject and execute malicious JavaScript payloads by submitting crafted input to the login field.

Impact Analysis

This vulnerability can be exploited by attackers to execute malicious scripts in the context of users accessing the Thruk Monitoring interface.

Such attacks can lead to session hijacking, theft of sensitive information, or performing actions on behalf of the user without their consent.

Detection Guidance

This vulnerability can be detected by testing the login form's "login" field for reflected Cross-Site Scripting (XSS) issues. Specifically, you can submit crafted input containing JavaScript payloads in the login field and observe if the input is reflected unencoded in the response, such as in error messages.

A simple detection method is to use tools like curl or a web browser to submit payloads and check the response for reflected scripts.

  • Example curl command to test the login field for reflected XSS: curl -X POST -d "login=<script>alert(1)</script>" https://your-thruk-instance/login
  • Alternatively, use a web proxy or browser developer tools to submit the payload and inspect the response for unencoded reflection of the input.
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-23961. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart