Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to version 4.10.3, Parse Server crashes when if a query request contains an invalid value for the `explain` option. This is due to a bug in the MongoDB Node.js driver which throws an exception that Parse Server cannot catch. There is a patch for this issue in version 4.10.3. No workarounds aside from upgrading are known to exist.
The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
The product does not handle or incorrectly handles an exceptional condition.
Link | Tags |
---|---|
https://github.com/parse-community/parse-server/security/advisories/GHSA-xqp8-w826-hh6x | third party advisory |
https://github.com/parse-community/parse-server/commit/308668c89474223e2448be92d6823b52c1c313ec | third party advisory patch |
https://github.com/parse-community/parse-server/releases/tag/4.10.3 | third party advisory |
https://jira.mongodb.org/browse/NODE-3463 | third party advisory patch |