diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-11 14:41:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-11 16:41:19 +0200 |
commit | 381bbaa4bcd407a37bfc03f2c0ef9303acc6e22b (patch) | |
tree | 857a407bfa9436b5cd91a1aa5c7a0c77c4944fb3 | |
parent | [ GLSA 202408-26 ] matio: Multiple Vulnerabilities (diff) | |
download | glsa-381bbaa4bcd407a37bfc03f2c0ef9303acc6e22b.tar.gz glsa-381bbaa4bcd407a37bfc03f2c0ef9303acc6e22b.tar.bz2 glsa-381bbaa4bcd407a37bfc03f2c0ef9303acc6e22b.zip |
[ GLSA 202408-27 ] AFLplusplus: Arbitrary Code Execution
Bug: https://bugs.gentoo.org/897924
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-27.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202408-27.xml b/glsa-202408-27.xml new file mode 100644 index 00000000..4274de78 --- /dev/null +++ b/glsa-202408-27.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202408-27"> + <title>AFLplusplus: Arbitrary Code Execution</title> + <synopsis>A vulnerability has been discovered in AFLplusplus, which can lead to arbitrary code execution via an untrusted CWD.</synopsis> + <product type="ebuild">aflplusplus</product> + <announced>2024-08-11</announced> + <revised count="1">2024-08-11</revised> + <bug>897924</bug> + <access>local</access> + <affected> + <package name="app-forensics/aflplusplus" auto="yes" arch="*"> + <unaffected range="ge">4.06c</unaffected> + <vulnerable range="lt">4.06c</vulnerable> + </package> + </affected> + <background> + <p>The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!</p> + </background> + <description> + <p>In AFL++ 4.05c, the CmpLog component uses the current working directory to resolve and execute unprefixed fuzzing targets, allowing code execution.</p> + </description> + <impact type="normal"> + <p>In AFL++ 4.05c, the CmpLog component uses the current working directory to resolve and execute unprefixed fuzzing targets, allowing code execution.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All AFLplusplus users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-forensics/aflplusplus-4.06c" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-26266">CVE-2023-26266</uri> + </references> + <metadata tag="requester" timestamp="2024-08-11T14:41:12.220665Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-11T14:41:12.227036Z">graaff</metadata> +</glsa>
\ No newline at end of file |