[█████████] Information disclosure due unauthenticated access to APIs and system browser functions
Medium
U
U.S. Dept Of Defense
Submitted None
Actions:
Reported by
hackeronanywhere
Vulnerability Details
Technical details and impact analysis
**Description:**
Multiple information exposure vulnerabilites were identified in a Jira Server instance (unauthenticated access to APIs and system browser functions). This report describes a combination of two separate vulnerabilities in two separate services This chain of vulnerabilities allows unauthenticated attacker to run arbitrary code on a server inside the company's internal network. the vulnerable registered as references JRASERVER-73060
## References
https://jira.atlassian.com/browse/JRASERVER-73060
https://nvd.nist.gov/vuln/detail/CVE-2020-14179
## Impact
Unauthorised access and the data should not be visible.
Project categories, resolutions, and usernames are listed even if the API is not authenticated
## System Host(s)
███████
## Affected Product(s) and Version(s)
██████████
## CVE Numbers
CVE-2020-14179
## Steps to Reproduce
## Steps to Reproduce
1. Navigate visit the target scope is https://██████████/secure/JiraCreditsPage!default.jspa
1. And now we found a directory is jira sensitive
1. Lets send a curl request to the `?maxResults=1000` endpoint, as shown below. In the request, point the post request to the server address you want to send the request to:
Here's the HTTP Parameter request that the issue:
```
GET /rest/menu/latest/admin HTTP/1.1
Host: ██████████
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cache
sec-ch-ua-platform: "Mac OS"
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: cors
```
* https://████/secure/JiraCreditsPage!default.jspa
* https://█████████/rest/menu/latest/admin?maxResults=1000
## Suggested Mitigation/Remediation Actions
## Suggested Mitigation/Remediation Actions
Anonymous access to endpoints listed below is restricted starting Jira 9.0. On future Jira 8.x releases and all LTS releases it is possible to restrict anonymous access with feature flags. On Jira 8.x to restrict anonymous access to the endpoint you need to disable feature flag aka provide `<feature.flag>`.disabled On Jira 9.0 you need to enable the same feature flag aka provide `<feature.flag>`.enabled
**You can use given feature flags: **
`/rest/api/2/projectCategory` - (Anonymous access disabled completely)
`/rest/api/2/resolution` - (Anonymous access blocked only when there is no projects available for anonymous users)
`/rest/menu/latest/admin` - There is currently no feature flag to disable anonymous access, please check linked ticket in "duplicates by" to track this problem.
**Refferences**
https://hackerone.com/reports/994612
[JRASERVER-73060](https://jira.atlassian.com/browse/JRASERVER-73060)
Related CVEs
Associated Common Vulnerabilities and Exposures
CVE-2020-14179
UNKNOWN
Affected versions of Atlassian Jira Server and Data Center allow remote, unauthenticated attackers to view custom field names and custom SLA names via an Information Disclosure vulnerability in the /secure/QueryComponent!Default.jspa endpoint. The affected versions are before version 8.5.8, and from version 8.6.0 before 8.11.1.
Report Details
Additional information and metadata
State
Closed
Substate
Resolved
Submitted
Weakness
Information Disclosure