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

password_reuse_check plugin mixes username and password

    XMLWordPrintable

Details

    Description

      password_reuse_check plugin cannot distinguish between username "foo" and password "bar" and username "foob" and password "ar".

      To fix that, the string length can be added to the buffer first. Like:

        int4store(buff, hostname->length);
        memcpy(buff+4, hostname->str, hostname->length);
      

      Attachments

        Issue Links

          Activity

            People

              sanja Oleksandr Byelkin
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.