blob: 866c0e2164c8d40ffc8d27992a2426e6e124b2fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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>
|