Get Vulnerability By Id
In brief
Updated Microsoft Defender documentation in defender-endpoint/api/get-vulnerability-by-id.md.
What Defender admins need to know
Review the underlying documentation change to determine whether it affects tenant configuration or rollout plans.
Summaries are generated from the documentation change itself.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
{
"@odata.context": "https://api.security.microsoft.com/api/$metadata#Vulnerabilities/$entity",
"id": "CVE-2019-06082024-7256",
"name": "CVE-2019-06082024-7256",
"description": "A spoofing vulnerability exists when Microsoft Browsers does not properly parse HTTP content.Summary: Google Chrome is vulnerable to a security bypass due to insufficient data validation in Dawn. An attacker whocan exploit this vulnerability by tricking a user into visiting a malicious website, allowing them to bypass security restrictions. Impact: If successfully exploitedexploited, this vulnerability could impersonateallow a user requestremote attacker to bypass security restrictions in Google Chrome. Remediation: Apply the latest patches and updates provided by crafting HTTP queries. The specially crafted website could either spoof content or serve as a pivot to chain an attack with other vulnerabilities in web services.To exploit the vulnerability, the user must click a specially crafted URL. In an email attack scenario, an attacker could send an email message containing the specially crafted URL to the user in an attempt to convince the user to click it.In a web-based attack scenario, an attacker could host a specially crafted website designed to appear as a legitimate website to the user. However, the attacker would have no way to force the user to visit the specially crafted website. The attacker would have to convince the user to visit the specially crafted website, typicallyrespective vendors. Generated by way of enticement in an email or instant message, and then convince the user to interact with content on the website.The update addresses the vulnerability by correcting how Microsoft Browsers parses HTTP responses.AI",
"severity": "MediumHigh",
"cvssV3": 4.3,8,
"cvssVector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",
"exposedMachines": 4,23,
"publishedOn": "2019-10-08T00:2024-07-30T00:00:00Z",
"updatedOn": "2019-12-16T16:20:2024-07-31T00:00:00Z",
"firstDetected": "2024-07-31T01:55:47Z",
"publicExploit": false,
"exploitVerified": false,
"exploitInKit": false,
"exploitTypes": [],
"exploitUris": [],
"cveSupportability": "Supported",
"tags": [],
"epss": 0.632,
"status": "RemediationRequired",
}
@@ -70,18 +70,24 @@ Here's an example of the response. ```json { "@odata.context": "https://api.security.microsoft.com/api/$metadata#Vulnerabilities/$entity",- "id": "CVE-2019-0608",- "name": "CVE-2019-0608",- "description": "A spoofing vulnerability exists when Microsoft Browsers does not properly parse HTTP content. An attacker who successfully exploited this vulnerability could impersonate a user request by crafting HTTP queries. The specially crafted website could either spoof content or serve as a pivot to chain an attack with other vulnerabilities in web services.To exploit the vulnerability, the user must click a specially crafted URL. In an email attack scenario, an attacker could send an email message containing the specially crafted URL to the user in an attempt to convince the user to click it.In a web-based attack scenario, an attacker could host a specially crafted website designed to appear as a legitimate website to the user. However, the attacker would have no way to force the user to visit the specially crafted website. The attacker would have to convince the user to visit the specially crafted website, typically by way of enticement in an email or instant message, and then convince the user to interact with content on the website.The update addresses the vulnerability by correcting how Microsoft Browsers parses HTTP responses.",- "severity": "Medium",- "cvssV3": 4.3,- "exposedMachines": 4,- "publishedOn": "2019-10-08T00:00:00Z",- "updatedOn": "2019-12-16T16:20:00Z",+ "id": "CVE-2024-7256",+ "name": "CVE-2024-7256",+ "description": "Summary: Google Chrome is vulnerable to a security bypass due to insufficient data validation in Dawn. An attacker can exploit this vulnerability by tricking a user into visiting a malicious website, allowing them to bypass security restrictions. Impact: If successfully exploited, this vulnerability could allow a remote attacker to bypass security restrictions in Google Chrome. Remediation: Apply the latest patches and updates provided by the respective vendors. Generated by AI",+ "severity": "High",+ "cvssV3": 8,+ "cvssVector": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",+ "exposedMachines": 23,+ "publishedOn": "2024-07-30T00:00:00Z",+ "updatedOn": "2024-07-31T00:00:00Z",+ "firstDetected": "2024-07-31T01:55:47Z", "publicExploit": false, "exploitVerified": false, "exploitInKit": false, "exploitTypes": [],- "exploitUris": []+ "exploitUris": [],+ "cveSupportability": "Supported",+ "tags": [],+ "epss": 0.632,+ "status": "RemediationRequired", } ``` 