diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-30 20:29:18 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2020-09-30 20:29:18 +0000 |
commit | faa80d4e6e042e0778a6a9e06bbb9a4d622cb467 (patch) | |
tree | 27f6e8af166aaf48f008cc946c4e066c2254d4b7 | |
parent | security/p5-PGP-Sign: Update version 1.01=>1.03 (diff) |
Add recent tt-rss issues.
PR: 249472
Submitted by: Derek Schrock (tt-rss“s maintainer)
MFC after: 1 day
Security: https://community.tt-rss.org/t/heads-up-several-vulnerabilities-fixed/3799
Notes
Notes:
svn path=/head/; revision=550746
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0d93c609278c..a728dd4a1c62 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,41 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="2eec1e85-faf3-11ea-8ac0-4437e6ad11c4"> + <topic>tt-rss -- multiple vulnerabilities</topic> + <affects> + <package> + <name>tt-rss</name> + <range><lt>g20200919</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>tt-rss project reports:</p> + <blockquote cite="https://community.tt-rss.org/t/heads-up-several-vulnerabilities-fixed/3799"> + <p>The cached_url feature mishandles JavaScript inside an SVG document.</p> + <p>imgproxy in plugins/af_proxy_http/init.php mishandles $_REQUEST["url"] in an error message.</p> + <p>It does not validate all URLs before requesting them.</p> + </blockquote> + <blockquote cite="https://community.tt-rss.org/t/replace-php-gettext/2889"> + <p>Allows remote attackers to execute arbitrary PHP code via a crafted plural forms header.</p> + </blockquote> + </body> + </description> + <references> + <url>https://community.tt-rss.org/t/heads-up-several-vulnerabilities-fixed/3799</url> + <url>https://community.tt-rss.org/t/replace-php-gettext/2889</url> + <cvename>CVE-2020-25789</cvename> + <cvename>CVE-2020-25788</cvename> + <cvename>CVE-2020-25787</cvename> + <cvename>CVE-2016-6175</cvename> + </references> + <dates> + <discovery>2020-09-15</discovery> + <entry>2020-09-20</entry> + </dates> + </vuln> + <vuln vid="6d5f1b0b-b865-48d5-935b-3fb6ebb425fc"> <topic>Apache Ant leaks sensitive information via the java.io.tmpdir</topic> <affects> |