DPC: O scanner de vulnerabilidades relata Node.js e a versão do MongoDB fora de suporte
Summary: O verificador de vulnerabilidades informa que o servidor DPC está executando a versão Node.js ou MongoDB que não tem suporte.
Symptoms
O scanner mostra que Node.js, instalado no DPC está fora de suporte.
O scanner mostra que MongoDB, instalado no DPC está fora de suporte.
Cause
Esse é o resultado de um mecanismo de varredura de vulnerabilidades que está sendo executado no servidor DPC.
Resolution
A engenharia e o gerenciamento de produtos forneceram as seguintes informações sobre esse problema.
MongDB:
"MongoDB 4.2.x will remain at its current version within our architecture. While MongoDB is out of vendor compatibility/compliance, our multilayered security architecture prevents external attacks: MongoDB is not directly accessible from external networks, protected by firewall rules, and only accessible internally through authenticated application layers. This isolation eliminates direct attack vectors, making the system secure despite EOL status. We continue to provide break/fix support and security patching where applicable and possible."
Node.js:
"We acknowledge Node.js 16.x (v16.20.2) reached End-of-Life. However, our deployment architecture eliminates attack surfaces: Node.js is bundled within the application (not system-wide), production serves only prebuilt static files, Node.js runtime is never exposed to network requests, and the npm package manager is absent in production. This means attackers cannot directly target or exploit Node.js vulnerabilities, making the deployment secure despite EOL status."