mirror of
https://github.com/luthermonson/go-proxmox.git
synced 2026-04-26 09:25:53 +03:00
[GH-ISSUE #193] CVE GO-2025-3563 #50
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-proxmox#50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcbenjemaa on GitHub (May 19, 2025).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/193
Request smuggling due to acceptance of invalid chunked data in net/http
More info: https://pkg.go.dev/vuln/GO-2025-3563
Standard library
Found in: net/http/internal@go1.23.7
Fixed in: net/http/internal@go1.23.8
Example traces found:
which eventually calls internal.chunkedReader.Read
@luthermonson commented on GitHub (Feb 14, 2026):
we are on 1.25 now, this is now fixed.