Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-65637
December 04, 2025
A denial-of-service vulnerability exists in github.com/sirupsen/logrus when using Entry.Writer() to log a single-line payload larger than 64KB without newline characters. Due to limitations in the internal bufio.Scanner, the read fails with "token too long" and the writer pipe is closed, leaving Writer() unusable and causing application unavailability (DoS). This affects versions < 1.8.3, 1.9.0, and 1.9.2. The issue is fixed in 1.8.3, 1.9.1, and 1.9.3+, where the input is chunked and the writer continues to function even if an error is logged.
Affected Packages
https://github.com/sirupsen/logrus.git (GITHUB):
Affected version(s) =v1.9.0 <v1.9.1
Fix Suggestion:
Update to version v1.9.1
https://github.com/sirupsen/logrus.git (GITHUB):
Affected version(s) >=v0.1.0 <v1.8.3
Fix Suggestion:
Update to version v1.8.3
github.com/sirupsen/logrus (GO):
Affected version(s) =v1.9.0 <v1.9.1
Fix Suggestion:
Update to version v1.9.1
github.com/sirupsen/logrus (GO):
Affected version(s) >=v1.9.2 <v1.9.3
Fix Suggestion:
Update to version v1.9.3
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Resource Consumption
EPSS
Base Score:
0.03