diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-02-12 23:53:09 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-02-12 23:53:09 +0000 |
commit | 248904911edd93e374962d28de55490a7dff1a7a (patch) | |
tree | 4ae442402ebc84bc7ac0deb5e7a3be8177e58058 /security/vuxml/vuln.xml | |
parent | 41fa3a98c4b7add5a2346d1ae2beb3aaaea41081 (diff) | |
download | ports-248904911edd93e374962d28de55490a7dff1a7a.tar.gz ports-248904911edd93e374962d28de55490a7dff1a7a.zip |
Notes
Diffstat (limited to 'security/vuxml/vuln.xml')
-rw-r--r-- | security/vuxml/vuln.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 11c3d5e9ac8c..be283d8c8ab8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,38 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="5192e7ca-7d4f-11d9-a9e7-0001020eed82"> + <topic>mod_python -- information leakage vulnerability</topic> + <affects> + <package> + <name>mod_python</name> + <range><lt>2.7.11</lt></range> + <range><gt>3.*</gt><lt>3.1.4</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mark J Cox reports:</p> + <blockquote> + <p>Graham Dumpleton discovered a flaw which can affect + anyone using the publisher handle of the Apache Software + Foundation mod_python. The publisher handle lets you + publish objects inside modules to make them callable via + URL. The flaw allows a carefully crafted URL to obtain + extra information that should not be visible (information + leak).</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2005-0088</cvename> + </references> + <dates> + <discovery>2005-01-30</discovery> + <entry>2005-02-13</entry> + </dates> + </vuln> + <vuln vid="c7ccc33f-7d31-11d9-a9e7-0001020eed82"> <topic>mailman -- directory traversal vulnerability</topic> <affects> |