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

Collapse All | Expand All

(-)vuln.xml (+27 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="80a53253-cbe3-11e8-9ffb-080027f43a02">
62
    <topic>Missing authentication checks - unauthorized clients can invoke protected API calls</topic>
63
    <affects>
64
      <package>
65
	<name>gitea</name>
66
	<range><lt>1.5.2</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>The Gitea project reports:</p>
72
	<blockquote cite="https://github.com/go-gitea/gitea/issues/4357">
73
	  <p>[Security] CSRF Vulnerability on API #4357</p>
74
	  <p>A fix has been implemented in Gitea 1.5.2.</p>
75
	</blockquote>
76
      </body>
77
    </description>
78
    <references>
79
      <url>https://github.com/go-gitea/gitea/issues/4357</url>
80
      <url>https://github.com/go-gitea/gitea/pull/4840</url>
81
    </references>
82
    <dates>
83
      <discovery>2018-07-03</discovery>
84
      <entry>2018-10-09</entry>
85
    </dates>
86
  </vuln>
87
61
  <vuln vid="23413442-c8ea-11e8-b35c-001b217b3468">
88
  <vuln vid="23413442-c8ea-11e8-b35c-001b217b3468">
62
    <topic>Gitlab -- multiple vulnerabilities</topic>
89
    <topic>Gitlab -- multiple vulnerabilities</topic>
63
    <affects>
90
    <affects>

Return to bug 232123