Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-2958

Investigate: Possible vulnerability

    Details

    • Type: Improvement
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      See:

      https://www.acunetix.com/vulnerabilities/web/atlassian-oauth-plugin-iconuriservlet-ssrf/

      for possible vulnerability.

      Propose course of action to mitigate risk.

        Attachments

          Activity

          Hide
          ann.loraine Ann Loraine added a comment -

          This URL needs to be blocked:

          https://jira.transvar.org/plugins/servlet/oauth/users/icon-uri?consumerUri=
          

          Not sure if it will block functionality of the server, or what the normal function of this is.

          Show
          ann.loraine Ann Loraine added a comment - This URL needs to be blocked: https: //jira.transvar.org/plugins/servlet/oauth/users/icon-uri?consumerUri= Not sure if it will block functionality of the server, or what the normal function of this is.
          Hide
          ann.loraine Ann Loraine added a comment -

          Apache lets me block access to particular URLs. See documentation https://ubiq.co/tech-blog/apache-deny-access-to-url-files-directory/.

          Show
          ann.loraine Ann Loraine added a comment - Apache lets me block access to particular URLs. See documentation https://ubiq.co/tech-blog/apache-deny-access-to-url-files-directory/ .
          Hide
          ann.loraine Ann Loraine added a comment -

          Upgrading the software will take me some time – a couple of days at least. Is it worth the effort to block the above endpoint while working on the upgrade?

          Show
          ann.loraine Ann Loraine added a comment - Upgrading the software will take me some time – a couple of days at least. Is it worth the effort to block the above endpoint while working on the upgrade?
          Hide
          ann.loraine Ann Loraine added a comment - - edited

          Testing configuration:

            <LocationMatch "/plugins/servlet/oauth/users/icon-uri*">
              Require all denied
            </LocationMatch>
          

          When attempted to visit above, observed "access denied" message, which is the desired behavior.
          Function of server does not appear to be affected, but upgrading should be a top priority.

          Show
          ann.loraine Ann Loraine added a comment - - edited Testing configuration: <LocationMatch "/plugins/servlet/oauth/users/icon-uri*" > Require all denied </LocationMatch> When attempted to visit above, observed "access denied" message, which is the desired behavior. Function of server does not appear to be affected, but upgrading should be a top priority.
          Show
          ann.loraine Ann Loraine added a comment - - edited Useful links: Configure virtual host: https://unix.stackexchange.com/questions/140346/can-location-be-for-multiple-virtual-hosts-in-httpd-conf Directives: https://unix.stackexchange.com/questions/140346/can-location-be-for-multiple-virtual-hosts-in-httpd-conf Apache LocationMatch documentation: https://httpd.apache.org/docs/current/mod/core.html#location

            People

            • Assignee:
              ann.loraine Ann Loraine
              Reporter:
              ann.loraine Ann Loraine
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: