How I found two command injections in the spatial_features Ruby gem
While using the spatial_features Ruby gem for a side project, I noticed that filenames were being passed to system. It led me to two command injection paths, fixed in version 3.11.2. Here’s how I found them, built the PoC, and reported the issue: https://base16.fr/en/blog/command-injection-spatial-features
Post a comment