Giter Club home page Giter Club logo

cve-2024-3094-info's Introduction

CVE-2024-3094-info

Information for CVE-2024-3094

Red Hat today issued an "urgent security alert" for Fedora 41 and Fedora Rawhide users over XZ. Yes, the XZ tools and libraries for this compression format. Some malicious code was added to XZ 5.6.0/5.6.1 that could allow unauthorized remote system access.

Red Hat cites CVE-2024-3094 for this XZ security vulnerability due to malicious code making it into the codebase. I haven't seen CVE-2024-3094 made public yet but the Red Hat security alert sums it up as: "The malicious injection present in the xz versions 5.6.0 and 5.6.1 libraries is obfuscated and only included in full in the download package - the Git distribution lacks the M4 macro that triggers the build of the malicious code. The second-stage artifacts are present in the Git repository for the injection during the build time, in case the malicious M4 macro is present.

The resulting malicious build interferes with authentication in sshd via systemd. SSH is a commonly used protocol for connecting remotely to systems, and sshd is the service that allows access. Under the right circumstances this interference could potentially enable a malicious actor to break sshd authentication and gain unauthorized access to the entire system remotely."

Backdoor reverse analysis

Social Engineering Attempts to Include Backdoor in Distros

Github Repo (now disabled)

Statements from Distributions

misc

cve-2024-3094-info's People

Contributors

byinarie avatar

Stargazers

 avatar MuMu avatar Inpyo Lee avatar Daniele La Prova avatar TD Sbs avatar Ger Hobbelt avatar Oliver Drechsler avatar  avatar  avatar Omar Eldanasoury avatar  avatar Bastian Buck avatar dabblerL avatar ds_zct avatar  avatar  avatar William Nguyen avatar Chris Kuethe avatar Ricardo Maia avatar  avatar  avatar  avatar Hyun Yi avatar  avatar xiaoxiaoranxxx avatar  avatar Hossam Mostafa avatar  avatar shaochuyu avatar Altynbek Isabekov avatar ひるき avatar Thinh Nguyen avatar xtruthx avatar  avatar n0099 avatar  avatar Kam Khan Sang avatar Babatunde Imoleayo Emmanuel avatar Gustavo Cardoso avatar Kamran Saifullah avatar Mob avatar  avatar Gleysson Reis  avatar XiaoWangSec avatar Preston Zen avatar  avatar warobot9527 avatar Jason F. avatar R avatar Kevin Dienst avatar Sunny avatar

Watchers

Neustradamus avatar  avatar  avatar

cve-2024-3094-info's Issues

Do not execute 'xz'

xz_version=$(xz --version | head -n1 | awk '{print $4}')

It's not wise to make a call to 'xz' here, even though you think you ruled out it being "safe" up above. Use your distribution's package manager to find out the installed version.

checking script not work

Hi, I want to test the checking script effected. I downloaded the backdoor version in centos8, then ran "./autogen.sh", "./configure", "make", "make install" by step, and I found "liblzma.so.5.6.0" in /usr/local/lib/. And I executed <hexdump -ve '1/1 "%.2x"' /usr/local/lib/liblzma.so.5.6.0 | grep f30f1efa554889f54c89ce5389fb81e7000000804883ec28488954241848894c2410>. But it not work, I cannot find this function signature in so file. What's Problem? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.