diff options
author | swills <swills@FreeBSD.org> | 2017-09-29 23:23:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-09-29 23:23:57 +0800 |
commit | c503255a78c2632f4f7271e6c0a66aa211d642b9 (patch) | |
tree | 54418b671cb24cf3a24ada0b22f38e11a0d26562 /security/vuxml/vuln.xml | |
parent | 9f95dd5ddda0faaa149b2928879b791951c95e86 (diff) | |
download | freebsd-ports-gnome-c503255a78c2632f4f7271e6c0a66aa211d642b9.tar.gz freebsd-ports-gnome-c503255a78c2632f4f7271e6c0a66aa211d642b9.tar.zst freebsd-ports-gnome-c503255a78c2632f4f7271e6c0a66aa211d642b9.zip |
Document phpmyfaq issues
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 3bf67fd3c037..45f8fa604bce 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,35 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="33888815-631e-4bba-b776-a9b46fe177b5"> + <topic>phpmyfaq -- multiple issues</topic> + <affects> + <package> + <name>phpmyfaq</name> + <range><le>2.9.8</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>phpmyfaq developers report:</p> + <blockquote cite="https://www.exploit-db.com/exploits/42761/"> + <p>Cross-site scripting (XSS) vulnerability in inc/PMF/Faq.php in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the Questions field in an "Add New FAQ" action.</p> + <p>Cross-site scripting (XSS) vulnerability in phpMyFAQ through 2.9.8 allows remote attackers to inject arbitrary web script or HTML via the "Title of your FAQ" field in the Configuration Module.</p> + </blockquote> + </body> + </description> + <references> + <url>https://www.exploit-db.com/exploits/42761/</url> + <url>https://github.com/thorsten/phpMyFAQ/commit/30b0025e19bd95ba28f4eff4d259671e7bb6bb86</url> + <cvename>CVE-2017-14618</cvename> + <cvename>CVE-2017-14619</cvename> + </references> + <dates> + <discovery>2017-09-20</discovery> + <entry>2017-09-29</entry> + </dates> + </vuln> + <vuln vid="a48d4478-e23f-4085-8ae4-6b3a7b6f016b"> <topic>wordpress -- multiple issues</topic> <affects> |