summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-202401-23.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-16 17:29:23 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-16 17:29:23 +0000
commitc1fba876b88db3fefeead96efa966559036e656b (patch)
tree15ca12538bdba6298b7393592b713e3c5c896bef /metadata/glsa/glsa-202401-23.xml
parentaafe376c08b0a844bae25813092c119b165798da (diff)
gentoo auto-resync : 16:01:2024 - 17:29:23
Diffstat (limited to 'metadata/glsa/glsa-202401-23.xml')
-rw-r--r--metadata/glsa/glsa-202401-23.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-202401-23.xml b/metadata/glsa/glsa-202401-23.xml
new file mode 100644
index 000000000000..240a1ffe3225
--- /dev/null
+++ b/metadata/glsa/glsa-202401-23.xml
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="202401-23">
+ <title>libuv: Buffer Overread</title>
+ <synopsis>A buffer overread vulnerability has been found in libuv.</synopsis>
+ <product type="ebuild">libuv</product>
+ <announced>2024-01-16</announced>
+ <revised count="1">2024-01-16</revised>
+ <bug>800986</bug>
+ <access>remote</access>
+ <affected>
+ <package name="dev-libs/libuv" auto="yes" arch="*">
+ <unaffected range="ge">1.41.1</unaffected>
+ <vulnerable range="lt">1.41.1</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>libuv is a multi-platform support library with a focus on asynchronous I/O.</p>
+ </background>
+ <description>
+ <p>libuv fails to ensure that a pointer lies within the bounds of a defined buffer in the uv__idna_toascii() function before reading and manipulating the memory at that address.</p>
+ </description>
+ <impact type="low">
+ <p>The overread can result in information disclosure or application crash.</p>
+ </impact>
+ <workaround>
+ <p>There is no known workaround at this time.</p>
+ </workaround>
+ <resolution>
+ <p>All libuv users should upgrade to the latest version:</p>
+
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-libs/libuv-1.41.1"
+ </code>
+ </resolution>
+ <references>
+ <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-22918">CVE-2021-22918</uri>
+ </references>
+ <metadata tag="requester" timestamp="2024-01-16T12:19:14.656272Z">ajak</metadata>
+ <metadata tag="submitter" timestamp="2024-01-16T12:19:14.662177Z">graaff</metadata>
+</glsa> \ No newline at end of file