Skip to content

Commit f5e9572

Browse files
authored
Merge pull request #3050 from lakshmyav/docs-editor/linux-whatsnew-1741342825
Release notes for 2501 MDE Linux
2 parents 508fd94 + f2a6401 commit f5e9572

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

defender-endpoint/linux-whatsnew.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: What's new in Microsoft Defender for Endpoint on Linux
33
description: List of major changes for Microsoft Defender for Endpoint on Linux.
44
ms.service: defender-endpoint
5-
ms.author: deniseb
6-
author: denisebmsft
5+
ms.author: ewalsh
6+
author: emmwalshh
77
ms.reviewer: kumasumit, gopkr
88
ms.localizationpriority: medium
9-
ms.date: 02/20/2025
9+
ms.date: 03/11/2025
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -43,6 +43,26 @@ This article is updated frequently to let you know what's new in the latest rele
4343
4444
## Releases for Defender for Endpoint on Linux
4545

46+
### Mar-2025 Build: 101.25012.0000 | Release version: 30.125012.0000.0
47+
48+
| Build: | **101.25012.0000** |
49+
| -------- | -------- |
50+
|Released:|March 11, 2025|
51+
|Released:| **March 11, 2025**|
52+
| Released: |**March 11, 2025** |
53+
| Published: | **March 11, 2025** |
54+
| Release version: | **30.125012.0000.0** |
55+
| Engine version: | **1.1.24090.13** |
56+
| Signature version: | **1.421.226.0** |
57+
58+
What's new
59+
60+
- The MDATP package rollout into production will be done gradually. From the time the release notes are published, it might take up to a week for the package to be pushed to all production machines.
61+
62+
- The vulnerability in curl, CVE-2024-7264, has been addressed.
63+
64+
- Other stability improvements and bug fixes.
65+
4666
### Feb-2025 Build: 101.24122.0008 | Release version: 30.124112.0008.0
4767

4868
| Build: | **101.24122.0008** |
@@ -96,10 +116,10 @@ What's new
96116
- Enabled: When eBPF is enabled as working as expected.
97117
- Disabled: When eBPF is disabled due to one of the following reasons:
98118
- When MDE is using auditD as a supplementary sensor
99-
- When eBPF is not present and we fallback to Netlink as supplementary event provider
100-
- There is no supplementary sensor present.
119+
- When eBPF isn't present and we fallback to Netlink as supplementary event provider
120+
- There's no supplementary sensor present.
101121

102-
- Beginning with 2411, the MDATP package release to Production on `packages.microsoft.com` follows a gradual rollout mechanism which spans over a week. The other release rings, insiderFast and insiderSlow, are unaffected by this change.
122+
- Beginning with 2411, the MDATP package release to Production on `packages.microsoft.com` follows a gradual rollout mechanism which spans over a week. The other release rings, insiderFast, and insiderSlow, are unaffected by this change.
103123

104124
- Stability and performance improvements.
105125

@@ -211,7 +231,7 @@ There are multiple fixes and new changes in this release.
211231

212232
There are multiple fixes and new changes in this release.
213233

214-
- This release fixes a bug related to high memory usage eventually leading to high CPU due to eBPF memory leak in kernel space resulting in servers going into unusable states. This only impacted the kernel versions 3.10x and <= 4.16x, majorly on RHEL/CentOS distros. Update to the latest MDE version to avoid any impact.
234+
- This release fixes a bug related to high memory usage eventually leading to high CPU due to eBPF memory leak in kernel space resulting in servers going into unusable states. This only affected the kernel versions 3.10x and <= 4.16x, majorly on RHEL/CentOS distros. Update to the latest MDE version to avoid any impact.
215235

216236
- We have now simplified the output of `mdatp health --detail features`
217237

@@ -1040,7 +1060,7 @@ sudo systemctl disable mdatp
10401060

10411061
#### Known issues
10421062

1043-
- While upgrading mdatp to version `101.94.13`, you might notice that health is false, with health_issues as "no active supplementary event provider". This can happen due to misconfigured/conflicting auditd rules on existing machines. To mitigate the issue, the auditd rules on the existing machines need to be fixed. The following steps can help you to identify such auditd rules (these commands need to be run as super user). Take a backup of following file: `/etc/audit/rules.d/audit.rules` as these steps are only to identify failures.
1063+
- While upgrading mdatp to version `101.94.13`, you might notice that health is false, with health_issues as "no active supplementary event provider. This can happen due to misconfigured/conflicting auditd rules on existing machines. To mitigate the issue, the auditd rules on the existing machines need to be fixed. The following steps can help you to identify such auditd rules (these commands need to be run as super user). Take a backup of following file: `/etc/audit/rules.d/audit.rules` as these steps are only to identify failures.
10441064

10451065
```bash
10461066
echo -c >> /etc/audit/rules.d/audit.rules
@@ -1333,7 +1353,7 @@ As an alternative approach, follow the instructions to [uninstall](linux-resourc
13331353

13341354
##### What's new
13351355

1336-
- Added a capability to detect vulnerable log4j jars in use by Java applications. The machine is periodically inspected for running Java processes with loaded log4j jars. The information is reported to the Microsoft Defender for Endpoint backend and is exposed in the Vulnerability Management area of the portal.
1356+
- Added a capability to detect vulnerable Log4j jars in use by Java applications. The machine is periodically inspected for running Java processes with loaded Log4j jars. The information is reported to the Microsoft Defender for Endpoint backend and is exposed in the Vulnerability Management area of the portal.
13371357

13381358
#### Build: 101.47.76 | Release version: 30.121092.14776.0
13391359

@@ -1343,7 +1363,7 @@ As an alternative approach, follow the instructions to [uninstall](linux-resourc
13431363

13441364
##### What's new
13451365

1346-
- Added a new switch to the command-line tool to control whether archives are scanned during on-demand scans. This can be configured through mdatp config scan-archives --value [enabled/disabled]. By default, this setting is set to enabled.
1366+
- Added a new switch to the command-line tool to control whether archives are scanned during on-demand scans. This can be configured through mdatp config scan-archives--value [enabled/disabled]. By default, this setting is set to enabled.
13471367

13481368
- Bug fixes
13491369

0 commit comments

Comments
 (0)