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