diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2022-11-10 16:33:11 +0000 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-11-10 10:36:02 -0600 |
commit | d2caa7d73160aa5b9c9cda07665068a8b25fa730 (patch) | |
tree | 014d4032cfa647858ec979e50664efb3a21199b3 /glsa-202211-02.xml | |
parent | [ GLSA 202211-01 ] OpenSSL: Multiple Vulnerabilities (diff) | |
download | glsa-d2caa7d73160aa5b9c9cda07665068a8b25fa730.tar.gz glsa-d2caa7d73160aa5b9c9cda07665068a8b25fa730.tar.bz2 glsa-d2caa7d73160aa5b9c9cda07665068a8b25fa730.zip |
[ GLSA 202211-02 ] lesspipe: Arbitrary Code Exeecution
Bug: https://bugs.gentoo.org/865631
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'glsa-202211-02.xml')
-rw-r--r-- | glsa-202211-02.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202211-02.xml b/glsa-202211-02.xml new file mode 100644 index 00000000..982dbfe3 --- /dev/null +++ b/glsa-202211-02.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202211-02"> + <title>lesspipe: Arbitrary Code Exeecution</title> + <synopsis>A vulnerability has been found in lesspipe which could result in arbitrary code execution.</synopsis> + <product type="ebuild">lesspipe</product> + <announced>2022-11-10</announced> + <revised count="1">2022-11-10</revised> + <bug>865631</bug> + <access>remote</access> + <affected> + <package name="app-text/lesspipe" auto="yes" arch="*"> + <unaffected range="ge">2.06</unaffected> + <vulnerable range="lt">2.06</vulnerable> + </package> + </affected> + <background> + <p>lesspipe is a preprocessor for less.</p> + </background> + <description> + <p>lesspipe has support for parsing Perl storable ("PST") files,</p> + </description> + <impact type="normal"> + <p>A crafted Perl storable file which is passed into lesspipe could result in arbitrary code execution.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All lesspipe users should update to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/lesspipe-2.06" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-44542">CVE-2022-44542</uri> + </references> + <metadata tag="requester" timestamp="2022-11-10T16:33:11.165769Z">ajak</metadata> + <metadata tag="submitter" timestamp="2022-11-10T16:33:11.170829Z">ajak</metadata> +</glsa>
\ No newline at end of file |