Skip to content

Commit 8ed5d81

Browse files
Add Sept release notes (#814)
* Add Sept release notes Signed-off-by: Tim Smith <[email protected]> * Optimised images with calibre/image-actions * Minor fixes Signed-off-by: Tim Smith <[email protected]> * Optimised images with calibre/image-actions * Add more photos + update text Signed-off-by: Tim Smith <[email protected]> * Document new AWS resources Signed-off-by: Tim Smith <[email protected]> * Optimised images with calibre/image-actions --------- Signed-off-by: Tim Smith <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b35faca commit 8ed5d81

File tree

13 files changed

+183
-53
lines changed

13 files changed

+183
-53
lines changed

docs/mql/resources/aws-pack/aws.ecs.cluster.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ Amazon ECS cluster
3131
| tasks | &#91;&#93;[aws.ecs.task](aws.ecs.task.md) | List of AWS ECS task definitions |
3232
| containerInstances | &#91;&#93;[aws.ecs.instance](aws.ecs.instance.md) | List of AWS ECS container instances |
3333
| region | string | Region where the cluster is located |
34+
| activeServicesCount | int | Number of services running in the cluster |

docs/mql/resources/aws-pack/aws.ecs.container.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,24 @@ Amazon ECS container
1818

1919
**Fields**
2020

21-
| ID | TYPE | DESCRIPTION |
22-
| ----------------- | ---------------- | ------------------------------------------------------------- |
23-
| name | string | Name of the ECS container + IP for unique identification |
24-
| arn | string | ARN of the ECS container |
25-
| publicIp | string | Public IP address of the ECS container |
26-
| image | string | Image used for the ECS container |
27-
| clusterName | string | Cluster associated with the ECS container |
28-
| taskDefinitionArn | string | ARN for the task definition associated with the ECS container |
29-
| logDriver | string | logDriver setting for the ECS container |
30-
| platformFamily | string | Platform family associated with the ECS container |
31-
| platformVersion | string | Platform version assigned to the ECS container |
32-
| status | string | Status of the ECS container |
33-
| region | string | Region where the ECS Container is located |
34-
| command | &#91;&#93;string | Command used to start the container |
35-
| taskArn | string | ARN for the task used to create the container |
36-
| runtimeId | string | Runtime ID for the container |
37-
| containerName | string | Name of the ECS container |
21+
| ID | TYPE | DESCRIPTION |
22+
| ----------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
23+
| name | string | Name of the ECS container + IP for unique identification |
24+
| arn | string | ARN of the ECS container |
25+
| publicIp | string | Public IP address of the ECS container |
26+
| image | string | Image used for the ECS container |
27+
| clusterName | string | Cluster associated with the ECS container |
28+
| taskDefinitionArn | string | ARN for the task definition associated with the ECS container |
29+
| logDriver | string | logDriver setting for the ECS container |
30+
| platformFamily | string | Platform family associated with the ECS container |
31+
| platformVersion | string | Platform version assigned to the ECS container |
32+
| status | string | Status of the ECS container |
33+
| region | string | Region where the ECS Container is located |
34+
| command | &#91;&#93;string | Command used to start the container |
35+
| taskArn | string | ARN for the task used to create the container |
36+
| runtimeId | string | Runtime ID for the container |
37+
| containerName | string | Name of the ECS container |
38+
| cpuUnits | string | The number of CPU units set for the container. The value is 0 if no value was, specified in the container definition when the task definition was registered. |
39+
| memorySoftLimit | string | The soft limit (in MiB) of memory set for the container. |
40+
| memoryHardLimit | string | The hard limit (in MiB) of memory set for the container. |
41+
| reason | string | Short (1024 characters max) description of the running or stopped container |

releases/2025-09-05-mondoo-12.0-is-out.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Get this release: [Installation Docs](https://mondoo.com/docs/cnspec/) | [Packag
1919

2020
Gain deeper visibility and control over your cloud environments with enhanced resource discovery by default. Command line scans now automatically enumerate individual cloud resources, matching the comprehensive asset discovery previously exclusive to platform integrations. Instead of seeing a single asset for your cloud account, you now get detailed insights into each resource, making it easier to pinpoint issues, create precise exceptions, and accelerate remediation with clearer query results.
2121

22+
For those running in GCP, we’ve also added five new platforms to make scan results easier to view and remediate:
23+
24+
- gcp-sql-mysql
25+
- gcp-sql-postgresql
26+
- gcp-sql-sqlserver
27+
- gcp-dns-zone
28+
- gcp-kms-keyring
29+
2230
### Simplified command line output
2331

2432
Focus on what matters with simpler command line output by default. cnspec now skips data queries and compliance framework results by default so you can focus on vulnerabilities and misconfigurations. Output now also uses the same 0-100 scoring threshold displayed in the console, so results match no matter where you view your scans.
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
---
2+
title: Mondoo Release Highlights September 2025
3+
sidebar_label: September Highlights
4+
description: As the colors of fall begin to show and the days start to get shorter, we certainly haven’t been sitting still at Mondoo. This month, we greatly extended our vulnerability detection capabilities, adding support for new operating systems and an impressive list of third-party applications. We also added support for EU and German compliance frameworks Dora and BSI SYS 1.5. On top of that we added experimental MCP security, streamlined the process of listing and filtering findings, and made advisory remediations easier to access. Dig in to find out more!
5+
6+
authors: [tim]
7+
image: /img/release-highlights/2025-08/banner.png
8+
tags: [release, mondoo]
9+
date: 2025-10-08
10+
---
11+
12+
#### As the colors of fall begin to show and the days start to get shorter, we certainly haven’t been sitting still at Mondoo. This month, we greatly extended our vulnerability detection capabilities, adding support for new operating systems and an impressive list of third-party applications. We also added support for EU and German compliance frameworks Dora and BSI SYS 1.5. On top of that we added experimental MCP security, streamlined the process of listing and filtering findings, and made advisory remediations easier to access. Dig in to find out more!
13+
14+
![Mondoo Release Highlights September 2025](/img/release-highlights/2025-09/banner.png)
15+
16+
## New and enhanced OS vulnerability detections
17+
18+
Mondoo now supports the latest Linux distributions with support for Fedora 42, Raspbian 13, Ubuntu 25.04, ​​RHEL Extended Update Support (EUS), and Enhanced Extended Update Support (E4S). Detection of vulnerabilities on Windows systems has been improved with support for Microsoft Exchange SU updates and improved .NET Framework detection, ensuring Mondoo always recognizes the latest features, packages, and updates installed on your systems.
19+
20+
## Expanded vulnerability detection for third-party applications
21+
22+
Third-party application vulnerability scanning is vital because any security vulnerabilities in these applications can be an entry point for bad actors. That’s why we’re excited to share that we’ve greatly expanded coverage for common third-party applications found on both servers and employee workstations. In addition to covering common applications such as Firefox, Chrome, Edge, Nginx, and Exchange Server, Mondoo now also detects vulnerabilities in the following applications:
23+
24+
- 7zip
25+
- Adobe products with Adobe advisories such as Acrobat Reader, Photoshop, InDesign, and Illustrator
26+
- Bitwarden
27+
- Cisco Webex
28+
- Docker Desktop
29+
- Firefox ESR releases on macOS
30+
- FortiClient
31+
- GitHub Desktop App
32+
- JetBrains IDEs
33+
- LibreOffice
34+
- Notepad++
35+
- Ollama
36+
- Oracle JDK on Windows
37+
- TeamViewer
38+
- VMware Tools
39+
40+
![Mondoo discovers applications and exposes vulnerabilities](/img/release-highlights/2025-09/adobe.png)
41+
42+
## Model Context Protocol (MCP) security
43+
44+
MCP is very powerful because it allows AI agents to autonomously interact with external tools and data. However if not properly secured, it can introduce significant risks like prompt injection, data breaches, and the execution of unauthorized commands by malicious actors.
45+
46+
That is why we’ve now added new experimental MCP security capabilities using cnquery’s AI provider and our new Mondoo Model Context Protocol (MCP) security policy. Stay tuned for more updates while we build out this functionality.
47+
48+
![Mondoo discovers MCP servers and highlights security vulnerabilities](/img/release-highlights/2025-09/mcp.png)
49+
50+
## Support for BSI SYS 1.5 and DORA compliance frameworks
51+
52+
In September we added support for two important frameworks in Germany and the EU:
53+
54+
### BSI SYS 1.5 Virtualisierung
55+
56+
BSI SYS.1.5 Virtualisierung refers to a specific requirement within the BSI IT-Grundschutz (German Federal Office for Information Security baseline protection) standard that deals with the security requirements and implementation of virtualized systems. It is mandatory for German Federal government agencies and Operators of Critical Infrastructures (KRITIS). For private companies and other organizations, adopting IT-Grundschutz is voluntary but strongly recommended. Mondoo now includes out-of-the-box policies that check for compliance with BSI SYS 1.5.
57+
58+
### Digital Operational Resilience Act (DORA)
59+
60+
DORA is a comprehensive European Union (EU) regulation that mandates all financial entities operating in the EU to enhance their digital operational resilience and cybersecurity. It introduces a harmonized approach to risk management, incident reporting, testing, and oversight of third-party technology providers across the EU's financial sector, with the goal of preventing and recovering from significant digital disruptions. Mondoo now
61+
62+
![Mondoo checks for DORA compliance using out-of-the-box policies](/img/release-highlights/2025-09/dora.png)
63+
64+
## Track findings, no matter what type
65+
66+
A Mondoo finding is now a finding no matter what type of finding it is. This eliminates the need for dedicated vulnerabilities, advisories, and checks tabs on assets as we simply show the findings for the asset. New filtering by type allows users to dive into specific types of findings still if they need to.
67+
68+
![All findings on an asset are now listed in the Findings tab](/img/release-highlights/2025-09/findings.png)
69+
70+
## Quick access to CVE remediations
71+
72+
When a CVE doesn’t include remediation data, but the vendor advisory does, we now directly show the remediation information on the CVE finding page. In the past we included a link to the advisory from the CVE page, but that required some awkward extra clicks and was overall funky at best. Now the necessary remediation is directly available in the Mondoo remediation section.
73+
74+
![Mondoo now makes guided remediation from advisories easily accessible](/img/release-highlights/2025-09/remediation.png)
75+
76+
## Mondoo 12.0
77+
78+
After 69 weekly releases in the 11.x series of cnquery and cnspec clients, it was time to bump the version to 12.0. This release includes simplified command line output, improved cloud asset discovery, new network discovery capabilities, and cleanup of legacy MQL fields. See everything that's new in our [Mondoo 12.0 is out!](2025-09-05-mondoo-12.0-is-out.md) release notes.
79+
80+
### New and updated policies and benchmarks
81+
82+
Security guidance is changing at a blistering pace and at Mondoo we’re continuously updating policies to match the latest CIS recommendations. The updated policies include new checks to match the latest attack vectors and updated remediations to match vendor UI and CLI experiences.
83+
84+
Updated policies:
85+
86+
- CIS VMware ESXi 8.0 Benchmark updated from 1.1 to 1.2
87+
- CIS AIX 7 Benchmark updated from 1.0 to 1.1
88+
- CIS Google Cloud Platform Foundation Benchmark updated from 3.0 to 4.0
89+
- CIS Apple macOS 14.0 Sonoma Benchmark updated from 2.0 to 2.1
90+
91+
New policies:
92+
93+
- CIS Microsoft Azure Compute Services Benchmark 1.0
94+
- CIS Microsoft Azure Database Services Benchmark 1.0
95+
- CIS Cisco IOS XE 17.x Benchmark 2.2.1
96+
- CIS Cisco IOS XR 7.x Benchmark 3.0
97+
- CIS Microsoft Intune Windows Benchmark 11 4.0
98+
- CIS Microsoft Intune Windows Benchmark 10 4.0
99+
- VMware vSphere Security Configuration Guide 8 Benchmark
100+
101+
### Scale secure deployments with Workload Identity Federation (WIF)
102+
103+
Workload Identity Federation (WIF) allows applications and services (workloads) to securely authenticate to cloud platforms and other services using short-lived tokens instead of managing long-lived credentials like API keys or passwords. This month we added WIF support for GitHub, Google Cloud and Microsoft Entra ID allowing you to easily deploy Mondoo to thousands of assets without the pain of credentials management. Implementing WIF also lowers the risk of leaked secrets since it uses temporary tokens.
104+
105+
![Mondoo now includes the option to use Workload Identity Federation (WIF)](/img/release-highlights/2025-09/wif.png)
106+
107+
### Stay on top of exceptions
108+
109+
This month we added further features to our exceptions, including improved filtering, email notifications, and more extensive user roles:
110+
111+
- **Filtering to better find exceptions**: New filtering capabilities on the exceptions page allow you to quickly find the exceptions that need your attention with filtering on exception type, status, and expiration date.
112+
- **Email notifications**: Receive an email notification when an exception you created is going to expire in the next 72 hours or when an exception is created that requires your review.
113+
- **Fine grained control of user roles**: Want exact control over what users can do in orgs and spaces? Now you have it with additional fine grained roles that can be layered on top of the viewer role. Allow users to manage tickets or exceptions without giving them the ability to delete assets or upload policies. You’re choice.
114+
115+
![Mondoo now includes enhanced user roles and permissions](/img/release-highlights/2025-09/roles.png)
116+
117+
That's it for September. We hope you're enjoying all our new additions and improvements, and we're looking forward to showing you everything we're working on next in September!
116 KB
Loading
154 KB
Loading
32.7 KB
Loading
41.8 KB
Loading
32.2 KB
Loading
41.7 KB
Loading

0 commit comments

Comments
 (0)