Navigating the Waters of Vulnerability CVE-2024-3094 A Comprehensive Guide for Linux and Application Security

CVE-2024-3094, Linux Security, xz-utils, libzlma, Vulnerability, Cybersecurity Alert, Malicious Code Injection, Software Backdoor, OpenSSH Security, Tarball Compromise, Application Security Management (ASPM), Software Bill of Materials (SBOM), Vulnerability Management, Linux Distributions, Fedora Security, Debian Security, SUSE Security, Kali Linux Update, Cyber Threat Intelligence, Secure Coding Practices, Software Supply Chain Security, Cybersecurity Best Practices
CVE-2024-3094, Linux Security, xz-utils, liblzma, Vulnerability, Cybersecurity Alert, Malicious Code Injection, Software Backdoor, OpenSSH Security, Tarball Compromise, Application Security Management (ASPM), Software Bill of Materials (SBOM), Vulnerability Management, Linux Distributions, Fedora Security, Debian Security, SUSE Security, Kali Linux Update, Cyber Threat Intelligence, Secure Coding Practices, Software Supply Chain Security, Cybersecurity Best Practices, EPSS

A recent discovery from Microsoft of an obfuscated and malicious action for a library liblzma and xz package led to Vulnerability CVE-2024-3094, which has sent shockwaves through the security and Linux community, underscoring the critical importance of SBOM, Application security and ASPM. This blog post delves deep into the intricacies of CVE-2024-3094, offering insights and strategies to downgrade the library and determine which Linux distro is affected by such vulnerabilities, with a focus on application security and proactive measures.

Understanding CVE-2024-3094 in the Linux Ecosystem

CVE-2024-3094 isn’t just another vulnerability; it’s a glaring beacon highlighting the ever-present risks in the Linux ecosystem. Discovered within the XZ Utils compression utilities—a cornerstone in most Linux distributions—this vulnerability could potentially allow malicious actors to bypass sshd authentication, gaining unauthorized system access remotely. The implications for Linux application security cannot be overstated, making it imperative for cybersecurity professionals to grasp the mechanics and consequences of CVE-2024-3094.

The Genesis of CVE-2024-3094: A Closer Look

The vulnerability was unearthed by a vigilant PostgreSQL developer, who noticed anomalous behaviour related to liblzma, part of the xz package, on Debian sid installations. This anomaly led to the revelation that specific versions of the xz libraries were embedded with malicious code, making CVE-2024-3094 a critical concern for Linux application security.

The Role of Application Security Management (ASPM) in Mitigating Risks

Application Security Management (ASPM) plays a pivotal role in safeguarding against vulnerabilities like CVE-2024-3094. ASPM encompasses strategies and practices designed to identify, assess, and mitigate security risks throughout the application lifecycle. In the context of CVE-2024-3094, ASPM involves rigorous security auditing, timely patch management, and continuous monitoring to detect and respond to threats promptly.

CVE-2024-3094, Linux Security, xz-utils, liblzma, Vulnerability, Cybersecurity Alert, Malicious Code Injection, Software Backdoor, OpenSSH Security, Tarball Compromise, Application Security Management (ASPM), Software Bill of Materials (SBOM), Vulnerability Management, Linux Distributions, Fedora Security, Debian Security, SUSE Security, Kali Linux Update, Cyber Threat Intelligence, Secure Coding Practices, Software Supply Chain Security, Cybersecurity Best Practices, EPSS

Proactive Measures Against CVE-2024-3094

How to discover/ fix CVE-2024-3094

liblzma, part of the xz package, are the vulnerable point, details below on how to fix and identify the vulnerable version

  • Immediate Patch Application: Ensure that any Linux distribution using the affected xz library versions is updated immediately. Prioritize patches for critical environments.
  • Enhanced Monitoring: Implement advanced monitoring solutions to detect unusual activity that could indicate exploitation attempts of CVE-2024-3094.
  • Security Audits: Conduct comprehensive security audits of Linux environments to identify and remediate potential vulnerabilities ASPM and Phoenix security are an effective way to audit
  • Campaign to upgrade / identify  – ensure tha the base version of linux / container/ ami  are updated 
  • ASPM Best Practices: Leverage ASPM tools and methodologies to strengthen application security postures, minimizing the risk of future vulnerabilities.

