Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-8269

Correct fix for Bug #20181776 :- ACCESS CONTROL DOESN'T MATCH MOST SPECIFIC HOST WHEN IT CONTAINS WILDCARD

Details

    • 5.5.48-0

    Description

      According to the manual, for the purpose of account matching for incoming connections user accounts are sorted in the order from most specific (no wildcards), to least specific (only wildcards). This is done in the get_sort() function.

      But elements that have wildcards and only differ in the length of the tail are considered equal, that is the order of "%.bar" and "%.foo.bar" is undefined. Same for "www.%.com" and "www.%.host.com". Although in both cases the second host name is more specific and should be sorted first.

      There is an attempt of fixing it upstream, but it's very incomplete

      Attachments

        Issue Links

          Activity

            Debian tracks at https://security-tracker.debian.org/tracker/CVE-2015-4737 the CVE presumably assigned for this issue by Oracle

            otto Otto Kekäläinen added a comment - Debian tracks at https://security-tracker.debian.org/tracker/CVE-2015-4737 the CVE presumably assigned for this issue by Oracle

            In further investigation there was no solid proof that the CVE-2015-4737 indeed is this issue nor that Oracle has got any CVE for this issue at all. Please comment here if https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4737 ever updates the decription or it something else yields more information.

            otto Otto Kekäläinen added a comment - In further investigation there was no solid proof that the CVE-2015-4737 indeed is this issue nor that Oracle has got any CVE for this issue at all. Please comment here if https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4737 ever updates the decription or it something else yields more information.

            People

              serg Sergei Golubchik
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.