diff options
author | GLSAMaker <glsamaker@gentoo.org> | 2024-11-06 13:45:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-11-06 14:46:04 +0100 |
commit | 014147910c929fd96062a85f21100b2f7c778424 (patch) | |
tree | c2bea1cd22e45a590fcd02f477806c3bcee5dd8f | |
parent | [ GLSA 202411-03 ] Ubiquiti UniFi: Privilege Escalation (diff) | |
download | glsa-014147910c929fd96062a85f21100b2f7c778424.tar.gz glsa-014147910c929fd96062a85f21100b2f7c778424.tar.bz2 glsa-014147910c929fd96062a85f21100b2f7c778424.zip |
[ GLSA 202411-04 ] EditorConfig core C library: arbitrary stack write
Bug: https://bugs.gentoo.org/905308
Signed-off-by: GLSAMaker <glsamaker@gentoo.org>
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
-rw-r--r-- | glsa-202411-04.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202411-04.xml b/glsa-202411-04.xml new file mode 100644 index 00000000..719a3378 --- /dev/null +++ b/glsa-202411-04.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202411-04"> + <title>EditorConfig core C library: arbitrary stack write</title> + <synopsis>A vulnerability has been discovered in EditorConfig Core C library, which may lead to arbitrary code execution.</synopsis> + <product type="ebuild">editorconfig-core-c</product> + <announced>2024-11-06</announced> + <revised count="1">2024-11-06</revised> + <bug>905308</bug> + <access>local and remote</access> + <affected> + <package name="app-text/editorconfig-core-c" auto="yes" arch="*"> + <unaffected range="ge">0.12.6</unaffected> + <vulnerable range="lt">0.12.6</vulnerable> + </package> + </affected> + <background> + <p>EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)</p> + </background> + <description> + <p>A vulnerability has been discovered in EditorConfig Core C library. Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Please review the referenced CVE identifier for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All EditorConfig core C library users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=app-text/editorconfig-core-c-0.12.6" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-0341">CVE-2023-0341</uri> + </references> + <metadata tag="requester" timestamp="2024-11-06T13:45:42.462581Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-11-06T13:45:42.465707Z">graaff</metadata> +</glsa>
\ No newline at end of file |