Bug 546577 (CVE-2019-10247) - Jetty CVE Request: Information Reveal - DefaultHandler
Summary: Jetty CVE Request: Information Reveal - DefaultHandler
Status: RESOLVED FIXED
Alias: CVE-2019-10247
Product: Community
Classification: Eclipse Foundation
Component: Vulnerability Reports (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Security vulnerabilitied reported against Eclipse projects CLA
QA Contact:
URL: https://cve.mitre.org/cgi-bin/cvename...
Whiteboard:
Keywords: security
Depends on:
Blocks:
 
Reported: 2019-04-18 16:42 EDT by Joakim Erdfelt CLA
Modified: 2023-09-11 04:22 EDT (History)
19 users (show)

See Also:


Attachments
1111111 (deleted)
2020-08-04 06:13 EDT, 1111 1111 CLA
no flags Details
Eclipse Jetty 信息泄露漏洞(CVE-2019-10247) (48 bytes, text/plain)
2023-09-11 04:22 EDT, liang yunxi CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Erdfelt CLA 2019-04-18 16:42:03 EDT
Originally filed at https://github.com/eclipse/jetty.project/issues/3555

All users of Eclipse Jetty from Jetty 7.0.0 and newer are impacted.
Even users of older non-eclipse Jetty (5.x and 6.x) are impacted.

The DefaultHandler will present the full path to the Resource Base directory, if the server is configured with only non-root contexts.
Comment 1 Joakim Erdfelt CLA 2019-04-18 16:52:56 EDT
This reveals the full system path of the base resources configured on the various contexts on the system.

CVSS score for this is ...

https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

5.3 (Medium)
Comment 2 Joakim Erdfelt CLA 2019-04-18 17:08:44 EDT
Please publish on Monday April 22nd.

These is the text we should include in the CVE report ...

--(start)--

The server running on any OS and Jetty version combination will reveal
the configured fully qualified directory base resource location
on the output of the 404 error for not finding a Context that matches
the requested path.

The default server behavior on jetty-distribution and jetty-home will
include at the end of the Handler tree a DefaultHandler, which is
responsible for reporting this 404 error, it presents the various
configured contexts as HTML for users to click through to.
This produced HTML includes output that contains the configured fully
qualified directory base resource location for each context.

Versions affected: 
  7.x (all versions)
  8.x (all versions)
  9.2.27.v20190403 and older
  9.3.26.v20190403 and older
  9.4.16.v20190411 and older

Resolved:
  9.2.28.v20190418
  9.3.27.v20190418
  9.4.17.v20190418

--(end)--

Note: the specific versions where this is resolved are not available in the various public locations yet, as they are undergoing review.
This section might be updated if issues are discovered.
Comment 3 Jesse McConnell CLA 2019-04-18 17:34:12 EDT
Lastly, CWE-213
Comment 4 Wayne Beaton CLA 2019-04-22 13:44:03 EDT
Pull request: https://github.com/CVEProject/cvelist/pull/1931
Comment 5 1111 1111 CLA 2020-08-04 06:13:29 EDT
Created attachment 283793 [details]
1111111

asdfasdfasf
Comment 6 Eclipse Webmaster CLA 2020-08-04 11:44:05 EDT
The content of attachment 283793 [details] has been deleted for the following reason:

Bogus
Comment 7 xu siyang CLA 2021-04-19 21:45:37 EDT
(In reply to Joakim Erdfelt from comment #0)
> Originally filed at https://github.com/eclipse/jetty.project/issues/3555
> 
> All users of Eclipse Jetty from Jetty 7.0.0 and newer are impacted.
> Even users of older non-eclipse Jetty (5.x and 6.x) are impacted.
> 
> The DefaultHandler will present the full path to the Resource Base
> directory, if the server is configured with only non-root contexts.

hi,joakim can you tell me how to solve this problem?
Comment 8 wu zp CLA 2021-04-29 02:08:17 EDT
wuzp2008@126.com
Comment 9 Wa Ideal CLA 2021-06-10 03:06:25 EDT
CVE-2019-10247
Comment 10 时来 何 CLA 2022-03-02 01:22:12 EST
hesl@bjewaytek.com
Comment 11 fengwei mao CLA 2022-03-29 06:10:05 EDT
CVE-2019-10247
Comment 12 fengwei mao CLA 2022-03-29 06:11:28 EDT
maofengwei@boco.com.cn
Comment 13 N B CLA 2022-09-19 03:06:13 EDT
NIU X
Comment 14 liang yunxi CLA 2023-09-11 04:22:54 EDT
Created attachment 289175 [details]
Eclipse Jetty 信息泄露漏洞(CVE-2019-10247)