View | Details | Raw Unified | Return to bug 241574 | Differences between
and this patch

Collapse All | Expand All

(-)vuxml/vuln.xml (+29 lines)
Lines 58-63 Link Here
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
58
  * Do not forget port variants (linux-f10-libxml2, libxml2, etc.)
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="42675046-fa70-11e9-ba4e-901b0e934d69">
62
    <topic>py-matrix-synapse -- missing signature checks on some federation APIs</topic>
63
    <affects>
64
      <package>
65
	<name>py35-matrix-synapse</name>
66
	<name>py36-matrix-synapse</name>
67
	<name>py37-matrix-synapse</name>
68
	<range><lt>1.5.0</lt></range>
69
      </package>
70
    </affects>
71
    <description>
72
      <body xmlns="http://www.w3.org/1999/xhtml">
73
	<p>Matrix developers report:</p>
74
	<blockquote cite="https://github.com/matrix-org/synapse/pull/6262">
75
	  <p>Make sure that [...] events sent over /send_join, /send_leave, and
76
	  /invite, are correctly signed and come from the expected servers.</p>
77
	</blockquote>
78
      </body>
79
    </description>
80
    <references>
81
      <url>https://github.com/matrix-org/synapse/pull/6262</url>
82
      <url>https://github.com/matrix-org/synapse/releases/tag/v1.5.0</url>
83
    </references>
84
    <dates>
85
      <discovery>2019-10-29</discovery>
86
      <entry>2019-10-29</entry>
87
    </dates>
88
  </vuln>
89
61
  <vuln vid="53b3474c-f680-11e9-a87f-a4badb2f4699">
90
  <vuln vid="53b3474c-f680-11e9-a87f-a4badb2f4699">
62
    <topic>FreeBSD -- Reference count overflow in mqueue filesystem 32-bit compat</topic>
91
    <topic>FreeBSD -- Reference count overflow in mqueue filesystem 32-bit compat</topic>
63
    <affects>
92
    <affects>

Return to bug 241574