CVE-2025-27144
Last modified
CVE-2025-27144 is a medium-severity vulnerability rated 6.6/10 on the CVSS scale. Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:U/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-27144?
How severe is CVE-2025-27144?
How do I fix CVE-2025-27144?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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 2025
- CVE-2025-27139Combodo iTop is a web based IT service management tool. Vers…5.4
- CVE-2025-2714A vulnerability was found in JoomlaUX JUX Real Estate 3.4.0.…5.3
- CVE-2025-27140WeGIA is a Web manager for charitable institutions. An OS Co…9.8
- CVE-2025-27141Metabase Enterprise Edition is the enterprise version of Met…6.5
- CVE-2025-27142LocalSend is a free, open-source app that allows users to se…8.8
- CVE-2025-27143Better Auth is an authentication and authorization library f…6.1
- CVE-2025-27145copyparty, a portable file server, has a DOM-based cross-sit…6.1
- CVE-2025-27146matrix-appservice-irc is a Node.js IRC bridge for Matrix. Th…4.3
- CVE-2025-27147The GLPI Inventory Plugin handles various types of tasks for…8.2
- CVE-2025-27148Gradle is a build automation tool, and its native-platform t…8.8
- CVE-2025-27149Zulip server provides an open-source team chat that helps te…2.7
- CVE-2025-2715A vulnerability classified as problematic has been found in …5.1
Are you affected by CVE-2025-27144?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
