Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Works as Designed
-
None
-
None
-
None
-
ALL
-
Repl 2018-09-24, Repl 2018-10-08, Repl 2018-10-22
-
2
Description
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.
Attachments
Issue Links
- related to
-
SERVER-32952 applyOps does not validate updates
-
- Backlog
-