CVE-2023-49805
Last modified
CVE-2023-49805 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. Uptime Kuma is an easy-to-use self-hosted monitoring tool. Prior to version 1.23.9, the application uses WebSocket (with Socket.io), but it does not verify that the source of communication is valid. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
Uptime Kuma is an easy-to-use self-hosted monitoring tool. Prior to version 1.23.9, the application uses WebSocket (with Socket.io), but it does not verify that the source of communication is valid. This allows third-party website to access the application on behalf of their client. When connecting to the server using Socket.IO, the server does not validate the `Origin` header leading to other site being able to open connections to the server and communicate with it. Other websites still need to authenticate to access most features, however this can be used to circumvent firewall protections made in place by people deploying the application. Without origin validation, Javascript executed from another origin would be allowed to connect to the application without any user interaction. Without login credentials, such a connection is unable to access protected endpoints containing sensitive data of the application. However, such a connection may allow attacker to further exploit unseen vulnerabilities of the application. Users with "No-auth" mode configured who are relying on a reverse proxy or firewall to provide protection to the application would be especially vulnerable as it would grant the attacker full access to the application. In version 1.23.9, additional verification of the HTTP Origin header has been added to the socket.io connection handler. By default, if the `Origin` header is present, it would be checked against the Host header. Connection would be denied if the hostnames do not match, which would indicate that the request is cross-origin. Connection would be allowed if the `Origin` header is not present. Users can override this behavior by setting environment variable `UPTIME_KUMA_WS_ORIGIN_CHECK=bypass`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Dockge.Kuma | Dockge | < 1.3.3 |
| Uptime.Kuma | Uptime Kuma | < 1.23.9 |
References
- https://github.com/louislam/uptime-kuma/security/advisories/GHSA-mj22-23ff-2hrrExploit, Vendor Advisory
- https://github.com/louislam/uptime-kuma/security/advisories/GHSA-mj22-23ff-2hrrExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-49805?
How severe is CVE-2023-49805?
How do I fix CVE-2023-49805?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-4980Cross-site Scripting (XSS) - Generic in GitHub repository li…5.4
- CVE-2023-49800`nuxt-api-party` is an open source module to proxy API reque…7.5
- CVE-2023-49801Lif Auth Server is a server for validating logins, managing …7.5
- CVE-2023-49802The LinkedCustomFields plugin for MantisBT allows users to l…6.1
- CVE-2023-49803@koa/cors npm provides Cross-Origin Resource Sharing (CORS) …7.5
- CVE-2023-49804Uptime Kuma is an easy-to-use self-hosted monitoring tool. P…7.8
- CVE-2023-49807Stored cross-site scripting vulnerability when processing th…5.4
- CVE-2023-49809Mattermost fails to handle a null request body in the /add e…6.5
- CVE-2023-4981Cross-site Scripting (XSS) - DOM in GitHub repository libren…5.4
- CVE-2023-49810A login attempt restriction bypass vulnerability exists in t…6.5
- CVE-2023-49811Rejected reason: This is unused.
- CVE-2023-49812Authorization Bypass Through User-Controlled Key vulnerabili…7.5
Are you affected by CVE-2023-49805?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
