diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-08-07 11:00:32 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-08-07 13:00:43 +0200 |
commit | e64fb777fe21714192a4f70814906be33d867172 (patch) | |
tree | ffdc43c932c74e992c1d22faf590596a78464389 | |
parent | [ GLSA 202408-07 ] Go: Multiple Vulnerabilities (diff) | |
download | glsa-e64fb777fe21714192a4f70814906be33d867172.tar.gz glsa-e64fb777fe21714192a4f70814906be33d867172.tar.bz2 glsa-e64fb777fe21714192a4f70814906be33d867172.zip |
[ GLSA 202408-08 ] json-c: Buffer Overflow
Bug: https://bugs.gentoo.org/918555
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202408-08.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202408-08.xml b/glsa-202408-08.xml new file mode 100644 index 00000000..cf494b23 --- /dev/null +++ b/glsa-202408-08.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-08"> + <title>json-c: Buffer Overflow</title> + <synopsis>A vulnerability has been discovered in json-c, which can lead to a stack buffer overflow.</synopsis> + <product type="ebuild">json-c</product> + <announced>2024-08-07</announced> + <revised count="1">2024-08-07</revised> + <bug>918555</bug> + <access>remote</access> + <affected> + <package name="dev-libs/json-c" auto="yes" arch="*"> + <unaffected range="ge">0.16</unaffected> + <vulnerable range="lt">0.16</vulnerable> + </package> + </affected> + <background> + <p>json-c is a JSON implementation in C.</p> + </background> + <description> + <p>Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>A stack-buffer-overflow exists in the auxiliary sample program json_parse which is located in the function parseit.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All json-c users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=dev-libs/json-c-0.16" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2021-32292">CVE-2021-32292</uri> + </references> + <metadata tag="requester" timestamp="2024-08-07T11:00:32.063764Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-08-07T11:00:32.067004Z">graaff</metadata> +</glsa>
\ No newline at end of file |