Debian Simple detection script: https://github.com/Security-Phoenix-demo/CVE-2024-3094-fix-exploits/blob/main/debian-xz-liblzma.sh

Simple detection script (Linux): https://github.com/Security-Phoenix-demo/CVE-2024-3094-fix-exploits/blob/main/detect_liblza-quick.sh

Other Detection scripts: https://github.com/Security-Phoenix-demo/CVE-2024-3094-fix-exploits/blob/main/find_liblzma.sh

Sample of exploit: https://github.com/Security-Phoenix-demo/CVE-2024-3094_exploit_xzbot

Note this exploit requires editing the key

The exploit repository also contain a honeynet

Run this script to identify if the version you running is vulnerable :

Simple detection script: 


vim findxv.sh

Paste Below Code and save and quit

#! /bin/bash

set -eu

# find path to liblzma used by sshd

path="$(ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*')"

# does it even exist?

if [ "$path" == "" ]

then

echo probably not vulnerable

exit

fi

# check for function signature

if hexdump -ve '1/1 "%.2x"' "$path" | grep -q f30f1efa554889f54c89ce5389fb81e7000000804883ec28488954241848894c2410

then

echo probably vulnerable

else

echo probably not vulnerable

fi

chmod +x findxv.sh

./findxv.sh

Optional Cleanup: rm findxv.sh

The shell script is taken from here: here at the bottom.

