diff options
author | simon <simon@FreeBSD.org> | 2005-02-13 07:53:09 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-02-13 07:53:09 +0800 |
commit | 49456eb9a9bacbb45ca79a54fcb62266ac181e78 (patch) | |
tree | 63c51994f7214ff011fceeff8d516350a4671b96 /security | |
parent | dfae32bd0b283f6099e6257e8b925ac9164851d5 (diff) | |
download | freebsd-ports-graphics-49456eb9a9bacbb45ca79a54fcb62266ac181e78.tar.gz freebsd-ports-graphics-49456eb9a9bacbb45ca79a54fcb62266ac181e78.tar.zst freebsd-ports-graphics-49456eb9a9bacbb45ca79a54fcb62266ac181e78.zip |
Document mod_python information leakage vulnerability.
Diffstat (limited to 'security')
-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 11c3d5e9ac8..be283d8c8ab 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> |