Skip to content

Commit 87a069b

Browse files
authored
Merge pull request #5838 from limwainstein/exception-updates
CVE exception updates
2 parents f82079a + 9b7b087 commit 87a069b

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

defender-endpoint/api/get-all-vulnerabilities.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ Empty
6262

6363
If successful, this method returns 200 OK with the list of vulnerabilities in the body.
6464

65+
The possible values for the `status` field are:
66+
67+
- RemediationRequired
68+
- NoActionRequired
69+
- UnderException
70+
- PartialException
71+
72+
This field is supported for [CVE exceptions](/defender-vulnerability-management/tvm-exception-overview#cve-exceptions-preview).
73+
6574
## Example
6675

6776
### Request example
@@ -98,7 +107,8 @@ Here's an example of the response.
98107
"exploitUris": [],
99108
"cveSupportability": "Supported",
100109
"tags": [],
101-
"epss": 0.632
110+
"epss": 0.632,
111+
"status": "RemediationRequired",
102112
}
103113
]
104114

defender-vulnerability-management/tvm-exception-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Microsoft Defender Vulnerability Management supports two types of exceptions:
4343

4444
:::image type="content" alt-text="Screenshot highlighting Exception options in a Recommendation pane." source="media/tvm-exception-overview/exception-button-small.png" lightbox="media/tvm-exception-overview/exception-button-small.png":::
4545

46-
- **CVE exceptions** (Preview): Exclude specific Common Vulnerabilities and Exposures (CVEs) from analysis in your environment. You create a CVE exception from the **Weaknesses** page for a specific CVE.
46+
- **CVE exceptions**: Exclude specific Common Vulnerabilities and Exposures (CVEs) from analysis in your environment. You create a CVE exception from the **Weaknesses** page for a specific CVE.
4747

4848
:::image type="content" alt-text="Screenshot showing how to create a CVE exception." source="media/tvm-exception-overview/cve-exception-create.png" lightbox="media/tvm-exception-overview/cve-exception-create.png":::
4949

@@ -86,6 +86,7 @@ The following justifications are available for exceptions:
8686
- **Risk accepted**: Poses low risk and/or implementing the recommendation is too expensive.
8787
- **Planned remediation (grace)**: Already planned but is awaiting execution or authorization.
8888
- **CVE with no patch** (CVE exceptions only): No patch is available from the vendor.
89+
- **False positive** (CVE exceptions only): The CVE doesn't apply to your environment.
8990

9091
## Exposed devices and impact after exceptions
9192

@@ -95,7 +96,7 @@ The impact (after exceptions) shows remaining impact to exposure score or secure
9596

9697
![Showing the columns in the table.](/defender/media/defender-vulnerability-management/tvm-after-exceptions-table.png)
9798

98-
# [CVE exceptions (Preview)](#tab/cve-exclusions)
99+
# [CVE exceptions](#tab/cve-exclusions)
99100

100101
If the exception is global, no exposed devices are shown for that CVE during the exception period.
101102

defender-vulnerability-management/tvm-exception.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To learn more about exceptions, see [Exceptions in Microsoft Defender Vulnerabil
3737
3838
## Types of exceptions
3939

40-
Microsoft Defender Vulnerability Management supports two types of exceptions. A security recommendation exception excludes an entire recommendation, while a Common Vulnerabilities and Exposures (CVE) exception (preview) excludes a specific CVE.
40+
Microsoft Defender Vulnerability Management supports two types of exceptions. A security recommendation exception excludes an entire recommendation, while a Common Vulnerabilities and Exposures (CVE) exception excludes a specific CVE.
4141

4242
For more information, see [Types of exceptions](tvm-exception-overview.md#types-of-exceptions).
4343

@@ -79,7 +79,7 @@ For more information, see [Types of exceptions](tvm-exception-overview.md#types-
7979

8080
:::image type="content" alt-text="Screenshot highlighting Exception options in a Recommendation pane." source="media/tvm-exception-overview/exception-button-small.png" lightbox="media/tvm-exception-overview/exception-button-small.png":::
8181

82-
# [CVE exceptions (Preview)](#tab/cve-exclusions)
82+
# [CVE exceptions](#tab/cve-exclusions)
8383

8484
1. Select a CVE you would like to create an exception for. This might be available either from the **Vulnerabilities** page or from the **Weaknesses** page, depending on if you're an XDR/MDI preview customer. For more information, see [Microsoft Defender Vulnerability Management and Microsoft Security Exposure Management integration](whats-new-in-microsoft-defender-vulnerability-management.md#microsoft-defender-vulnerability-management-and-microsoft-security-exposure-management-integration).
8585
1. In the CVE details page, select **Exception options** on the bottom right.

defender-vulnerability-management/whats-new-in-microsoft-defender-vulnerability-management.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ This article provides information about new features and important product updat
3030
3131
## December 2025
3232

33-
(Preview) Microsoft Secure Score now includes the **Disable Remote Registry service on Windows** recommendation. This recommendation prevents remote access to the Windows registry, reducing attack surface and blocking unauthorized configuration changes, privilege escalation, and lateral movement.
33+
- (GA) [CVE exceptions](tvm-exception-overview.md#types-of-exceptions) are now generally available, and also support:
34+
- The **False positive** justification. [Learn more](tvm-exception-overview.md#justification)
35+
- The `status` field as part of the response for the `GET /api/vulnerabilities` request. [Learn more](/defender-endpoint/api/get-all-vulnerabilities)
36+
- (Preview) Microsoft Secure Score now includes the **Disable Remote Registry service on Windows** recommendation. This recommendation prevents remote access to the Windows registry, reducing attack surface and blocking unauthorized configuration changes, privilege escalation, and lateral movement.
3437

3538
## November 2025
3639

0 commit comments

Comments
 (0)