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

Collapse All | Expand All

(-)security/vuxml/vuln.xml (+28 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="e53a908d-a645-11e8-8acd-10c37b4ac2ea">
62
    <topic>gogs -- open redirect vulnerability</topic>
63
    <affects>
64
      <package>
65
	<name>gogs</name>
66
	<range><lt>0.11.53_1</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>bluecatli (Tencent's Xuanwu Lab) reports:</p>
72
	<blockquote cite="https://github.com/gogs/gogs/issues/5364">
73
	  <p>The function isValidRedirect in gogs/routes/user/auth.go is used in login action to validate if url is on the same site.</p>
74
	  <p>If the Location header startswith /\, it will be transformed to // by browsers.</p>
75
	</blockquote>
76
      </body>
77
    </description>
78
    <references>
79
      <url>https://github.com/gogs/gogs/issues/5364</url>
80
      <url>https://github.com/gogs/gogs/pull/5365</url>
81
      <url>https://github.com/gogs/gogs/commit/1f247cf8139cb483276cd8dd06385a800ce9d4b2</url>
82
    </references>
83
    <dates>
84
      <discovery>2018-08-06</discovery>
85
      <entry>2018-08-22</entry>
86
    </dates>
87
  </vuln>
88
61
  <vuln vid="9b19b6df-a4be-11e8-9366-0028f8d09152">
89
  <vuln vid="9b19b6df-a4be-11e8-9366-0028f8d09152">
62
    <topic>couchdb -- administrator privilege escalation</topic>
90
    <topic>couchdb -- administrator privilege escalation</topic>
63
    <affects>
91
    <affects>

Return to bug 230800