-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
ALL
-
Repl 2018-09-24, Repl 2018-10-08, Repl 2018-10-22
-
2
The fuzzer generated the following applyOps entry, which ended up corrupting the system.version collection (newUUID was undefined):
{ op: 'c', ns: 'admin.$cmd', ui: newUUID, o: { create: 'system.version' } }
There could be more validation in applyOps to ensure that the value 'ui' is correct.
- related to
-
SERVER-32952 applyOps does not validate updates
- Backlog