Skip to content

Comments

chore(deps): update module github.com/sirupsen/logrus to v1.9.1 [security]#330

Merged
renovate-sh-app[bot] merged 1 commit intomainfrom
renovate/go-github.com-sirupsen-logrus-vulnerability
Dec 15, 2025
Merged

chore(deps): update module github.com/sirupsen/logrus to v1.9.1 [security]#330
renovate-sh-app[bot] merged 1 commit intomainfrom
renovate/go-github.com-sirupsen-logrus-vulnerability

Conversation

@renovate-sh-app
Copy link
Contributor

@renovate-sh-app renovate-sh-app bot commented Dec 5, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/sirupsen/logrus v1.9.0 -> v1.9.1 age confidence

GitHub Vulnerability Alerts

CVE-2025-65637

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.


Logrus is vulnerable to DoS when using Entry.Writer()

CVE-2025-65637 / GHSA-4f99-4q7p-p3gh

More information

Details

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.

Severity

  • CVSS Score: 8.7 / 10 (High)
  • Vector String: 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

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


Release Notes

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1


Configuration

📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
Copy link
Contributor Author

renovate-sh-app bot commented Dec 5, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: k6/extensions/internal/go.sum
Command failed: go mod tidy
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/mstoykov/envconfig v1.4.1-0.20220114105314-765c6d8c76f1
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/onsi/gomega v1.27.6
go: downloading github.com/andybalholm/brotli v1.0.5
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading github.com/klauspost/compress v1.17.9
go: downloading github.com/mccutchen/go-httpbin v1.1.2-0.20190116014521-c5cb2f4802fa
go: downloading golang.org/x/net v0.43.0
go: downloading google.golang.org/grpc v1.75.0
go: downloading golang.org/x/crypto v0.41.0
go: downloading google.golang.org/protobuf v1.36.9
go: downloading github.com/google/go-cmp v0.5.9
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090
go: downloading github.com/nxadm/tail v1.4.8
go: downloading google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: github.com/grafana/quickpizza/extensions/internal imports
	go.k6.io/k6/js/modules imports
	go.k6.io/k6/loader tested by
	go.k6.io/k6/loader.test imports
	go.k6.io/k6/lib/testutils/httpmultibin imports
	google.golang.org/grpc/status imports
	google.golang.org/genproto/googleapis/rpc/status: ambiguous import: found package google.golang.org/genproto/googleapis/rpc/status in multiple modules:
	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/genproto@v0.0.0-20230410155749-daa745c078e1/googleapis/rpc/status)
	google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/genproto/googleapis/rpc@v0.0.0-20250908214217-97024824d090/status)

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-github.com-sirupsen-logrus-vulnerability branch from 83da760 to ec6a2f5 Compare December 12, 2025 17:33
…rity]

| datasource | package                    | from   | to     |
| ---------- | -------------------------- | ------ | ------ |
| go         | github.com/sirupsen/logrus | v1.9.0 | v1.9.1 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-github.com-sirupsen-logrus-vulnerability branch from ec6a2f5 to 057568b Compare December 15, 2025 11:31
@renovate-sh-app renovate-sh-app bot merged commit 8e9988c into main Dec 15, 2025
14 of 15 checks passed
@renovate-sh-app renovate-sh-app bot deleted the renovate/go-github.com-sirupsen-logrus-vulnerability branch December 15, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant