<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: phani rudra</title>
    <description>The latest articles on DEV Community by phani rudra (@phani_rudra9).</description>
    <link>https://dev.to/phani_rudra9</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3047459%2F7681e0f5-4093-4260-ab66-81e659f506ab.JPG</url>
      <title>DEV Community: phani rudra</title>
      <link>https://dev.to/phani_rudra9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/phani_rudra9"/>
    <language>en</language>
    <item>
      <title>Recent Security Alerts: GitHub Actions Hijack and Kubernetes Ingress-NGINX Vulnerability</title>
      <dc:creator>phani rudra</dc:creator>
      <pubDate>Sun, 13 Apr 2025 15:23:51 +0000</pubDate>
      <link>https://dev.to/phani_rudra9/recent-security-alerts-github-actions-hijack-and-kubernetes-ingress-nginx-vulnerability-2ap8</link>
      <guid>https://dev.to/phani_rudra9/recent-security-alerts-github-actions-hijack-and-kubernetes-ingress-nginx-vulnerability-2ap8</guid>
      <description>&lt;h2&gt;
  
  
  Hello friends
&lt;/h2&gt;

&lt;p&gt;Recently, two important security issues were brought up by Wiz. These issues affect GitHub Actions and the Kubernetes Ingress-NGINX controller. If you are working in DevOps or managing infrastructure, please take these seriously. In this blog, I will explain them in simple language and also tell you how to fix them.&lt;/p&gt;

&lt;h2&gt;
  
  
  GitHub Actions Hijack Issue
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What happened?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;A popular GitHub Action &lt;code&gt;tj-actions/changed-files&lt;/code&gt; was compromised&lt;/li&gt;
&lt;li&gt;Malicious code was pushed and released in a version&lt;/li&gt;
&lt;li&gt;Using &lt;code&gt;@v35&lt;/code&gt; or other tags may fetch compromised code&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What should you do?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Use full commit SHA instead of version tag
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight yaml"&gt;&lt;code&gt;&lt;span class="na"&gt;uses&lt;/span&gt;&lt;span class="pi"&gt;:&lt;/span&gt; &lt;span class="s"&gt;tj-actions/changed-files@9e5e6c7f3d2b84aafc35f45d2e80b2e3a1743b70&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Audit third-party actions&lt;/li&gt;
&lt;li&gt;Prefer verified sources&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Kubernetes Ingress-NGINX Vulnerability (CVE-2025-1974)
&lt;/h2&gt;

&lt;h3&gt;
  
  
  What happened?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Ingress-NGINX controller had a serious vulnerability&lt;/li&gt;
&lt;li&gt;Older versions (1.12.0 or below) allow unauthenticated command execution&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What should you do?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Upgrade to 1.11.5 or 1.12.1 or newer&lt;/li&gt;
&lt;li&gt;Use AWS ALB Ingress Controller if on Amazon EKS&lt;/li&gt;
&lt;li&gt;Ensure &lt;code&gt;ingress-nginx-controller-admission&lt;/code&gt; is not publicly exposed&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Stay updated on security alerts&lt;/li&gt;
&lt;li&gt;Review and secure your GitHub workflows&lt;/li&gt;
&lt;li&gt;Upgrade Ingress controllers on your clusters&lt;/li&gt;
&lt;li&gt;Reach out if you need help&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Lakshmi Phanindra Rudra&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Technical Lead - DevSecOps and Cloud Engineering&lt;/p&gt;

</description>
      <category>devsecops</category>
      <category>awscloud</category>
      <category>cloudsecurity</category>
      <category>githubactions</category>
    </item>
  </channel>
</rss>
