CVE-2026-23742: Skipper arbitrary code execution through lua filters

Published Jan 16, 2026
·
Updated

Impact

Arbitrary code execution through lua filters.

The default skipper configuration before v0.23 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.

Kubernetes example (vulnerability is not limited to Kubernetes) lua function request(ctx, params) local file = io.open('/var/run/secrets/kubernetes.io/serviceaccount/token', 'r') if file then local token = file:read('all') file:close() error('[EXFIL] ' .. token) -- Exfiltrate via error logs end end

Patches

https://github.com/zalando/skipper/releases/tag/v0.23.0 disables Lua by default.

Workarounds

You can reduce support of how you can pass lua filter script data by providing config for lua sources https://opensource.zalando.com/skipper/reference/scripts/#enable-and-disable-lua-sources. For example -lua-sources=file will only be exploitable if the attacker can create a lua script file on the target system.

References

https://opensource.zalando.com/skipper/reference/scripts/#enable-and-disable-lua-sources

Other sources

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.

MITRE

Affected Software

3 affected componentsFixes available
skipper<0.23.0
go/github.com/zalando/skipper<0.23.0
0.23.0
Zalando Skipper<0.23.0

Event History

Jan 16, 2026
CVE Published
via MITRE·08:07 PM
Data Sourced
via MITRE·08:07 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:15 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·08:15 PM
RemedyAffected Software
Advisory Published
via GitHub·09:03 PM
Data Sourced
via GitHub·09:03 PM
DescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-23742?

CVE-2026-23742 is classified as a critical vulnerability due to the potential for arbitrary code execution.

2

How do I fix CVE-2026-23742?

To fix CVE-2026-23742, upgrade Skipper to version 0.23.0 or later.

3

What causes CVE-2026-23742?

CVE-2026-23742 is caused by allowing untrusted users to create Lua filters with the default configurations of Skipper.

4

Which versions of Skipper are affected by CVE-2026-23742?

Versions of Skipper prior to 0.23.0 are affected by CVE-2026-23742.

5

What is the impact of CVE-2026-23742 on systems running Skipper?

The impact of CVE-2026-23742 on systems running Skipper includes the risk of arbitrary code execution if exploited.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203