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

Collapse All | Expand All

(-)security/vuxml/vuln.xml (+30 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="c5bd8a25-99a6-11e9-a598-f079596b62f9">
62
    <topic>expat2 -- Fix extraction of namespace prefixes from XML names</topic>
63
    <affects>
64
      <package>
65
	<name>expat2</name>
66
	<range><lt>2.2.7</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>expat project reports:</p>
72
	<blockquote cite="https://github.com/libexpat/libexpat/blob/R_2_2_7/expat/Changes">
73
	  <p>
74
	    XML names with multiple colons could end up in the
75
	    wrong namespace, and take a high amount of RAM and CPU
76
	    resources while processing, opening the door to
77
	    use for denial-of-service attacks
78
	  </p>
79
	</blockquote>
80
      </body>
81
    </description>
82
    <references>
83
      <url>https://github.com/libexpat/libexpat/blob/R_2_2_7/expat/Changes</url>
84
    </references>
85
    <dates>
86
      <discovery>2019-06-19</discovery>
87
      <entry>2019-06-28</entry>
88
    </dates>
89
  </vuln>
90
61
  <vuln vid="245629d4-991e-11e9-82aa-6cc21735f730">
91
  <vuln vid="245629d4-991e-11e9-82aa-6cc21735f730">
62
    <topic>PostgreSQL -- Stack-based buffer overflow via setting a password</topic>
92
    <topic>PostgreSQL -- Stack-based buffer overflow via setting a password</topic>
63
    <affects>
93
    <affects>

Return to bug 238864