Intigriti - Hack Hub
  • Misconfig Mapper Docs
    • Introduction
    • Supported Services
    • CLI Tool
    • Contributing
  • Services
    • GraphQL
      • GraphQL Introspection Query Enabled
    • Symfony PHP
      • Symfony Profiler Enabled
    • Postman API Platform
      • Public Workspaces
    • Salesforce
      • Salesforce Lightning Aura Components Enabled
    • Trello
      • View Permissions on Trello Boards
    • Figma
      • View access misconfiguration
    • Freshworks Freshservice
      • Open User Registration
    • Slack
      • No Admin Approval for Invitations
    • Atlassian Bitbucket
      • Publicly Accessible Private Repositories
    • Atlassian Confluence
      • Anonymous access to Remote API
      • Disabled XSRF Protection
      • User Email Visibility
      • Misconfigured Spaces
    • Atlassian Jira
      • Open User Registration
      • Atlassian Jira Email Visibility
      • Atlassian Jira Service Desk Open Signups
    • AWS S3
      • Misconfigured List Permissions
    • Cloudflare R2
      • R2.DEV Enabled
    • Google Groups
      • Misconfigured read permissions
    • Google Docs
      • Misconfigured read permissions
    • Google Cloud Storage Bucket
      • Misconfigured access controls
    • Google OAuth
      • Unrestricted email domains
    • Jenkins
      • Open Signups
      • Public Groovy Script Console
    • GitLab
      • Gitlab Private Source Code Snippets Exposed
    • Drupal
      • Drupal Nodes with Misconfigured Access Controls
    • Laravel
      • Debug Mode Enabled
      • Laravel Telescope Enabled In Production
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Services
  2. Atlassian Jira

Open User Registration

PreviousAtlassian JiraNextAtlassian Jira Email Visibility

Last updated 10 months ago

Was this helpful?

Description:

It is possible that anyone can signup in your Atlassian Jira instance due to a misconfiguration in the domain allow list.

Testing:

You can cross-check if user registration is open for anyone by navigating to the following app route:

/secure/Signup!default.jspa

Remediation:

Make sure to set the proper setting for new signups. One way to do so is:

  1. Visit your Atlassian Jira Instance

  2. Next, open up your settings by clicking on the gear icon next to your profile

  3. Select Products under Jira Settings

  4. Select Customer Access under Jira Service Management in the side-navigation bar

  5. Scroll down to Portal access and select Don't allow customers to create their own accounts

  6. Save your settings

Potential Impact:

In case registrations are left open for anyone to signup to your Jira Instance, depending on the in-app permissions set, it could mean that new users get access to internal-only resources, such as support tickets, company metrics or even personal identifiable information (PII) of customers or clients.

References:

https://confluence.atlassian.com/adminjiraserver072/enabling-public-signup-and-captcha-828787685.html