No edit summary Tags: Reverted Visual edit |
Robert Vogel (talk | contribs) Undo previous change; Will go into dedicated BSSA Tags: Manual revert Visual edit |
||
| Line 14: | Line 14: | ||
|- | |- | ||
|Fixed in | |Fixed in | ||
| | |5.2.1, 5.1.5 | ||
|- | |- | ||
|CVE | |CVE | ||
| | | [https://avd.aquasec.com/nvd/2025/cve-2025-14847 CVE-2025-14847] | ||
|} | |} | ||
==Problem== | ==Problem== | ||
* Service <code>collabpads-database</code> (image name: <code>mongo</code> ) - [https://avd.aquasec.com/nvd/2025/cve-2025-14847 CVE-2025-14847] | |||
==Impact assessment== | ==Impact assessment== | ||
* Service <code>collabpads-database</code> (image name: <code>mongo</code> ) | * Service <code>collabpads-database</code> (image name: <code>mongo</code> ) | ||
** A unauthenticated MongoDB client can attack the service if reachable. By default BlueSpice setup, the service runs only in the background and can not be accessed from outside the virtual network. So not even unauthenticated access is possible from any external location. | ** A unauthenticated MongoDB client can attack the service if reachable. By default BlueSpice setup, the service runs only in the background and can not be accessed from outside the virtual network. So not even unauthenticated access is possible from any external location. | ||
== Solution == | == Solution == | ||
| Line 64: | Line 31: | ||
# Make sure the service has no access to the internet. This is the default configuration of BlueSpice setups. | # Make sure the service has no access to the internet. This is the default configuration of BlueSpice setups. | ||
# Update the <code>mongo</code> docker image via BlueSpice's deploy tool: <code>bluespice-deploy pull collabpads-database && bluespice-deploy up -d</code> | # Update the <code>mongo</code> docker image via BlueSpice's deploy tool: <code>bluespice-deploy pull collabpads-database && bluespice-deploy up -d</code> | ||
# Update to version >=5.1.5 or >=5.2.1 of the BlueSpice images | |||
Latest revision as of 12:52, 4 March 2026
| Date | 2026-01-29 |
| Severity | reported "high", BlueSpice assessment: low |
| Affected | Services in current LTS version < 5.1.4 |
| Fixed in | 5.2.1, 5.1.5 |
| CVE | CVE-2025-14847 |
Problem
- Service
collabpads-database(image name:mongo) - CVE-2025-14847
Impact assessment
- Service
collabpads-database(image name:mongo)- A unauthenticated MongoDB client can attack the service if reachable. By default BlueSpice setup, the service runs only in the background and can not be accessed from outside the virtual network. So not even unauthenticated access is possible from any external location.
Solution
To mitigate CVE-2025-14847 use one of the following options:
- Make sure the service has no access to the internet. This is the default configuration of BlueSpice setups.
- Update the
mongodocker image via BlueSpice's deploy tool:bluespice-deploy pull collabpads-database && bluespice-deploy up -d - Update to version >=5.1.5 or >=5.2.1 of the BlueSpice images