Bug 138390

Summary: buffer overflow when creating archive containing very long filenames.
Product: [Fedora] Fedora Reporter: Lon Hohberger <lhh>
Component: zipAssignee: Lon Hohberger <lhh>
Status: CLOSED ERRATA QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 3Keywords: Security
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://lists.netsys.com/pipermail/full-disclosure/2004-November/028379.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-09 00:03:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Lon Hohberger 2004-11-08 20:55:13 UTC
When creating an archive, very long filenames (> FNMAX) will cause a
buffer overflow in zip because there is no bounds-checking on the
filename's length.