Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
10.7(EOL), 10.8(EOL), 10.9(EOL)
-
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
- is caused by
-
MDEV-9245 password "reuse prevention" validation plugin
-
- Closed
-
- relates to
-
MDEV-28234 Change maturity of plugins for July 2022 Releases
-
- Closed
-
Activity
Transition | Time In Source Status | Execution Times |
---|
|
8s | 1 |
|
15d 1h 23m | 1 |
|
13h 31m | 1 |
|
6h 15m | 2 |
|
5d 12h 47m | 2 |
|
15h 54m | 1 |