diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2014-10-31 15:38:00 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2014-10-31 15:38:00 +0000 |
commit | bc0b5959dab3603c1a6b6ca431991d13ff06cccf (patch) | |
tree | ba34ce98e75fa5353a4ce7d9074e61b4cf6309a5 | |
parent | 513e65401493e4a92fe69c62701e6c34bd311ff3 (diff) | |
download | ports-bc0b5959dab3603c1a6b6ca431991d13ff06cccf.tar.gz ports-bc0b5959dab3603c1a6b6ca431991d13ff06cccf.zip |
Notes
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 89ebcf0c4fbb..bfaba11b1fc9 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -57,6 +57,42 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="21ce1840-6107-11e4-9e84-0022156e8794"> + <topic>twiki -- remote Perl code execution</topic> + <affects> + <package> + <name>twiki</name> + <range><lt>5.1.4_1,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>TWiki developers report:</p> + <blockquote cite="http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2014-7236"> + <p>The debugenableplugins request parameter allows arbitrary + Perl code execution.</p> + <p>Using an HTTP GET request towards a TWiki server, + add a specially crafted debugenableplugins request parameter + to TWiki's view script (typically port 80/TCP). + Prior authentication may or may not be necessary.</p> + <p>A remote attacker can execute arbitrary Perl code + to view and modify any file the webserver user has access to.</p> + <p>Example: http://www.example.com/do/view/Main/WebHome?debugenableplugins=BackupRestorePlugin%3bprint("Content-Type:text/html\r\n\r\nVulnerable!")%3bexit</p> + <p>The TWiki site is vulnerable if you see a page with text + "Vulnerable!".</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2014-7236</cvename> + <url>http://twiki.org/cgi-bin/view/Codev/SecurityAlert-CVE-2014-7236</url> + </references> + <dates> + <discovery>2014-10-09</discovery> + <entry>2014-10-31</entry> + </dates> + </vuln> + <vuln vid="0dad9114-60cc-11e4-9e84-0022156e8794"> <topic>jenkins -- slave-originated arbitrary code execution on master servers</topic> <affects> |