2024-03-30 14:33:34 +00:00
id : CVE-2024-3094
info :
name : XZ - Embedded Malicious Code
author : pdteam
severity : critical
description : |
Malicious code was discovered in the upstream tarballs of xz, starting with version 5.6.0. Through a series of complex obfuscations, the liblzma build process extracts a prebuilt object file from a disguised test file existing in the source code, which is then used to modify specific functions in the liblzma code. This results in a modified liblzma library that can be used by any software linked against this library, intercepting and modifying the data interaction with this library.
reference :
- https://www.openwall.com/lists/oss-security/2024/03/29/4
- https://access.redhat.com/security/cve/CVE-2024-3094
- https://arstechnica.com/security/2024/03/backdoor-found-in-widely-used-linux-utility-breaks-encrypted-ssh-connections/
- https://aws.amazon.com/security/security-bulletins/AWS-2024-002/
- https://bugzilla.redhat.com/show_bug.cgi?id=2272210
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score : 10
cve-id : CVE-2024-3094
cwe-id : CWE-506
2024-04-10 06:33:46 +00:00
epss-score : 0.00079
epss-percentile : 0.32887
cpe : cpe:2.3:a:tukaani:xz:5.6.0:*:*:*:*:*:*:*
metadata :
verified : true
vendor : tukaani
product : xz
2024-06-07 10:04:29 +00:00
tags : cve,cve2024,local,code,xz,backdoor,tukaani
2024-03-30 14:33:34 +00:00
self-contained : true
code :
- engine :
- sh
- bash
source : |
# find path to liblzma used by sshd
path="$(ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*')"
2024-03-30 14:43:43 +00:00
2024-03-30 14:33:34 +00:00
# does it even exist?
if [ "$path" == "" ]
then
echo probably not vulnerable
exit
fi
2024-03-30 14:43:43 +00:00
2024-03-30 14:33:34 +00:00
# check for function signature
if hexdump -ve '1/1 "%.2x"' "$path" | grep -q f30f1efa554889f54c89ce5389fb81e7000000804883ec28488954241848894c2410
then
echo probably vulnerable
else
echo probably not vulnerable
fi
2024-03-30 14:48:00 +00:00
matchers :
- type : word
words :
- "probably vulnerable"
2024-03-30 14:33:34 +00:00
extractors :
- type : dsl
dsl :
2024-04-10 06:33:46 +00:00
- response
2024-06-08 16:02:17 +00:00
# digest: 4a0a00473045022100ff27fd00a95152d34d7bfd96983b912ed0539184f94ee57f0fc4446451a0536402203929b77426326e3cb6baa2e5afcf3bdf3cf73bd93195f7ed2432dede184b3ff6:922c64590222798bb761d5b6d8e72950