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.
CVE-2025-65637
This high-severity CVE scores 7.5 under CISA-ADP (Vulnrichment) CVSS v3.1 (NVD's own analysis pending). EPSS exploit probability: 0.6%, top 53% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EG Risk
- 50(Track)EG Risk 50/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity75% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 1%
- EPSS %ILE
- 48%
- KEV
- Not listed
Published
December 4, 2025
Last Modified
June 17, 2026
Advisory Details (8)
Auto-updated Aug 8, 2026Denial of Service (DoS) in github.com/sirupsen/logrus | CVE-2025-65637 | Snyk
https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391v1.9.3
Patch available: sirupsen/logrus v1.9.3
https://github.com/sirupsen/logrus/releases/tag/v1.9.3v1.9.1
Patch available: sirupsen/logrus v1.9.1
https://github.com/sirupsen/logrus/releases/tag/v1.9.1v1.8.3
Patch available: sirupsen/logrus v1.8.3
https://github.com/sirupsen/logrus/releases/tag/v1.8.3This commit fixes a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines.
Patch available: sirupsen/logrus v1.8.3 (PR #1376 merged 2023-05-15)
https://github.com/sirupsen/logrus/pull/1376Error while reading from Writer: bufio.Scanner: token too long · Issue #1370 · sirupsen/logrus · GitHub
https://github.com/sirupsen/logrus/issues/1370logrus-dos-poc/README.md at main · mjuanxd/logrus-dos-poc · GitHub
https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.mdGitHub - mjuanxd/logrus-dos-poc: CVE-2025-65637: Logrus Denial of Service Vulnerability · GitHub
https://github.com/mjuanxd/logrus-dos-pocVendor Advisories for CVE-2025-65637(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:17598Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.17.54 bug fix and security update
- RHSA-2026:14774Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.15.64 bug fix and security update
- RHSA-2026:15941Red Hat Product SecurityMedium
Red Hat Security Advisory: skopeo security update
- RHSA-2026:15940Red Hat Product SecurityMedium
Red Hat Security Advisory: oci-seccomp-bpf-hook security update
- RHSA-2026:12273Red Hat Product SecurityMedium
Red Hat Security Advisory: OpenShift Container Platform 4.12.88 packages and security update
- RHSA-2026:12282Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.12.88 bug fix and security update
- RHSA-2026:13971Red Hat Product SecurityMedium
Red Hat Security Advisory: skopeo security update
- RHSA-2026:11804Red Hat Product SecurityMedium
Red Hat Security Advisory: oci-seccomp-bpf-hook security update
- +12 more
Patch Availability(30)
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(5 across 5 ecosystems)
Debian:11(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| golang-logrus | 1.7.0-2, 1.9.0-1, 1.9.0-1+hurd.1, 1.9.3-1, 1.9.3-2 | — | — |
Debian:12(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| golang-logrus | 1.9.0-1, 1.9.0-1+hurd.1, 1.9.3-1, 1.9.3-2 | — | — |
Debian:13(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| golang-logrus | 1.9.0-1, 1.9.0-1+hurd.1, 1.9.3-1, 1.9.3-2 | — | — |
Debian:14(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| golang-logrus | 1.9.0-1, 1.9.0-1+hurd.1 | 1.9.3-1 | — |
Go(1)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/sirupsen/logrus | 1.9.2 | 1.9.3 | — |
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Additional Vendor Advisories
(16)
Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.
- Microsoft MSRCCVE-2025-656372025-12-07
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.
- Red HatRHSA-2026:0327MODERATE2025-12-04
RHSA-2026:0327 — Moderate
- Red HatRHSA-2026:0338MODERATE2025-12-04
RHSA-2026:0338 — Moderate
- Red HatRHSA-2026:0425MODERATE2025-12-04
RHSA-2026:0425 — Moderate
- Red HatRHSA-2026:0715MODERATE2025-12-04
RHSA-2026:0715 — Moderate
- Red HatRHSA-2026:1004MODERATE2025-12-04
RHSA-2026:1004 — Moderate
- Red HatRHSA-2026:1062MODERATE2025-12-04
RHSA-2026:1062 — Moderate
- Red HatRHSA-2026:1540MODERATE2025-12-04
RHSA-2026:1540 — Moderate
- Red HatRHSA-2026:1549MODERATE2025-12-04
RHSA-2026:1549 — Moderate
- Red HatRHSA-2026:1552MODERATE2025-12-04
RHSA-2026:1552 — Moderate
- Red HatRHSA-2026:1555MODERATE2025-12-04
RHSA-2026:1555 — Moderate
- Red HatRHSA-2026:1556MODERATE2025-12-04
RHSA-2026:1556 — Moderate
- Red HatRHSA-2026:1577MODERATE2025-12-04
RHSA-2026:1577 — Moderate
- Red HatRHSA-2026:2065MODERATE2025-12-04
RHSA-2026:2065 — Moderate
- Red HatRHSA-2026:2066MODERATE2025-12-04
RHSA-2026:2066 — Moderate
- Red HatRHSA-2026:2078MODERATE2025-12-04
RHSA-2026:2078 — Moderate
Data Freshness Timeline
(refreshed 4× in last 7d / 31× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
Showing the most recent 100 of 139 total refreshes for this CVE.
- 2026-09-04 05:06 UTCEPSS rescore
- 2026-09-02 14:11 UTCEPSS rescore
- 2026-09-01 13:53 UTCEPSS rescore
- 2026-08-30 19:16 UTCEPSS rescore
- 2026-08-30 01:21 UTCEPSS rescore
- 2026-08-28 21:40 UTCEPSS rescore
- 2026-08-27 14:24 UTCEPSS rescore
- 2026-08-26 14:45 UTCEPSS rescore
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-24 14:16 UTCEPSS rescore
- 2026-08-24 13:02 UTCOSV refresh
- 2026-08-23 00:18 UTCEPSS rescore
- 2026-08-21 23:48 UTCEPSS rescore
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-18 13:47 UTCEPSS rescore
- 2026-08-17 13:46 UTCEPSS rescore
- 2026-08-16 14:55 UTCEPSS rescore
- 2026-08-16 02:13 UTCEPSS rescore
- 2026-08-15 01:30 UTCEPSS rescore
- 2026-08-15 01:29 UTCEPSS rescore
- 2026-08-13 21:59 UTCEPSS rescore
- 2026-08-12 13:50 UTCEPSS rescore
- 2026-08-11 13:42 UTCEPSS rescore
- 2026-08-10 23:59 UTCEPSS rescore
Show 75 moreShow fewer
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-09 13:46 UTCEPSS rescore
- 2026-08-08 16:36 UTCEPSS rescore
- 2026-08-08 08:37 UTCEG score recompute
- 2026-08-08 08:37 UTCVendor advisory
- 2026-08-07 16:26 UTCEPSS rescore
- 2026-08-06 13:46 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-05 19:17 UTCEPSS rescore
- 2026-08-04 15:09 UTCEPSS rescore
- 2026-08-04 10:37 UTCEPSS rescore
- 2026-08-03 10:35 UTCEPSS rescore
- 2026-08-02 02:26 UTCEPSS rescore
- 2026-08-01 04:15 UTCEPSS rescore
- 2026-07-30 16:27 UTCEPSS rescore
- 2026-07-30 01:30 UTCEPSS rescore
- 2026-07-28 15:35 UTCEPSS rescore
- 2026-07-27 14:12 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-26 14:54 UTCEPSS rescore
- 2026-07-25 14:17 UTCEPSS rescore
- 2026-07-24 14:17 UTCEPSS rescore
- 2026-07-24 14:17 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 14:18 UTCEPSS rescore
- 2026-07-23 14:11 UTCOSV refresh
- 2026-07-23 03:01 UTCEG score recompute
- 2026-07-22 14:08 UTCEPSS rescore
- 2026-07-21 15:24 UTCEPSS rescore
- 2026-07-20 17:08 UTCEPSS rescore
- 2026-07-19 14:30 UTCEPSS rescore
- 2026-07-19 14:30 UTCEPSS rescore
- 2026-07-19 02:28 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-18 10:04 UTCEPSS rescore
- 2026-07-16 17:02 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 16:57 UTCEPSS rescore
- 2026-07-15 01:59 UTCEPSS rescore
- 2026-07-15 01:59 UTCEPSS rescore
- 2026-07-13 22:29 UTCEPSS rescore
- 2026-07-13 06:12 UTCEPSS rescore
- 2026-07-12 05:46 UTCEPSS rescore
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:09 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-07 13:46 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 08:41 UTCOSV refresh
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-04 06:30 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:55 UTCEPSS rescore
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 14:04 UTCEPSS rescore
- 2026-06-24 14:04 UTCEPSS rescore
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-23 21:32 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
Publicly available exploits
(1 reference)Working exploit code is in the public domain (1 GitHub PoC). Defenders should treat patch urgency accordingly — public PoCs typically lead to mass-exploitation within 24-72 hours.
- GitHub PoCmjuanxd/logrus-dos-pocFirst seen Nov 7, 2025
CVE-2025-65637: Logrus Denial of Service Vulnerability
Open source ↗
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
- CVE-2001-0825EG 10.0HIGH
- CVE-2001-0554EG 10.0EPSS p99HIGH
- CVE-2001-0414EG 10.0EPSS p100HIGH
- CVE-2001-0191EG 10.0EPSS p92HIGH
- CVE-2001-0301EG 10.0EPSS p91HIGH
- CVE-2001-0197EG 10.0EPSS p96HIGH
- CVE-2001-0233EG 10.0EPSS p96HIGH
- CVE-2001-0010EG 10.0EPSS p98HIGH
- CVE-2001-0011EG 10.0EPSS p94HIGH
- CVE-2001-0013EG 10.0EPSS p96HIGH
Same CWE
10 shownCWE-400
Frequently asked(5)
What is CVE-2025-65637?
When was CVE-2025-65637 disclosed?
Is CVE-2025-65637 actively exploited?
What is the CVSS score of CVE-2025-65637?
How do I remediate CVE-2025-65637?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2025-65637
Is Your Infrastructure Affected by CVE-2025-65637?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.