
Sensitive data exposure via /secure/QueryComponent!Default.jspa endpoint - CVE-2020-14179
Sensitive data exposure via /secure/QueryComponent!Default.jspa endpoint
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.
As my knowledge goes, 9.11.0, 9.7.1... also affected 😂
CVE-2020-14179 Finder is a simple bash script designed to check if a target is vulnerable to the CVE-2020-14179.
The script uses a specific HTTP request via curl to the /secure/QueryComponent!Default.jspa endpoint and analyzes the response to determine vulnerability.
/secure/QueryComponent!Default.jspa.
git clone https://github.com/mrnazu/CVE-2020-14179.gitcd CVE-2020-14179./CVE-2020-14179_Finder.sh -l target.txt./CVE-2020-14179_Finder.sh -u http://target.com/This script is provided for educational and research purposes only. Use it responsibly and only on systems you have permission to test.