Lack of data validation In golang-1.15
Description
The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects files containing these errors.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | - | ||
debian 12 | - | ||
go | 1.21.11 | ||
rpm rhel9 | 0:10.2.6-4.el9 | ||
rpm rhel8 | 0:1.21.11-1.module+el8.10.0+21986+2112108a | ||
rpm rhel8 | 0:9.2.10-17.el8_10 | ||
rpm rhel9 | 2:5.2.2-1.el9 | ||
rpm rhel9 | 0:1.21.11-1.el9_4 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3.