Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178630 - www-servers/resin Multiple Information Disclosure Vulnerabilities
Summary: www-servers/resin Multiple Information Disclosure Vulnerabilities
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Security
URL: http://secunia.com/advisories/25286/
Whiteboard: B4 []
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-15 13:20 UTC by Lars Hartmann
Modified: 2007-05-15 16:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Hartmann 2007-05-15 13:20:10 UTC
Derek Abdine has reported some vulnerabilities in Caucho Resin, which can be exploited by malicious people to disclose sensitive information.

1) Input passed via the URL is not properly sanitised before being used. This can potentially be exploited to read a continuous stream of data from any COM or LPT device on the system by providing a DOS device file name with an arbitrary extension in the URL.

Example:
http://[host]:8080/[path]/[device].[extension]

2) Input passed via the URL is not properly sanitised before being used. This can be exploited to disclose the content of files from a web application's WEB-INF directory via directory traversal attacks.

Example:
http://[host]:8080/%20..\web-inf

3) Input passed via the URL is not properly sanitised before being used. This can also be exploited to disclose the full system path to the Caucho Resin server via a URL containing special characters.

Examples:
http://[host]:8080/%20
http://[host]:8080/[path]/%20.xtp

The vulnerabilities are reported in Caucho Resin 3.1.0 for Windows and Caucho Resin Professional 3.1.0 for Windows. Other versions may also be affected.

Solution:
The vulnerabilities are reportedly fixed in version 3.1.1.
http://www.caucho.com/download/

Reproducible: Always
Comment 1 Lars Hartmann 2007-05-15 13:24:58 UTC
maintainers - please provide an updated ebuild
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-15 15:10:15 UTC
http://[host]:8080/[path]/[device].[extension] -> DOS only
http://[host]:8080/%20..\web-inf -> ends with 404 for me
http://[host]:8080/%20 -> ends with 404 for me

(tested with 3.0.22, which is mentioned in the advisory)

And:

"The vulnerabilities are reported in Caucho Resin 3.1.0 for Windows and Caucho
Resin Professional 3.1.0 for Windows. Other versions may also be affected."

So it's invalid IMHO.
Comment 3 Sune Kloppenborg Jeppesen (RETIRED) gentoo-dev 2007-05-15 15:15:27 UTC
Thx for testing and reporting. I'll close this one as INVALID until proven otherwise.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-05-15 16:39:59 UTC
Just to be on the safe side: 3.0.23 and 3.1.1 are in the tree (3.1.0 removed, it was not a target for stable anyway).