Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-14181 — POC For CVE-2020-1481 - Jira Username Enumerator/Validator | Kitploit
Tools/GitHubGitHub/rival420/cve-2020-14181
OSINT (Open Source Intelligence)ReconnaissanceVulnerability AnalysisExploitationInformation GatheringWeb Security
GitHubrival420/cve-2020-14181

CVE-2020-14181

POC For CVE-2020-1481 - Jira Username Enumerator/Validator

View Repository
8211 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-14181

Affected versions of Atlassian Jira Server and Data Center allow an unauthenticated user to enumerate users via an Information Disclosure vulnerability in the /ViewUserHover.jspa endpoint. This vulnerability was discovered by Mikhail Klyuchnikov of Positive Technologies.

Affected versions:

  • version < 7.13.16
  • 8.0.0 ≤ version < 8.5.7
  • 8.6.0 ≤ version < 8.12.0

Fixed versions:

  • 7.13.16
  • 8.5.7
  • 8.12.0

POC For CVE-2020-1481 - Jira Username Enumerator/Validator

Usage:

root@kitploit:~
python3 cve-2020-14181.py -u 'https://jira.domain.xyz' -w '/path/to/wordlist'

optional for writing to a file:

root@kitploit:~
python3 cve-2020-14181.py -u 'https://jira.domain.xyz' -w'/path/to/wordlist' -o '/path/to/outfile'
Download Tool