aboutsummaryrefslogtreecommitdiff
path: root/security/vuxml/vuln-2021.xml
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2021-07-23 23:13:37 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2021-07-23 23:14:14 +0000
commit651d4068e09a5a714a338e96271fa5c8e95f73b2 (patch)
tree2e3ea38e1f48721953863f413891f3f9a6a88a8d /security/vuxml/vuln-2021.xml
parentd831dbe842b58cb7d88a21738ab10fc788d43835 (diff)
downloadports-651d4068e09a5a714a338e96271fa5c8e95f73b2.tar.gz
ports-651d4068e09a5a714a338e96271fa5c8e95f73b2.zip
security/vuxml: Document new pjsip vulnerability
Diffstat (limited to 'security/vuxml/vuln-2021.xml')
-rw-r--r--security/vuxml/vuln-2021.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index b30aa2c107fd..f8bb8cf5a2b4 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -1,3 +1,33 @@
+ <vuln vid="92ad12b8-ec09-11eb-aef1-0897988a1c07">
+ <topic>pjsip -- Race condition in SSL socket server</topic>
+ <affects>
+ <package>
+ <name>pjsip</name>
+ <range><lt>2.11.1</lt></range>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>pjsip reports:</p>
+ <blockquote cite="https://github.com/pjsip/pjproject/security/advisories">
+ <p>There are a couple of issues found in the SSL socket:</p>
+ <ul>
+ <li>A race condition between callback and destroy, due to the accepted socket having no group lock.</li>
+ <li>SSL socket parent/listener may get destroyed during handshake.</li>
+ </ul>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2021-32686</cvename>
+ <url>https://github.com/pjsip/pjproject/security/advisories/GHSA-cv8x-p47p-99wr</url>
+ </references>
+ <dates>
+ <discovery>2021-07-23</discovery>
+ <entry>2021-07-23</entry>
+ </dates>
+ </vuln>
+
<vuln vid="53fbffe6-ebf7-11eb-aef1-0897988a1c07">
<topic>asterisk -- pjproject/pjsip: crash when SSL socket destroyed during handshake</topic>
<affects>