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

password_reuse_check plugin mixes username and password

Details

    • Bug
    • Status: Closed (View Workflow)
    • Blocker
    • Resolution: Fixed
    • 10.7(EOL), 10.8(EOL), 10.9(EOL)
    • 10.7.5, 10.8.4, 10.9.2
    • Plugins
    • None

    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

            Transition Time In Source Status Execution Times
            Sergei Golubchik made transition -
            Open Confirmed
            8s 1
            Oleksandr Byelkin made transition -
            Confirmed In Progress
            15d 1h 23m 1
            Oleksandr Byelkin made transition -
            Stalled In Progress
            13h 31m 1
            Oleksandr Byelkin made transition -
            In Progress In Review
            6h 15m 2
            Sergei Golubchik made transition -
            In Review Stalled
            5d 12h 47m 2
            Oleksandr Byelkin made transition -
            Stalled Closed
            15h 54m 1

            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.