runner-images icon indicating copy to clipboard operation
runner-images copied to clipboard

Zip Bufferoverflow in ubuntu-latest

Open NikolaSivkov opened this issue 4 months ago • 3 comments

Description

I was just trying to zip our website and deploy it using ubuntu-latest when the zip command failed with the following

image

quick google pointed me to https://askubuntu.com/questions/1515086/zip-in-ubuntu-24-04-getting-buffer-overflow-if-right-single-quote-mark-present

then i downgraded the image to 22.04 and it worked as expected.

Also, this worked fine on Oct 9 when i last ran it.

Platforms affected

  • [ ] Azure DevOps
  • [X] GitHub Actions - Standard Runners
  • [ ] GitHub Actions - Larger Runners

Runner images affected

  • [ ] Ubuntu 20.04
  • [ ] Ubuntu 22.04
  • [X] Ubuntu 24.04
  • [ ] macOS 12
  • [ ] macOS 13
  • [ ] macOS 13 Arm64
  • [ ] macOS 14
  • [ ] macOS 14 Arm64
  • [ ] macOS 15
  • [ ] macOS 15 Arm64
  • [ ] Windows Server 2019
  • [ ] Windows Server 2022

Image version and build link

ubntu-latest

Is it regression?

yes, ubuntu-latest, no public link

Expected behavior

zip should not crash

Actual behavior

zip crashes with buffer overflow detected

Repro steps

i don't know exactly why it crashes on ubuntu-latest

NikolaSivkov avatar Oct 15 '24 12:10 NikolaSivkov