summaryrefslogtreecommitdiff
path: root/metadata/glsa/glsa-200605-04.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /metadata/glsa/glsa-200605-04.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'metadata/glsa/glsa-200605-04.xml')
-rw-r--r--metadata/glsa/glsa-200605-04.xml67
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200605-04.xml b/metadata/glsa/glsa-200605-04.xml
new file mode 100644
index 000000000000..86afe2bb11de
--- /dev/null
+++ b/metadata/glsa/glsa-200605-04.xml
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
+<glsa id="200605-04">
+ <title>phpWebSite: Local file inclusion</title>
+ <synopsis>
+ Remote attackers can include local files which may lead to the execution of
+ arbitrary code.
+ </synopsis>
+ <product type="ebuild">phpwebsite</product>
+ <announced>2006-05-02</announced>
+ <revised>2006-05-02: 01</revised>
+ <bug>130295</bug>
+ <access>remote</access>
+ <affected>
+ <package name="www-apps/phpwebsite" auto="yes" arch="*">
+ <unaffected range="ge">0.10.2</unaffected>
+ <vulnerable range="lt">0.10.2</vulnerable>
+ </package>
+ </affected>
+ <background>
+ <p>
+ phpWebSite provides a complete web site content management system.
+ </p>
+ </background>
+ <description>
+ <p>
+ rgod has reported that the "hub_dir" parameter in "index.php"
+ isn't properly verified. When "magic_quotes_gpc" is disabled, this can
+ be exploited to include arbitrary files from local ressources.
+ </p>
+ </description>
+ <impact type="normal">
+ <p>
+ If "magic_quotes_gpc" is disabled, which is not the default on
+ Gentoo Linux, a remote attacker could exploit this issue to include and
+ execute PHP scripts from local ressources with the rights of the user
+ running the web server, or to disclose sensitive information and
+ potentially compromise a vulnerable system.
+ </p>
+ </impact>
+ <workaround>
+ <p>
+ There is no known workaround at this time.
+ </p>
+ </workaround>
+ <resolution>
+ <p>
+ All phpWebSite users should upgrade to the latest available
+ version:
+ </p>
+ <code>
+ # emerge --sync
+ # emerge --ask --oneshot --verbose "&gt;=www-apps/phpwebsite-0.10.2"</code>
+ </resolution>
+ <references>
+ <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1819">CVE-2006-1819</uri>
+ </references>
+ <metadata tag="requester" timestamp="2006-05-01T10:33:24Z">
+ falco
+ </metadata>
+ <metadata tag="submitter" timestamp="2006-05-01T10:58:55Z">
+ falco
+ </metadata>
+ <metadata tag="bugReady" timestamp="2006-05-01T11:02:34Z">
+ falco
+ </metadata>
+</glsa>