All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Vulnerability in Helm Charts Allows Local Code Execution Through Crafted Files

By

irke882

10mo ago· 2 min readenCode

Summary

A Helm contributor discovered a vulnerability where a specially crafted Chart.yaml file, along with a linked Chart.lock file, can lead to local code execution when dependencies are updated.

Key quotes

· 2 pulled
Fields in a Chart.yaml file, that are carried over to a Chart.lock file when dependencies are updated and this file is written, can be crafted in a way that can cause execution if that same content were in a file that is executed (e.g., a bash.rc file or shell script).
If the Chart.lock file is symlinked to one of these files updating dependencies will write the lock file content to the symlinked file.
Snippet from the RSS feed
A Helm contributor discovered that a specially crafted `Chart.yaml` file along with a specially linked `Chart.lock` file can lead to local code execution when dependencies are updated. ### Impac...

You might also wanna read