diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-09-28 07:06:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-09-28 09:06:35 +0200 |
commit | 3baf7bbb7103e0fdd9d5d5ee0275b92c6d04fdb4 (patch) | |
tree | 78f2b1d43be43f1dc9db980b6bbc3e534b590621 | |
parent | [ GLSA 202409-26 ] IcedTea: Multiple Vulnerabilities (diff) | |
download | glsa-3baf7bbb7103e0fdd9d5d5ee0275b92c6d04fdb4.tar.gz glsa-3baf7bbb7103e0fdd9d5d5ee0275b92c6d04fdb4.tar.bz2 glsa-3baf7bbb7103e0fdd9d5d5ee0275b92c6d04fdb4.zip |
[ GLSA 202409-27 ] tmux: Null Pointer Dereference
Bug: https://bugs.gentoo.org/891783
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202409-27.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202409-27.xml b/glsa-202409-27.xml new file mode 100644 index 00000000..829708a7 --- /dev/null +++ b/glsa-202409-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="202409-27"> + <title>tmux: Null Pointer Dereference</title> + <synopsis>A vulnerability has been found in tmux which could result in application crash.</synopsis> + <product type="ebuild">tmux</product> + <announced>2024-09-28</announced> + <revised count="1">2024-09-28</revised> + <bug>891783</bug> + <access>remote</access> + <affected> + <package name="app-misc/tmux" auto="yes" arch="*"> + <unaffected range="ge">3.4</unaffected> + <vulnerable range="lt">3.4</vulnerable> + </package> + </affected> + <background> + <p>tmux is a terminal multiplexer.</p> + </background> + <description> + <p>A null pointer dereference issue was discovered in function window_pane_set_event in window.c in which allows attackers to cause denial of service or other unspecified impacts.</p> + </description> + <impact type="normal"> + <p>Manipulating tmux window state could result in a null pointer dereference.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All tmux users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-misc/tmux-3.4" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-47016">CVE-2022-47016</uri> + </references> + <metadata tag="requester" timestamp="2024-09-28T07:06:23.951339Z">ajak</metadata> + <metadata tag="submitter" timestamp="2024-09-28T07:06:23.955977Z">graaff</metadata> +</glsa>
\ No newline at end of file |