Skip to content

Commit 8073902

Browse files
authored
Merge pull request #3738 from subhajitm/docs-editor/linux-whatsnew-1747120378
[MDE Linux 2503 Release ]Update linux-whatsnew.md
2 parents 7518833 + 1aecc78 commit 8073902

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

defender-endpoint/linux-whatsnew.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ewalsh
66
author: emmwalshh
77
ms.reviewer: kumasumit, gopkr; mevasude
88
ms.localizationpriority: medium
9-
ms.date: 04/23/2025
9+
ms.date: 05/13/2025
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -35,14 +35,32 @@ This article is updated frequently to let you know what's new in the latest rele
3535
>
3636
> 1. Continue to use Defender for Endpoint on Linux build `101.24072.0000` with Auditd. This build continues to be supported for several months, so you have time to plan and execute your migration to eBPF.
3737
>
38-
> 2. If you are on versions later than `101.24072.0000`, Defender for Endpoint on Linux relies on `netlink` as a backup supplementary event provider. In the event of a fallback, all process operations continue to flow seamlessly.
38+
> 2. If you are on versions later than `101.24072.0000`, Defender for Endpoint on Linux relies on `netlink` as a backup supplementary event provider. If a fallback occurs, all operations continue to flow seamlessly.
3939
>
4040
> Review your current Defender for Endpoint on Linux deployment, and begin planning your migration to the eBPF-supported build. For more information on eBPF and how it works, see [Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-ebpf).
4141
>
4242
> If you have any concerns or need assistance during this transition, contact support.
4343
4444
## Releases for Defender for Endpoint on Linux
4545

46+
### May-2025 Build: 101.25032.0008 | Release version: 30.125032.0008.0
47+
48+
|Build: |**101.25032.0008** |
49+
|-------------------|----------------------|
50+
|Released: |**May 12, 2025** |
51+
|Published: |**May 13, 2025** |
52+
|Release version: |**30.125032.0008.0** |
53+
|Engine version: |**1.1.25020.4000** |
54+
|Signature version: |**1.427.370.0** |
55+
56+
What's new
57+
58+
- Removed external dependency of MDE Netfilter and libpcre from MDE package
59+
60+
- Fix for Python script executing unverified binaries with root-level privileges to identify Java processes using outdated versions of log4j (CVE-2025-26684) has been addressed.
61+
62+
- Updated Engine Version 1.1.25020.3000/Sigs Version 1.421.1866.0
63+
4664
### April-2025 Build: 101.25022.0002 | Release version: 30.125022.0001.0
4765

4866
|Build: |**101.25022.0002** |
@@ -99,9 +117,9 @@ Known Issues
99117
sudo chattr -i /etc/systemd/system/mdatp.service.d/[file name]
100118
```
101119

102-
Please note that the chattr command can only be used on supported file systems, such as ext4.
120+
Note that the chattr command can only be used on supported file systems, such as ext4.
103121

104-
If you need further assistance, you can reach out to our support team with your organization ID, and we can implement a temporary mitigation to prevent deletion. A permanent fix for this issue will be available in MDE version 101.25032.0000.
122+
If you need further assistance, you can reach out to our support team with your organization ID, and we can implement a temporary mitigation to prevent deletion. A permanent fix for this issue is available in MDE version 101.25032.0000.
105123

106124
### Feb-2025 Build: 101.24122.0008 | Release version: 30.124112.0008.0
107125

@@ -154,7 +172,7 @@ What's new
154172
- Enabled: When eBPF is enabled as working as expected.
155173
- Disabled: When eBPF is disabled due to one of the following reasons:
156174
- When MDE is using auditD as a supplementary sensor
157-
- When eBPF isn't present and we fallback to Net link as supplementary event provider
175+
- When eBPF isn't present and we fall back to Net link as supplementary event provider
158176
- There's no supplementary sensor present.
159177

160178
- 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.
@@ -207,7 +225,7 @@ What's new
207225

208226
#### What's new
209227

210-
- Starting this version, Defender for Endpoint on Linux no longer supports `AuditD` as a supplementary event provider. For improved stability and performance, we have transitioned to eBPF. If you disable eBPF, or in the event eBPF isn't supported on any specific kernel, Defender for Endpoint on Linux automatically switches back to Net link as a fallback supplementary event provider. Net link provides reduced functionality and tracks only process-related events. In this case, all process operations continue to flow seamlessly, but you could miss specific file and socket-related events that eBPF would otherwise capture. For more information, see [Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux](linux-support-ebpf.md). If you have any concerns or need assistance during this transition, contact support.
228+
- Starting with this version, Defender for Endpoint on Linux no longer supports `AuditD` as a supplementary event provider. For improved stability and performance, we have transitioned to eBPF. If you disable eBPF, or in the event eBPF isn't supported on any specific kernel, Defender for Endpoint on Linux automatically switches back to Net link as a fallback supplementary event provider. Net link provides reduced functionality and tracks only process-related events. In this case, all process operations continue to flow seamlessly, but you could miss specific file and socket-related events that eBPF would otherwise capture. For more information, see [Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux](linux-support-ebpf.md). If you have any concerns or need assistance during this transition, contact support.
211229

212230
- Stability and performance improvements
213231

@@ -713,7 +731,7 @@ There are multiple fixes and new changes in this release
713731
- Files
714732
- Executables
715733

716-
- Network Protection: Connections that is blocked by Network Protection and have the block overridden by users is now correctly reported to Microsoft Defender XDR
734+
- Network Protection: Connections that are blocked by Network Protection and have the block overridden by users is now correctly reported to Microsoft Defender XDR
717735

718736
- Improved logging in Network Protection block and audit events for debugging
719737
|
@@ -1186,7 +1204,7 @@ sudo systemctl disable mdatp
11861204

11871205
#### What's new
11881206

1189-
- Fixes a kernel hang observed on select customer workloads running mdatp version `101.75.43`. After RCA, this was attributed to a race condition while releasing the ownership of a sensor file descriptor. The race condition was exposed due to a recent product change in the shutdown path. Customers on newer Kernel versions (5.1+) isn't impacted by this issue. For more information, see [System hang due to blocked tasks in fanotify code](https://access.redhat.com/solutions/2838901).
1207+
- Fixes a kernel hang observed on select customer workloads running mdatp version `101.75.43`. After RCA, this was attributed to a race condition while releasing the ownership of a sensor file descriptor. The race condition was exposed due to a recent product change in the shutdown path. Customers on newer Kernel versions (5.1+) aren't impacted by this issue. For more information, see [System hang due to blocked tasks in fanotify code](https://access.redhat.com/solutions/2838901).
11901208

11911209
#### Known issues
11921210

defender-endpoint/mac-device-control-faq.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ms.date: 04/16/2025
2929
- [Microsoft Defender XDR](/defender-xdr)
3030
- [Microsoft Defender for Business](/defender-business)
3131

32-
3332
This article provides answers to frequently asked questions about Device Control capabilities in Microsoft Defender for Endpoint.
3433

3534
## Questions | Answers

0 commit comments

Comments
 (0)