diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2020-12-22 22:44:24 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2020-12-22 22:44:24 +0000 |
commit | 17051e7049a84501cc3fa39530bb466028e62836 (patch) | |
tree | 61ea4ba411a070d78dc19313c4b1abd5929fbae1 | |
parent | Simplify MASTER_SITES (diff) |
Document new asterisk vulnerabilities.
Notes
Notes:
svn path=/head/; revision=558949
-rw-r--r-- | security/vuxml/vuln.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9b740e26f8a5..12a9f6d93bec 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,45 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6adf6ce0-44a6-11eb-95b7-001999f8d30b"> + <topic>asterisk -- Remote crash in res_pjsip_diversion</topic> + <affects> + <package> + <name>asterisk13</name> + <range><lt>13.38.1</lt></range> + </package> + <package> + <name>asterisk16</name> + <range><lt>16.15.1</lt></range> + </package> + <package> + <name>asterisk18</name> + <range><lt>18.1.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Asterisk project reports:</p> + <blockquote cite="https://www.asterisk.org/downloads/security-advisories"> + <p>AST-2020-003: A crash can occur in Asterisk when a SIP + message is received that has a History-Info header, which + contains a tel-uri.</p> + <p>AST-2020-004: A crash can occur in Asterisk when a SIP + 181 response is received that has a Diversion header, + which contains a tel-uri.</p> + </blockquote> + </body> + </description> + <references> + <url>https://downloads.asterisk.org/pub/security/AST-2020-003.html</url> + <url>https://downloads.asterisk.org/pub/security/AST-2020-004.html</url> + </references> + <dates> + <discovery>2020-12-02</discovery> + <entry>2020-12-22</entry> + </dates> + </vuln> + <vuln vid="eb2845c4-43ce-11eb-aba5-00a09858faf5"> <topic>postsrsd -- Denial of service vulnerability</topic> <affects> |