A significant remote code execution (RCE) vulnerability was identified in the Ghostscript library, a widely used tool on Linux systems. This vulnerability, tracked as CVE-2024-29510, is currently ...
This repository contains a compiled version of Ghostscript which works with Amazon Web Services(AWS) Lambda. These binaries are based on Ghostscript 9.20. AWS Lambda is using an old version of ...
Where can I find the Ghostscript binary inside of Lambda after I attach the layer? You can find it at /opt/bin/gs (/opt is where Lambda unpacks layers). You can run /opt/bin/gs --version to make sure ...