Summary
The reported incident by Mongo DB and MongoBleed, affects multiple versions of the Sage X3 components.
Resolution
- Security Hotfixes for MongoDB 4.4.x, MongoDB 7.x and MongoDB 8.x are now available
- To access these downloads, visit our Sage Knowledgebase Site HERE
- Then scroll down to locate the appropriate patch level for your version
- Look for Download depending on your version:
- Sage X3 Mongo DB 8.0.17.4 (Security Hotfix Update)
- Sage X3 Mongo DB 7.0.28.2 (Security Hotfix Update)
- Sage X3 Mongo DB 4.4.30.3 (Security Hotfix Update)
Workaround:
Disable zlib compression on the MongoDB Server as follows:
- Start mongod or mongos with a networkMessageCompressors / net.compression.compressors option and explicitly omit zlib
net:
compression:
compressors: snappy,zstd
or
net:
compression:
compressors: disabled