diff options
author | swills <swills@FreeBSD.org> | 2018-12-27 05:05:54 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2018-12-27 05:05:54 +0800 |
commit | 56dba5e8b1d6964bd00c70ed3b900eab4530e1e1 (patch) | |
tree | 4cd8305baba1c9c4ee2210839fe6f07f674a01ac /security | |
parent | 3763d9607bc42462b24c50407f29179c8c7bc4a4 (diff) | |
download | freebsd-ports-gnome-56dba5e8b1d6964bd00c70ed3b900eab4530e1e1.tar.gz freebsd-ports-gnome-56dba5e8b1d6964bd00c70ed3b900eab4530e1e1.tar.zst freebsd-ports-gnome-56dba5e8b1d6964bd00c70ed3b900eab4530e1e1.zip |
Document gitea issue
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 2a23af0da6b5..ea4249ff1f92 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,36 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="29d34524-0542-11e9-a444-080027fee39c"> + <topic>gitea -- privilege escalation, XSS</topic> + <affects> + <package> + <name>gitea</name> + <range><lt>1.6.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Gitea project reports:</p> + <blockquote cite="https://github.com/go-gitea/gitea/releases/tag/v1.6.2"> + <p>Security</p> + <ul> + <li>Sanitize uploaded file names</li> + <li>HTMLEncode user added text</li> + </ul> + </blockquote> + </body> + </description> + <references> + <url>https://github.com/go-gitea/gitea/issues/5569</url> + <url>https://github.com/go-gitea/gitea/issues/5565</url> + </references> + <dates> + <discovery>2018-12-19</discovery> + <entry>2018-12-21</entry> + </dates> + </vuln> + <vuln vid="f8fe2905-0918-11e9-a550-00262d164c21"> <topic>rpm4 -- regression in -setperms, -setugids and -restore</topic> <affects> |