diff options
Diffstat (limited to 'glsa-202409-05.xml')
-rw-r--r-- | glsa-202409-05.xml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/glsa-202409-05.xml b/glsa-202409-05.xml new file mode 100644 index 00000000..866c0e21 --- /dev/null +++ b/glsa-202409-05.xml @@ -0,0 +1,42 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="202409-05"> + <title>PJSIP: Heap Buffer Overflow</title> + <synopsis>A vulnerability has been discovered in PJSIP, which could lead to arbitrary code execution.</synopsis> + <product type="ebuild">pjproject</product> + <announced>2024-09-22</announced> + <revised count="1">2024-09-22</revised> + <bug>917463</bug> + <access>local and remote</access> + <affected> + <package name="net-libs/pjproject" auto="yes" arch="*"> + <unaffected range="ge">2.13.1</unaffected> + <vulnerable range="lt">2.13.1</vulnerable> + </package> + </affected> + <background> + <p>PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE.</p> + </background> + <description> + <p>Please review the CVE identifier referenced below for details.</p> + </description> + <impact type="normal"> + <p>Please review the CVE identifier referenced below for details.</p> + </impact> + <workaround> + <p>There is no known workaround at this time.</p> + </workaround> + <resolution> + <p>All PJSIP users should upgrade to the latest version:</p> + + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=net-libs/pjproject-2.13.1" + </code> + </resolution> + <references> + <uri link="https://nvd.nist.gov/vuln/detail/CVE-2023-27585">CVE-2023-27585</uri> + </references> + <metadata tag="requester" timestamp="2024-09-22T06:00:28.996175Z">graaff</metadata> + <metadata tag="submitter" timestamp="2024-09-22T06:00:28.999302Z">graaff</metadata> +</glsa>
\ No newline at end of file |