Sandor Szücs

2 exploits Active since Jan 2026
CVE-2026-23742 WRITEUP HIGH WRITEUP
Skipper < 0.23.0 - Unauthenticated Information Disclosure via Lua Filter Script Injection
Skipper is an HTTP router and reverse proxy for service composition. The default skipper configuration before 0.23.0 was -lua-sources=inline,file. The problem starts if untrusted users can create lua filters, because of -lua-sources=inline , for example through a Kubernetes Ingress resource. The configuration inline allows these user to create a script that is able to read the filesystem accessible to the skipper process and if the user has access to read the logs, they an read skipper secrets. This vulnerability is fixed in 0.23.0.
CVSS 8.8
CVE-2026-24470 WRITEUP HIGH WRITEUP
Skipper <0.24.0 - Privilege Escalation
Skipper is an HTTP router and reverse proxy for service composition. Prior to version 0.24.0, when running Skipper as an Ingress controller, users with permissions to create an Ingress and a Service of type ExternalName can create routes that enable them to use Skipper's network access to reach internal services. Version 0.24.0 disables Kubernetes ExternalName by default. As a workaround, developers can allow list targets of an ExternalName and allow list via regular expressions.
CVSS 8.1