Bug 532693 (CVE-2009-4609, CVE-2009-4610, CVE-2009-4612)
Summary: | CVE-2009-4609 CVE-2009-4610 CVE-2009-4612 jetty: multiple XSS and information leaks in demo servlets | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | jjohnstn, jrusnack, overholt, vdanen |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-22 07:50:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 532733 | ||
Bug Blocks: |
Description
Tomas Hoger
2009-11-03 14:58:53 UTC
Local copy of the advisory: https://bugzilla.redhat.com/show_bug.cgi?id=532675#c1 As noted in the advisory, 'G) "Cookie Dump Servlet" stored XSS' was previously made public via Core Security advisory - see CVE-2009-3579 / bug #532656. I'm not sure why A) and B) are considered information leaks. Dump Servlet mostly contains information relevant to the current connection that is already known to the client. For the rest, it's purpose of that demo to dump that info, so it's not really a flaw in jetty, rather in production deployment where that demo is not disabled. For the FORM Authentication demo, the only leak mentioned is an information that jetty is running on the host. Server (including version) identification in HTTP reply header is as good, if not better, source of such info. I'm not sure if upstream is going to do anything about those. I don't see any fix for the other XSS issues committed in upstream SVN so far, but the fixes should appear in 6.1.22. Example applications are no longer included in jetty 6.x packages. |