-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
Networking & Observability
-
ALL
-
When MongoDB reads the hostname, it does not ensures that the hostname in question contains valid UTF-8. Drivers may then report errors when trying to run commands that report back this hostname verbatim while trying to decode the string back from UTF-8.
Validated on Linux hostnam? 5.15.0-1020-aws #24-Ubuntu SMP Thu Sep 1 16:05:45 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux but likely applicable to all operating systems that don't directly validate hostname strings.
- related to
-
COMPASS-8491 I keep getting and error when i try to use MongoDB compass
- Closed
-
COMPASS-8517 An error occurred while rendering Collection: Invalid version. Must be a string. Got type "undefined".
- Closed
-
SERVER-93732 The server should reject inserting/updating strings containing invalid UTF-8
- Needs Scheduling