Improper resource allocation In golang-1.15
Description
Reader.Read does not set a limit on the maximum size of file headers. A maliciously crafted archive could cause Read to allocate unbounded amounts of memory, potentially causing resource exhaustion or panics. After fix, Reader.Read limits the maximum size of header blocks to 1 MiB.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | 1.19.2-1 | ||
go | 1.18.7 | ||
rpm rhel8 | - | - | |
rpm rhel8 | - | - | |
rpm rhel9 | - | - | |
rpm rhel8 | 0:1.18.9-1.module+el8.7.0+17845+708ebe87 | ||
rpm rhel9 | 0:1.18.9-1.el9_1 | ||
rpm rhel8 | 0:75-1.el8 | ||
rpm rhel9 | 0:76-2.el9_2 |
1-10 of 15
10
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.