summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGLSAMaker <glsamaker@gentoo.org>2023-05-03 10:32:55 +0000
committerSam James <sam@gentoo.org>2023-05-03 11:33:45 +0100
commit9481b5e54d9a028a3f651d96ca46efd05ac1b3a6 (patch)
tree5152ac017af3733c958e5a68cfe96cb21bf61639 /glsa-202305-23.xml
parent[ GLSA 202305-22 ] ISC DHCP: Multiple Vulnerabilities (diff)
downloadglsa-9481b5e54d9a028a3f651d96ca46efd05ac1b3a6.tar.gz
glsa-9481b5e54d9a028a3f651d96ca46efd05ac1b3a6.tar.bz2
glsa-9481b5e54d9a028a3f651d96ca46efd05ac1b3a6.zip
[ GLSA 202305-23 ] Lua: Multiple Vulnerabilities
Bug: https://bugs.gentoo.org/520480 Bug: https://bugs.gentoo.org/831053 Bug: https://bugs.gentoo.org/837521 Signed-off-by: GLSAMaker <glsamaker@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'glsa-202305-23.xml')
-rw-r--r--glsa-202305-23.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/glsa-202305-23.xml b/glsa-202305-23.xml
new file mode 100644
index 00000000..6d921e29
--- /dev/null
+++ b/glsa-202305-23.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202305-23">
+ <title>Lua: Multiple Vulnerabilities</title>
+ <synopsis>Multiple vulnerabilities have been discovered in Lua, the worst of which could result in arbitrary code execution.</synopsis>
+ <product type="ebuild">lua</product>
+ <announced>2023-05-03</announced>
+ <revised count="1">2023-05-03</revised>
+ <bug>837521</bug>
+ <bug>831053</bug>
+ <bug>520480</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-lang/lua" auto="yes" arch="*">
+ <unaffected range="ge" slot="5.4">5.4.4-r103</unaffected>
+ <unaffected range="ge" slot="5.2">5.2.3</unaffected>
+ <unaffected range="ge" slot="5.1">5.1.5-r200</unaffected>
+ <vulnerable range="lt" slot="5.4">5.4.4-r103</vulnerable>
+ <vulnerable range="lt" slot="5.2">5.2.3</vulnerable>
+ <vulnerable range="lt" slot="5.1">5.1.5-r200</vulnerable>
+ <vulnerable range="None">None</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.</p>
+ </background>
+ <description>
+ <p>Multiple vulnerabilities have been discovered in Lua. Please review the CVE identifiers referenced below for details.</p>
+ </description>
+ <impact type="normal">
+ <p>Please review the referenced CVE identifiers for details.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All Lua 5.1 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-lang/lua-5.1.5-r200"
+ </code>
+
+ <p>All Lua 5.3 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-lang/lua-5.2.3"
+ </code>
+
+ <p>All Lua 5.4 users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-lang/lua-5.4.4-r103"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-5461">CVE-2014-5461</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-44647">CVE-2021-44647</uri>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2022-28805">CVE-2022-28805</uri>
+ </references>
+ <metadata tag="requester" timestamp="2023-05-03T10:32:55.745234Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2023-05-03T10:32:55.751034Z">sam</metadata>
+</glsa> \ No newline at end of file