(reference from https://www.latio.tech/posts/CVE-2024-3094

Which Linux version are affected by CVE-2024-3094?

For those looking to delve deeper into their vulnerability status or seeking a more beginner-friendly guide on the matter, check out this summary article: Understanding Your Vulnerability Status.

Also, for a community-driven perspective, don’t miss the discussions over on HackerNews: HackerNews Comments.

CVE-2024-3094, Linux Security, xz-utils, liblzma, Vulnerability, Cybersecurity Alert, Malicious Code Injection, Software Backdoor, OpenSSH Security, Tarball Compromise, Application Security Management (ASPM), Software Bill of Materials (SBOM), Vulnerability Management, Linux Distributions, Fedora Security, Debian Security, SUSE Security, Kali Linux Update, Cyber Threat Intelligence, Secure Coding Practices, Software Supply Chain Security, Cybersecurity Best Practices, EPSS

Comprehensive Update on Linux Distributions Affected by CVE-2024-3094

the latest update on the affected version

DistroNotesPackageAffected versionsFixed versions
RedHat
(🟢 Not impacted)
Red Hat Enterprise Linux (RHEL) is not affected, but Fedora 41 and Fedora Rawhide are affected.xzFedora 41 and Fedora RawhideRedHat has advised users to immediately stop any instances of Fedora 41 or Fedora Rawhide.
Debian
(🟢 Not affected)
No Debian stable versions are known to be affected, but non-stable branches are affected.xz-utilsFrom 5.5.1alpha-0.1 up to and including 5.6.1-15.6.1+really5.4.5-1
Kali Linux
Rolled back
(🟡 Not all affected)
openSUSE maintainers rolled back the version of xz on Tumbleweed on March 28th and released a new Tumbleweed snapshot (20240328 or later) that was built from a safe backup.xz-utils5.6.0-0.2Upgrade to the latest version
OpenSUSE
(🟡 Some version)
The following release artefacts contain the compromised package: (1) Installation medium 2024.03.01, (2) Virtual machine images 20240301.218094 and 20240315.221711, (3) Container images created between and including 2024-02-24 and 2024-03-28xz5.6.0 5.6.15.6.1.revertto5.4
Alpine
(🟡 Some version)
xz5.6.0 5.6.0-r0 5.6.0-r1 5.6.1 5.6.1-r0 5.6.1-r15.6.0-r2 5.6.1-r2
Arch
(🟡 Some version)
The following release artifacts contain the compromised package: (1) Installation medium 2024.03.01, (2) Virtual machine images 20240301.218094 and 20240315.221711, (3) Container images created between and including 2024-02-24 and 2024-03-28xz5.6.0-15.6.1-2
Gentoo
(🟡 Downgrade)
Gentoo recommends downgrading to an older version.xz-utils>= 5.6.0< 5.6.0
FreeBSD
(🟢 Not impacted)
Not affected.
Amazon Linux
(🟢 Not impacted)
Not affected.
🟡 IOS/ MAC – HomebrewAffected – upgrading the version will downgrade to a safe versionxz>= 5.6.0< 5.6.0
Affected Versions

Additional Distributions’ Status Based on Recent Updates:

libzma CVE-2024-3094, Linux Security, xz-utils, loiblzma, phoenix security, epss

For users seeking a more beginner-friendly explanation or checking their vulnerability status, refer to this summary article: Understanding Your Vulnerability Status.

Community discussions, such as those on HackerNews, offer additional insights: HackerNews Comments.

Get in control of your Application Security posture and Vulnerability management

Understanding the Scope and Defense Against CVE-2024-3094

The discovery of CVE-2024-3094 has prompted in-depth analyses across the cybersecurity industry, revealing specific prerequisites for a system to be susceptible to this sophisticated attack.

Note that this vulnerability is not the first instance of malicious attackers targeting open source vulnerabilities check the related blog on previous ivanti vulnerability

Prerequisites for CVE-2024-3094 Vulnerability

  • Recent Version of liblzma (5.6.0+): The attack targets recent versions of liblzma. A safer version 5.4.6 vs the compromised versions (5.6.0 and 5.6.1) from their distribution.
  • Build Environment Specificity: The malware specifically targets liblzma built on Debian/RPM based x86_64 distributions. 
  • OpenSSH Linking to liblzma: A crucial component of the attack involves OpenSSH configurations that link to liblzma. 

Looking Ahead: Vigilance and Community Responsibility

The insertion of malicious code into the xz project by a core contributor, among numerous other changes, indicates a long-term strategy by the attacker. This incident is expected to cast a spotlight on the xz project, potentially leading to further discoveries. Chainguard pledges to remain at the forefront of monitoring developments and safeguarding their users against emerging threats.

Deeper analysis CVE-2024-3094

https://www.openwall.com/lists/oss-security/2024/03/29/4

The CVE-2024-3094 vulnerability involves a sophisticated backdoor mechanism targeting the xz-utils, specifically versions 5.6.0 and 5.6.1. This backdoor is not present in the source code found in the Git repository but is introduced in the distributed tarballs, complicating detection and understanding.

Compromised Release Tarball

The malicious script is injected into the build process through a line in the build-to-host.m4 file, which is not found in the upstream source but only in the tarballs for versions 5.6.0 and 5.6.1. This script, executed at the end of the configure process, is heavily obfuscated and utilizes data from “test” .xz files present in the repository.

It modifies the Makefile for liblzma within the build directory to execute another obfuscated script, cleverly disguised to avoid immediate detection. This secondary script, when de-obfuscated, reveals complex commands intended to execute malicious actions on the system.

Compromised Repository

The bulk of the exploit code resides in obfuscated files within the repository, specifically bad-3-corrupt_lzma2.xz and good-large_compressed.lzma, which were added to the repository via a commit. These files, when combined with the modifications made by the initial malicious script, activate the backdoor.

Emphasizing the Role of SBOM in Tackling CVE-2024-3094

In light of vulnerabilities such as CVE-2024-3094, the importance of a Software Bill of Materials (SBOM) in Linux and application security cannot be overstated. An SBOM provides a comprehensive inventory of all components, libraries, and software packages used within an application or system. This detailed enumeration is crucial for identifying potential vulnerabilities, managing risks, and ensuring compliance with security standards.

The Need for Precise Version Declaration in Every Distribution

One of the critical lessons underscored by the CVE-2024-3094 vulnerability is the need for explicit version declaration in every software distribution. Vulnerabilities often affect specific versions of software components; hence, knowing the exact versions included in any distribution is imperative for rapid vulnerability assessment and response.

Implementing SBOM for Enhanced Security Posture
  • Improved Vulnerability Management: With a detailed SBOM, organizations can quickly determine if they are affected by CVE-2024-3094 or similar vulnerabilities, facilitating swift mitigation actions such as patching or configuration changes.
  • Compliance and Risk Assessment: An SBOM helps organizations comply with regulatory requirements and conduct thorough risk assessments by providing visibility into the software supply chain.
  • Enhanced Transparency and Trust: By maintaining an up-to-date SBOM, developers and users alike can gain a better understanding of the software’s composition, enhancing trust and transparency within the open-source community.

Get in control of your Application Security posture and Vulnerability management

Conclusion: CVE-2024-3094 as a Call to Action

The vulnerability in liblzma, part of the xz package, CVE-2024-3094 serves as a warning of the continuous battle to maintain secure Linux environments. It emphasizes the importance of application security management (ASPM) in identifying, preventing, and responding to vulnerabilities. As cybersecurity professionals, our response to such threats through diligent application security practices will define the resilience of our digital landscapes.

In the quest for a secure digital world, vigilance is our greatest ally. Let CVE-2024-3094 be a reminder that in the domain of cybersecurity, complacency is the enemy, and proactive application security is our shield.

The Path Forward with SBOM

The creation, maintenance, and sharing of SBOMs should be regarded as a best practice within the Linux and application security communities. Tools and standards like SPDX (Software Package Data Exchange) and CycloneDX are becoming increasingly popular for generating and managing SBOMs, offering a pathway to more secure software development and deployment practices.

Collaboration and Reporting: Strengthening the Linux and Application Security Community

The discovery and response to CVE-2024-3094 highlight the strength of collaboration within the cybersecurity community and the software supply chain, strengthening the collaboration between vendors and organizations. 

How Phoenix Security Can Help identify and fix liblzma, part of the xz package, CVE-2024-3094

attack graph phoenix security
ASPM

Phoenix Security helps organizations identify and trace which systems have vulnerabilities, understanding the relation between code and cloud. One of the significant challenges in securing applications is knowing where and how library like liblzma are used.

CVE-2024-3094, Linux Security, xz-utils, liblzma,

ASPM tools can scan the application portfolio to identify instances of vulnerable Linux and which version is exploitable, mapping out where it is deployed across the organization. This information is crucial for targeted security measures and efficient patch management. Phoenix Security’s robust Application Security Posture Management (ASPM) system is adept at not just managing, but preempting the exploitation of vulnerabilities through its automated identification system. This system prioritises critical vulnerabilities, ensuring that teams can address the most pressing threats first, optimising resource allocation and remediation efforts.

liblzma and xz package campaign example: Phoenix allows to address the CVE-2024-3094 liblzma as a campaign

CVE-2024-3094,  jira

The Role of Application Security Posture Management (ASPM):

phoenix security CVE-2024-3094, Linux Security, xz-utils, liblzma,

ASPM plays a vital role in managing and securing applications like those built liblzma. It involves continuous assessment, monitoring, and improvement of the security posture of applications. ASPM tools can:

  1. Identify and Track Vulnerable Versions/ Components: Locate where liblzma is implemented within the Linux/container infrastructure.
  2. Vulnerability Management: Detect known vulnerabilities in libza and prioritize them for remediation.
  3. Configuration Monitoring: Ensure libza configurations adhere to best security practices.
  4. Compliance: Check if the usage of libza aligns with relevant cybersecurity regulations and standards.
  5. Raise Exceptions where specific versions are not affected
phoenix security CVE-2024-3094, Linux Security, xz-utils, liblzma,

By leveraging Phoenix Security, you not only unravel the potential threats but also take a significant stride in vulnerability management, ensuring your application security remains up to date and focuses on the key vulnerabilities.

Get in control of your Application Security posture and Vulnerability management

Francesco is an internationally renowned public speaker, with multiple interviews in high-profile publications (eg. Forbes), and an author of numerous books and articles, who utilises his platform to evangelize the importance of Cloud security and cutting-edge technologies on a global scale.

Discuss this blog with our community on Slack

Join our AppSec Phoenix community on Slack to discuss this blog and other news with our professional security team

From our Blog

Learn how to predict ransomware risks and vulnerability exploitation using a threat-centric approach. Explore data-driven insights, verified exploit trends, and methods for assessing the likelihood of attacks with key references to CISA KEV, EPSS, and Phoenix Security’s 4D Risk Formula.
Francesco Cipollone
Remote Code Execution flaws continue to undermine Kubernetes ingress integrity. IngressNightmare (CVE-2025-1097, CVE-2025-1098, CVE-2025-24514, CVE-2025-1974) showcases severe threat vectors in NGINX-based proxies, leading to cluster-wide exposure. ASPM, robust remediation tactics, and strong application security solutions—like Phoenix Security—mitigate these vulnerabilities before ransomware groups exploit them.
Francesco Cipollone
Remote Code Execution flaws continue to undermine Kubernetes ingress integrity. IngressNightmare (CVE-2025-1097, CVE-2025-1098, CVE-2025-24514, CVE-2025-1974) showcases severe threat vectors in NGINX-based proxies, leading to cluster-wide exposure. ASPM, robust remediation tactics, and strong application security solutions—like Phoenix Security—mitigate these vulnerabilities before ransomware groups exploit them.
Francesco Cipollone
The recent Google acquisition of Wiz for $32 billion has sent shockwaves through the cybersecurity industry, particularly in the realm of Application Security Posture Management (ASPM). This monumental deal highlights the critical importance of cloud security and the growing demand for robust ASPM solutions. While the acquisition promises potential benefits for Google Cloud users, it also raises concerns about vendor lock-in and the future of cloud-agnostic security. Explore the implications of this acquisition and discover how neutral ASPM solutions like Phoenix Security can bridge the gap in multi-cloud environments, ensuring continuous, collaborative, and comprehensive security from code to cloud.” – Find Assets/Vulns by Scanner – Detailed findings Location information Risk-based Posture Management – Risk and Risk Magnitude for Assets – Filter assets and vulnerabilities by source scanner Integrations – BurpSuite XML Import – Assessment Import API Other Improvements – Improved multi-selection in filters – New CVSS Score column in Vulnerabilities
Alfonso Eusebio
The team at Phoenix Security pleased to bring you another set of new application security (ASPM) features and improvements for vulnerability management across application and cloud security engines. This release builds on top of previous releases with key additions and progress across multiple areas of the platform. Application Security Posture Management (ASPM) Enhancements • New Weighted Asset Risk Formula – Refined risk aggregation for tailored vulnerability management. • Auto-Approval of Risk Exceptions – Accelerate mitigation by automating security approvals. • Enhanced Risk Explorer & Business Unit Insights – Monitor and analyze risk exposure by business units for better prioritization. Vulnerability & Asset Management • Link Findings to Existing Tickets – Seamless GitHub, ServiceNow, and Azure DevOps integration. • Multi-Finding Ticketing for ADO – Group multiple vulnerabilities in a single ticket for better workflow management. • Filter by Business Unit, CWE, Ownership, and Deployment Environment – Target vulnerabilities with precision using advanced filtering. Cyber Threat Intelligence & Security Enhancements • Cyber Threat Intelligence Premium – Access 128,000+ exploits for better exploitability and fixability metrics. • SBOM, Container SBOM & Open Source Artifact Analysis – Conduct deep security analysis with reachability insights. • Enhanced Lacework Container Management – Fetch and analyze running container details for better security reporting. • REST API Enhancements – Use asset tags for automated deployments and streamline security processes. Other Key Updates • CVE & CWE Columns Added – Compare vulnerabilities more effectively. • Custom Status Management for Findings – Personalize security workflows with custom status configurations. • Impact & Risk Explorer Side Panel – Gain heatmap-based insights into vulnerability distribution and team risk impact. 🚀 Stay ahead of vulnerabilities, optimize risk assessment, and enhance security efficiency with Phoenix Security’s latest features! 🚀
Alfonso Eusebio
Discover CVE-2025-30066 tj-actions/changed-files GitHub Action has been compromised, exposing secrets in CI/CD pipelines and posing a major software supply chain security risk. Attackers injected malicious code into all versions (V1–V45), repointing existing tags to a compromised commit that exfiltrated credentials via GitHub Actions logs. Immediate remediation is required—organizations must scan their repositories, rotate secrets, and replace the action to mitigate risk. Learn how Phoenix Security’s ASPM can automate threat detection and enhance GitHub Actions security.
Francesco Cipollone
Derek

Derek Fisher

Head of product security at a global fintech

Derek Fisher – Head of product security at a global fintech. Speaker, instructor, and author in application security.

Derek is an award winning author of a children’s book series in cybersecurity as well as the author of “The Application Security Handbook.” He is a university instructor at Temple University where he teaches software development security to undergraduate and graduate students. He is a speaker on topics in the cybersecurity space and has led teams, large and small, at organizations in the healthcare and financial industries. He has built and matured information security teams as well as implemented organizational information security strategies to reduce the organizations risk.

Derek got his start in the hardware engineering space where he learned about designing circuits and building assemblies for commercial and military applications. He later pursued a computer science degree in order to advance a career in software development. This is where Derek was introduced to cybersecurity and soon caught the bug. He found a mentor to help him grow in cybersecurity and then pursued a graduate degree in the subject.

Since then Derek has worked in the product security space as an architect and leader. He has led teams to deliver more secure software in organizations from multiple industries. His focus has been to raise the security awareness of the engineering organization while maintaining a practice of secure code development, delivery, and operations.

In his role, Jeevan handles a range of tasks, from architecting security solutions to collaborating with Engineering Leadership to address security vulnerabilities at scale and embed security into the fabric of the organization.

Jeevan Singh

Jeevan Singh

Founder of Manicode Security

Jeevan Singh is the Director of Security Engineering at Rippling, with a background spanning various Engineering and Security leadership roles over the course of his career. He’s dedicated to the integration of security practices into software development, working to create a security-aware culture within organizations and imparting security best practices to the team.
In his role, Jeevan handles a range of tasks, from architecting security solutions to collaborating with Engineering Leadership to address security vulnerabilities at scale and embed security into the fabric of the organization.

James

James Berthoty

Founder of Latio Tech

James Berthoty has over ten years of experience across product and security domains. He founded Latio Tech to help companies find the right security tools for their needs without vendor bias.

christophe

Christophe Parisel

Senior Cloud Security Architect

Senior Cloud Security Architect

Chris

Chris Romeo

Co-Founder
Security Journey

Chris Romeo is a leading voice and thinker in application security, threat modeling, and security champions and the CEO of Devici and General Partner at Kerr Ventures. Chris hosts the award-winning “Application Security Podcast,” “The Security Table,” and “The Threat Modeling Podcast” and is a highly rated industry speaker and trainer, featured at the RSA Conference, the AppSec Village @ DefCon, OWASP Global AppSec, ISC2 Security Congress, InfoSec World and All Day DevOps. Chris founded Security Journey, a security education company, leading to an exit in 2022. Chris was the Chief Security Advocate at Cisco, spreading security knowledge through education and champion programs. Chris has twenty-six years of security experience, holding positions across the gamut, including application security, security engineering, incident response, and various Executive roles. Chris holds the CISSP and CSSLP certifications.

jim

Jim Manico

Founder of Manicode Security

Jim Manico is the founder of Manicode Security, where he trains software developers on secure coding and security engineering. Jim is also the founder of Brakeman Security, Inc. and an investor/advisor for Signal Sciences. He is the author of Iron-Clad Java: Building Secure Web Applications (McGraw-Hill), a frequent speaker on secure software practices, and a member of the JavaOne Rockstar speaker community. Jim is also a volunteer for and former board member of the OWASP foundation.

Join our Mailing list!

Get all the latest news, exclusive deals, and feature updates.

The IKIGAI concept
x  Powerful Protection for WordPress, from Shield Security
This Site Is Protected By
ShieldPRO