Microsoft Windows 10 1809 - CmKeyBodyRemapToVirtualForEnum Arbitrary Key Enumeration
2019-05-24T00:00:00
ID 1337DAY-ID-32791 Type zdt Reporter Google Security Research Modified 2019-05-24T00:00:00
Description
Exploit for windows platform in category local exploits
Microsoft Windows 10 1809 - 'CmKeyBodyRemapToVirtualForEnum' Arbitrary Key Enumeration Privilege Escalation
Windows: CmKeyBodyRemapToVirtualForEnum Arbitrary Key Enumeration EoP
Platform: Windows 10 1809 (not tested earlier)
Class: Elevation of Privilege
Security Boundary (per Windows Security Service Criteria): User boundary
Summary:
The kernel’s Registry Virtualization doesn’t safely open the real key for a virtualization location leading to enumerating arbitrary keys resulting in EoP.
Description:
When the virtualization flag is set on the primary token certain parts of the HKLM\Software hive are virtualized to a per-user location under Software\Classes. If the key exists in HKLM (and can be virtualized) then a handle to the HKLM key is opened read-only and the virtualized key is only created if any modification is made to the key, such as writing a value.
However, if a virtualized key already exists then that key is opened and the real key is only opened on demand. One reason to open the backing key is if the virtual key is enumerated, to provide compatibility the kernel will merge the key/value information from the real key into the virtual key. The real key is opened every time a call is made to NtEnumerateKey, NtQueryValue etc.
The open of the real key is performed in CmKeyBodyRemapToVirtualForEnum. It first constructs the real path to the key using CmpReparseToVirtualPath then opens the key object using ObReferenceObjectByName. The problem here is two fold:
1) The access mode passed to ObReferenceObjectByName is KernelMode which means security checking is disabled.
2) The open operation will follow symbolic links in the registry.
When combined together these two issues allow a normal user to redirect a real key to an arbitrary registry location, as security checking is disabled then it will open any key including the SAM or BCD hives. The only requirement is finding a virtualizable key inside HKLM which is writable by the normal user. There’s a number of examples of this, but the easiest and ironic one to exploit is the HKLM\SOFTWARE\Microsoft\DRM key. In order to get the virtualization to work you do need to create a new subkey, without any virtualization flags (the DRM key can be virtualized anyway) with a security descriptor which limits the user to read-only but grants the administrator group full access. This will meet the virtualization criteria, and as the key is in HKLM which is a trusted hive then any symbolic link can reparse to any other hive. This can be exploited as follows:
1) Create a new subkey of DRM which can only be written to by an administrator (just pass an appropriate security descriptor). This should be done with virtualization disabled.
2) Open the new subkey requesting read and write access with virtualization enabled. Write a value to the key to cause it to be virtualized then close it.
3) Reopen the subkey requesting read and write access with virtualization enabled.
4) Replace the new subkey in DRM with a symlink to \Registry\Machine\SAM\SAM.
5) Enumerate keys or values of the virtual key, it should result in the SAM hive being opened and enumerated. Repeat the process to dump all data from the hive as needed.
Fixing wise, I’m not really sure why the real key is opened without any access checking as the code should have already checked that the user could open the real key for read-only in order to create the virtual key and if the call fails it doesn’t seem to impact the enumeration process, just it doesn’t return the data. You might try and block symbolic link reparsing, but passing OBJ_OPEN_LINK isn’t sufficient as you could replace a key higher up the key path which is the actual symbolic link.
These operations can’t be done from any sandbox that I know of so it’s only a user to system privilege escalation.
Proof of Concept:
I’ve provided a PoC as a C# project. It will use the vulnerability to enumerate the top level of the SAM hive.
1) Compile the C# project. It’ll need to pull NtApiDotNet from NuGet to build.
2) As a normal user run the PoC.
3) The PoC should print the subkeys of the SAM hive.
Expected Result:
The query operation should fail.
Observed Result:
The SAM hive key is opened and enumerated.
Some additional notes.
I said this wasn’t exploitable from a sandbox but that turns out to be incorrect. It’s possible to mark a registry key as being a virtual store key using NtSetInformationKey with the KeySetVirtualizationInformation and passing a value of 1. When you do this the kernel always considers it to be a virtualized key for the purposes of enumeration, as long as the virtualization enabled flag is set when calling NtEnumerateKey it’ll call CmKeyBodyRemapToVirtualForEnum.
The path to the real registry key is generated by CmVirtualKCBToRealPath (not CmpReparseToVirtualPath as I said in the original report as that's the other direction) which just removes the first 4 path elements from the virtual key path and prepends \Registry. For example if you open the key \Registry\User\S-1-1-1\SOFTWARE\MACHINE\XYZ it’ll get mapped to \Registry\MACHINE\XYZ.
You can exploit this in an AC by creating a new application hive through RegLoadAppKey which will be mapped to \Registry\A\XYZ then creating a directory structure underneath that. For example if you load the app key, then create the subkeys ABC\MACHINE\SAM\SAM and mark the last one as a virtualized key then when opened with virtualization enabled you can now enumerate the SAM hive. I expect this can even be done from an Microsoft Edge Content Process as loading an application hive isn’t restricted, in fact it’s important for AC functionality.
There’s a few places that call CmVirtualKCBToRealPath so I’d probably check their usage is correct as this behavior is odd. Of course I’d argue that CmVirtualKCBToRealPath should be more rigorous and also at a minimum you probably shouldn’t be able to set virtualization flags on application hives in general.
Proof of Concept:
https://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/46912.zip
# 0day.today [2019-05-24] #
{"id": "1337DAY-ID-32791", "bulletinFamily": "exploit", "title": "Microsoft Windows 10 1809 - CmKeyBodyRemapToVirtualForEnum Arbitrary Key Enumeration", "description": "Exploit for windows platform in category local exploits", "published": "2019-05-24T00:00:00", "modified": "2019-05-24T00:00:00", "cvss": {"score": 7.2, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "href": "https://0day.today/exploit/description/32791", "reporter": "Google Security Research", "references": [], "cvelist": ["CVE-2019-0881"], "type": "zdt", "lastseen": "2019-05-24T15:56:52", "edition": 1, "viewCount": 240, "enchantments": {"dependencies": {"references": [{"type": "cve", "idList": ["CVE-2019-0881"]}, {"type": "symantec", "idList": ["SMNTC-108234"]}, {"type": "exploitdb", "idList": ["EDB-ID:46912"]}, {"type": "mscve", "idList": ["MS:CVE-2019-0881"]}, {"type": "openvas", "idList": ["OPENVAS:1361412562310815048", "OPENVAS:1361412562310815047", "OPENVAS:1361412562310815049", "OPENVAS:1361412562310815050", "OPENVAS:1361412562310815045", "OPENVAS:1361412562310815052", "OPENVAS:1361412562310815054", "OPENVAS:1361412562310815046", "OPENVAS:1361412562310815051"]}, {"type": "kaspersky", "idList": ["KLA11483", "KLA11706"]}, {"type": "nessus", "idList": ["SMB_NT_MS19_MAY_4499171.NASL", "SMB_NT_MS19_MAY_4499154.NASL", "SMB_NT_MS19_MAY_4494440.NASL", "SMB_NT_MS19_MAY_4499149.NASL", "SMB_NT_MS19_MAY_4499164.NASL", "SMB_NT_MS19_MAY_4494441.NASL", "SMB_NT_MS19_MAY_4499179.NASL", "SMB_NT_MS19_MAY_4499181.NASL", "SMB_NT_MS19_MAY_4499151.NASL", "SMB_NT_MS19_MAY_4499167.NASL"]}, {"type": "talosblog", "idList": ["TALOSBLOG:71D138211697B43CB345A133B54BC824"]}], "modified": "2019-05-24T15:56:52", "rev": 2}, "score": {"value": 5.4, "vector": "NONE", "modified": "2019-05-24T15:56:52", "rev": 2}, "vulnersScore": 5.4}, "sourceHref": "https://0day.today/exploit/32791", "sourceData": "Microsoft Windows 10 1809 - 'CmKeyBodyRemapToVirtualForEnum' Arbitrary Key Enumeration Privilege Escalation\r\n\r\n\r\nWindows: CmKeyBodyRemapToVirtualForEnum Arbitrary Key Enumeration EoP\r\nPlatform: Windows 10 1809 (not tested earlier)\r\nClass: Elevation of Privilege\r\nSecurity Boundary (per Windows Security Service Criteria): User boundary\r\n\r\nSummary: \r\n\r\nThe kernel\u2019s Registry Virtualization doesn\u2019t safely open the real key for a virtualization location leading to enumerating arbitrary keys resulting in EoP.\r\n\r\nDescription:\r\n\r\nWhen the virtualization flag is set on the primary token certain parts of the HKLM\\Software hive are virtualized to a per-user location under Software\\Classes. If the key exists in HKLM (and can be virtualized) then a handle to the HKLM key is opened read-only and the virtualized key is only created if any modification is made to the key, such as writing a value.\r\n\r\nHowever, if a virtualized key already exists then that key is opened and the real key is only opened on demand. One reason to open the backing key is if the virtual key is enumerated, to provide compatibility the kernel will merge the key/value information from the real key into the virtual key. The real key is opened every time a call is made to NtEnumerateKey, NtQueryValue etc.\r\n\r\nThe open of the real key is performed in CmKeyBodyRemapToVirtualForEnum. It first constructs the real path to the key using CmpReparseToVirtualPath then opens the key object using ObReferenceObjectByName. The problem here is two fold:\r\n1) The access mode passed to ObReferenceObjectByName is KernelMode which means security checking is disabled.\r\n2) The open operation will follow symbolic links in the registry.\r\n\r\nWhen combined together these two issues allow a normal user to redirect a real key to an arbitrary registry location, as security checking is disabled then it will open any key including the SAM or BCD hives. The only requirement is finding a virtualizable key inside HKLM which is writable by the normal user. There\u2019s a number of examples of this, but the easiest and ironic one to exploit is the HKLM\\SOFTWARE\\Microsoft\\DRM key. In order to get the virtualization to work you do need to create a new subkey, without any virtualization flags (the DRM key can be virtualized anyway) with a security descriptor which limits the user to read-only but grants the administrator group full access. This will meet the virtualization criteria, and as the key is in HKLM which is a trusted hive then any symbolic link can reparse to any other hive. This can be exploited as follows:\r\n\r\n1) Create a new subkey of DRM which can only be written to by an administrator (just pass an appropriate security descriptor). This should be done with virtualization disabled.\r\n2) Open the new subkey requesting read and write access with virtualization enabled. Write a value to the key to cause it to be virtualized then close it.\r\n3) Reopen the subkey requesting read and write access with virtualization enabled.\r\n4) Replace the new subkey in DRM with a symlink to \\Registry\\Machine\\SAM\\SAM. \r\n5) Enumerate keys or values of the virtual key, it should result in the SAM hive being opened and enumerated. Repeat the process to dump all data from the hive as needed.\r\n\r\nFixing wise, I\u2019m not really sure why the real key is opened without any access checking as the code should have already checked that the user could open the real key for read-only in order to create the virtual key and if the call fails it doesn\u2019t seem to impact the enumeration process, just it doesn\u2019t return the data. You might try and block symbolic link reparsing, but passing OBJ_OPEN_LINK isn\u2019t sufficient as you could replace a key higher up the key path which is the actual symbolic link.\r\n\r\nThese operations can\u2019t be done from any sandbox that I know of so it\u2019s only a user to system privilege escalation. \r\n\r\nProof of Concept:\r\n\r\nI\u2019ve provided a PoC as a C# project. It will use the vulnerability to enumerate the top level of the SAM hive.\r\n\r\n1) Compile the C# project. It\u2019ll need to pull NtApiDotNet from NuGet to build.\r\n2) As a normal user run the PoC. \r\n3) The PoC should print the subkeys of the SAM hive.\r\n\r\nExpected Result:\r\nThe query operation should fail.\r\n\r\nObserved Result:\r\nThe SAM hive key is opened and enumerated.\r\n\r\nSome additional notes.\r\n\r\nI said this wasn\u2019t exploitable from a sandbox but that turns out to be incorrect. It\u2019s possible to mark a registry key as being a virtual store key using NtSetInformationKey with the KeySetVirtualizationInformation and passing a value of 1. When you do this the kernel always considers it to be a virtualized key for the purposes of enumeration, as long as the virtualization enabled flag is set when calling NtEnumerateKey it\u2019ll call CmKeyBodyRemapToVirtualForEnum. \r\n\r\nThe path to the real registry key is generated by CmVirtualKCBToRealPath (not CmpReparseToVirtualPath as I said in the original report as that's the other direction) which just removes the first 4 path elements from the virtual key path and prepends \\Registry. For example if you open the key \\Registry\\User\\S-1-1-1\\SOFTWARE\\MACHINE\\XYZ it\u2019ll get mapped to \\Registry\\MACHINE\\XYZ. \r\n\r\nYou can exploit this in an AC by creating a new application hive through RegLoadAppKey which will be mapped to \\Registry\\A\\XYZ then creating a directory structure underneath that. For example if you load the app key, then create the subkeys ABC\\MACHINE\\SAM\\SAM and mark the last one as a virtualized key then when opened with virtualization enabled you can now enumerate the SAM hive. I expect this can even be done from an Microsoft Edge Content Process as loading an application hive isn\u2019t restricted, in fact it\u2019s important for AC functionality.\r\n\r\nThere\u2019s a few places that call CmVirtualKCBToRealPath so I\u2019d probably check their usage is correct as this behavior is odd. Of course I\u2019d argue that CmVirtualKCBToRealPath should be more rigorous and also at a minimum you probably shouldn\u2019t be able to set virtualization flags on application hives in general.\r\n\r\n\r\nProof of Concept:\r\nhttps://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/46912.zip\n\n# 0day.today [2019-05-24] #"}
{"cve": [{"lastseen": "2020-10-03T13:38:36", "description": "An elevation of privilege vulnerability exists when the Windows Kernel improperly handles key enumeration, aka 'Windows Kernel Elevation of Privilege Vulnerability'.", "edition": 4, "cvss3": {"exploitabilityScore": 1.8, "cvssV3": {"baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "attackComplexity": "LOW", "scope": "UNCHANGED", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "integrityImpact": "HIGH", "baseScore": 7.8, "privilegesRequired": "LOW", "vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "userInteraction": "NONE", "version": "3.0"}, "impactScore": 5.9}, "published": "2019-05-16T19:29:00", "title": "CVE-2019-0881", "type": "cve", "cwe": ["CWE-522"], "bulletinFamily": "NVD", "cvss2": {"severity": "HIGH", "exploitabilityScore": 3.9, "obtainAllPrivilege": false, "userInteractionRequired": false, "obtainOtherPrivilege": false, "cvssV2": {"accessComplexity": "LOW", "confidentialityImpact": "COMPLETE", "availabilityImpact": "COMPLETE", "integrityImpact": "COMPLETE", "baseScore": 7.2, "vectorString": "AV:L/AC:L/Au:N/C:C/I:C/A:C", "version": "2.0", "accessVector": "LOCAL", "authentication": "NONE"}, "acInsufInfo": false, "impactScore": 10.0, "obtainUserPrivilege": false}, "cvelist": ["CVE-2019-0881"], "modified": "2020-08-24T17:37:00", "cpe": ["cpe:/o:microsoft:windows_server_2019:-", "cpe:/o:microsoft:windows_10:1803", "cpe:/o:microsoft:windows_10:1703", "cpe:/o:microsoft:windows_server_2016:1803", "cpe:/o:microsoft:windows_rt_8.1:-", "cpe:/o:microsoft:windows_server_2008:-", "cpe:/o:microsoft:windows_server_2016:1709", "cpe:/o:microsoft:windows_server_2012:r2", "cpe:/o:microsoft:windows_10:-", "cpe:/o:microsoft:windows_10:1903", "cpe:/o:microsoft:windows_10:1709", "cpe:/o:microsoft:windows_server_2012:-", "cpe:/o:microsoft:windows_10:1607", "cpe:/o:microsoft:windows_10:1809", "cpe:/o:microsoft:windows_server_2008:r2", "cpe:/o:microsoft:windows_8.1:-", "cpe:/o:microsoft:windows_server_2016:-", "cpe:/o:microsoft:windows_7:-"], "id": "CVE-2019-0881", "href": "https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-0881", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}, "cpe23": ["cpe:2.3:o:microsoft:windows_server_2019:-:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_10:1809:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_10:1709:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_rt_8.1:-:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2008:r2:sp1:*:*:*:*:itanium:*", "cpe:2.3:o:microsoft:windows_10:1703:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_8.1:-:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2012:-:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2012:r2:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2016:-:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_10:1903:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_10:1803:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2008:-:sp2:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2008:r2:sp1:*:*:*:*:x64:*", "cpe:2.3:o:microsoft:windows_10:1607:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_7:-:sp1:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2016:1803:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_server_2016:1709:*:*:*:*:*:*:*", "cpe:2.3:o:microsoft:windows_10:-:*:*:*:*:*:*:*"]}], "symantec": [{"lastseen": "2019-05-14T23:21:26", "bulletinFamily": "software", "cvelist": ["CVE-2019-0881"], "description": "### Description\n\nMicrosoft Windows is prone to a remote privilege-escalation vulnerability. An attacker can exploit this issue to execute arbitrary code with elevated privileges.\n\n### Technologies Affected\n\n * Microsoft Windows 10 Version 1607 for 32-bit Systems \n * Microsoft Windows 10 Version 1607 for x64-based Systems \n * Microsoft Windows 10 Version 1709 for ARM64-based Systems \n * Microsoft Windows 10 Version 1803 for 32-bit Systems \n * Microsoft Windows 10 Version 1803 for ARM64-based Systems \n * Microsoft Windows 10 Version 1803 for x64-based Systems \n * Microsoft Windows 10 Version 1809 for 32-bit Systems \n * Microsoft Windows 10 Version 1809 for ARM64-based Systems \n * Microsoft Windows 10 Version 1809 for x64-based Systems \n * Microsoft Windows 10 Version 1903 for 32-bit Systems \n * Microsoft Windows 10 Version 1903 for ARM64-based Systems \n * Microsoft Windows 10 Version 1903 for x64-based Systems \n * Microsoft Windows 10 for 32-bit Systems \n * Microsoft Windows 10 for x64-based Systems \n * Microsoft Windows 10 version 1703 for 32-bit Systems \n * Microsoft Windows 10 version 1703 for x64-based Systems \n * Microsoft Windows 10 version 1709 for 32-bit Systems \n * Microsoft Windows 10 version 1709 for x64-based Systems \n * Microsoft Windows 7 for 32-bit Systems SP1 \n * Microsoft Windows 7 for x64-based Systems SP1 \n * Microsoft Windows 8.1 for 32-bit Systems \n * Microsoft Windows 8.1 for x64-based Systems \n * Microsoft Windows RT 8.1 \n * Microsoft Windows Server 1803 \n * Microsoft Windows Server 1903 \n * Microsoft Windows Server 2008 R2 for Itanium-based Systems SP1 \n * Microsoft Windows Server 2008 R2 for x64-based Systems SP1 \n * Microsoft Windows Server 2008 for 32-bit Systems SP2 \n * Microsoft Windows Server 2008 for Itanium-based Systems SP2 \n * Microsoft Windows Server 2008 for x64-based Systems SP2 \n * Microsoft Windows Server 2012 \n * Microsoft Windows Server 2012 R2 \n * Microsoft Windows Server 2019 \n\n### Recommendations\n\n**Deploy network intrusion detection systems to monitor network traffic for malicious activity.** \nDeploy NIDS to monitor network traffic for signs of suspicious or anomalous activity. This may help detect malicious actions that an attacker may take after successfully exploiting vulnerabilities in applications. Review all applicable logs regularly.\n\n**Do not accept or execute files from untrusted or unknown sources.** \nTo reduce the likelihood of successful exploits, never handle files that originate from unfamiliar or untrusted sources.\n\nUpdates are available. Please see the references or vendor advisory for more information.\n", "modified": "2019-05-14T00:00:00", "published": "2019-05-14T00:00:00", "id": "SMNTC-108234", "href": "https://www.symantec.com/content/symantec/english/en/security-center/vulnerabilities/writeup.html/108234", "type": "symantec", "title": "Microsoft Windows Kernel CVE-2019-0881 Remote Privilege Escalation Vulnerability", "cvss": {"score": 0.0, "vector": "NONE"}}], "exploitdb": [{"lastseen": "2019-05-23T12:25:00", "description": "", "published": "2019-05-23T00:00:00", "type": "exploitdb", "title": "Microsoft Windows 10 1809 - 'CmKeyBodyRemapToVirtualForEnum' Arbitrary Key Enumeration Privilege Escalation", "bulletinFamily": "exploit", "cvelist": ["CVE-2019-0881"], "modified": "2019-05-23T00:00:00", "id": "EDB-ID:46912", "href": "https://www.exploit-db.com/exploits/46912", "sourceData": "Windows: CmKeyBodyRemapToVirtualForEnum Arbitrary Key Enumeration EoP\r\nPlatform: Windows 10 1809 (not tested earlier)\r\nClass: Elevation of Privilege\r\nSecurity Boundary (per Windows Security Service Criteria): User boundary\r\n\r\nSummary: \r\n\r\nThe kernel\u2019s Registry Virtualization doesn\u2019t safely open the real key for a virtualization location leading to enumerating arbitrary keys resulting in EoP.\r\n\r\nDescription:\r\n\r\nWhen the virtualization flag is set on the primary token certain parts of the HKLM\\Software hive are virtualized to a per-user location under Software\\Classes. If the key exists in HKLM (and can be virtualized) then a handle to the HKLM key is opened read-only and the virtualized key is only created if any modification is made to the key, such as writing a value.\r\n\r\nHowever, if a virtualized key already exists then that key is opened and the real key is only opened on demand. One reason to open the backing key is if the virtual key is enumerated, to provide compatibility the kernel will merge the key/value information from the real key into the virtual key. The real key is opened every time a call is made to NtEnumerateKey, NtQueryValue etc.\r\n\r\nThe open of the real key is performed in CmKeyBodyRemapToVirtualForEnum. It first constructs the real path to the key using CmpReparseToVirtualPath then opens the key object using ObReferenceObjectByName. The problem here is two fold:\r\n1) The access mode passed to ObReferenceObjectByName is KernelMode which means security checking is disabled.\r\n2) The open operation will follow symbolic links in the registry.\r\n\r\nWhen combined together these two issues allow a normal user to redirect a real key to an arbitrary registry location, as security checking is disabled then it will open any key including the SAM or BCD hives. The only requirement is finding a virtualizable key inside HKLM which is writable by the normal user. There\u2019s a number of examples of this, but the easiest and ironic one to exploit is the HKLM\\SOFTWARE\\Microsoft\\DRM key. In order to get the virtualization to work you do need to create a new subkey, without any virtualization flags (the DRM key can be virtualized anyway) with a security descriptor which limits the user to read-only but grants the administrator group full access. This will meet the virtualization criteria, and as the key is in HKLM which is a trusted hive then any symbolic link can reparse to any other hive. This can be exploited as follows:\r\n\r\n1) Create a new subkey of DRM which can only be written to by an administrator (just pass an appropriate security descriptor). This should be done with virtualization disabled.\r\n2) Open the new subkey requesting read and write access with virtualization enabled. Write a value to the key to cause it to be virtualized then close it.\r\n3) Reopen the subkey requesting read and write access with virtualization enabled.\r\n4) Replace the new subkey in DRM with a symlink to \\Registry\\Machine\\SAM\\SAM. \r\n5) Enumerate keys or values of the virtual key, it should result in the SAM hive being opened and enumerated. Repeat the process to dump all data from the hive as needed.\r\n\r\nFixing wise, I\u2019m not really sure why the real key is opened without any access checking as the code should have already checked that the user could open the real key for read-only in order to create the virtual key and if the call fails it doesn\u2019t seem to impact the enumeration process, just it doesn\u2019t return the data. You might try and block symbolic link reparsing, but passing OBJ_OPEN_LINK isn\u2019t sufficient as you could replace a key higher up the key path which is the actual symbolic link.\r\n\r\nThese operations can\u2019t be done from any sandbox that I know of so it\u2019s only a user to system privilege escalation. \r\n\r\nProof of Concept:\r\n\r\nI\u2019ve provided a PoC as a C# project. It will use the vulnerability to enumerate the top level of the SAM hive.\r\n\r\n1) Compile the C# project. It\u2019ll need to pull NtApiDotNet from NuGet to build.\r\n2) As a normal user run the PoC. \r\n3) The PoC should print the subkeys of the SAM hive.\r\n\r\nExpected Result:\r\nThe query operation should fail.\r\n\r\nObserved Result:\r\nThe SAM hive key is opened and enumerated.\r\n\r\nSome additional notes.\r\n\r\nI said this wasn\u2019t exploitable from a sandbox but that turns out to be incorrect. It\u2019s possible to mark a registry key as being a virtual store key using NtSetInformationKey with the KeySetVirtualizationInformation and passing a value of 1. When you do this the kernel always considers it to be a virtualized key for the purposes of enumeration, as long as the virtualization enabled flag is set when calling NtEnumerateKey it\u2019ll call CmKeyBodyRemapToVirtualForEnum. \r\n\r\nThe path to the real registry key is generated by CmVirtualKCBToRealPath (not CmpReparseToVirtualPath as I said in the original report as that's the other direction) which just removes the first 4 path elements from the virtual key path and prepends \\Registry. For example if you open the key \\Registry\\User\\S-1-1-1\\SOFTWARE\\MACHINE\\XYZ it\u2019ll get mapped to \\Registry\\MACHINE\\XYZ. \r\n\r\nYou can exploit this in an AC by creating a new application hive through RegLoadAppKey which will be mapped to \\Registry\\A\\XYZ then creating a directory structure underneath that. For example if you load the app key, then create the subkeys ABC\\MACHINE\\SAM\\SAM and mark the last one as a virtualized key then when opened with virtualization enabled you can now enumerate the SAM hive. I expect this can even be done from an Microsoft Edge Content Process as loading an application hive isn\u2019t restricted, in fact it\u2019s important for AC functionality.\r\n\r\nThere\u2019s a few places that call CmVirtualKCBToRealPath so I\u2019d probably check their usage is correct as this behavior is odd. Of course I\u2019d argue that CmVirtualKCBToRealPath should be more rigorous and also at a minimum you probably shouldn\u2019t be able to set virtualization flags on application hives in general.\r\n\r\n\r\nProof of Concept:\r\nhttps://github.com/offensive-security/exploitdb-bin-sploits/raw/master/bin-sploits/46912.zip", "cvss": {"score": 7.2, "vector": "AV:LOCAL/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}, "sourceHref": "https://www.exploit-db.com/download/46912"}], "mscve": [{"lastseen": "2020-08-07T11:48:29", "bulletinFamily": "microsoft", "cvelist": ["CVE-2019-0881"], "description": "An elevation of privilege vulnerability exists when the Windows Kernel improperly handles key enumeration. An attacker who successfully exploited the vulnerability could gain elevated privileges on a targeted system.\n\nA locally authenticated attacker could exploit this vulnerability by running a specially crafted application.\n\nThe security update addresses the vulnerability by helping to ensure that the Windows Kernel properly handles key enumeration.\n", "edition": 2, "modified": "2019-05-14T07:00:00", "id": "MS:CVE-2019-0881", "href": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0881", "published": "2019-05-14T07:00:00", "title": "Windows Kernel Elevation of Privilege Vulnerability", "type": "mscve", "cvss": {"score": 7.2, "vector": "AV:L/AC:L/Au:N/C:C/I:C/A:C"}}], "openvas": [{"lastseen": "2020-07-21T20:40:55", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0902", "CVE-2019-0903", "CVE-2019-0898", "CVE-2019-0708", "CVE-2019-0936", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499149.", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815054", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815054", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499149)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815054\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2019-0708\", \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0881\",\n \"CVE-2019-0882\", \"CVE-2019-0884\", \"CVE-2019-0885\", \"CVE-2019-0889\",\n \"CVE-2019-0890\", \"CVE-2019-0891\", \"CVE-2019-0893\", \"CVE-2019-0894\",\n \"CVE-2019-0895\", \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\",\n \"CVE-2019-0899\", \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\",\n \"CVE-2019-0903\", \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0930\",\n \"CVE-2019-0936\", \"CVE-2019-0961\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 10:16:13 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499149)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499149.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows GDI component improperly discloses the contents of its memory.\n\n - Windows Kernel improperly handles key enumeration.\n\n - Scripting engine handles objects in memory in Microsoft browsers.\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Remote Code Execution Vulnerability in Windows Remote Desktop Service (Bluekeep).\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, conduct\n spoofing and disclose sensitive information.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows Server 2008 for 32-bit Systems Service Pack 2\n\n - Microsoft Windows Server 2008 for x64-based Systems Service Pack 2\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499149\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win2008:3, win2008x64:3) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nntlVer = fetch_file_version(sysPath:sysPath, file_name:\"Ntoskrnl.exe\");\nif(!ntlVer)\n exit(0);\n\nif(version_is_less(version:ntlVer, test_version:\"6.0.6003.20512\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Ntoskrnl.exe\",\n file_version:ntlVer, vulnerable_range:\"Less than 6.0.6003.20512\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:48", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0708", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499164.", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815051", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815051", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499164)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815051\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-11091\", \"CVE-2018-12126\", \"CVE-2018-12127\", \"CVE-2018-12130\",\n \"CVE-2019-0683\", \"CVE-2019-0708\", \"CVE-2019-0725\", \"CVE-2019-0734\",\n \"CVE-2019-0758\", \"CVE-2019-0863\", \"CVE-2019-0881\", \"CVE-2019-0882\",\n \"CVE-2019-0884\", \"CVE-2019-0885\", \"CVE-2019-0889\", \"CVE-2019-0890\",\n \"CVE-2019-0891\", \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0895\",\n \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\", \"CVE-2019-0899\",\n \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\", \"CVE-2019-0903\",\n \"CVE-2019-0911\", \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0930\",\n \"CVE-2019-0936\", \"CVE-2019-0940\", \"CVE-2019-0961\");\n script_tag(name:\"cvss_base\", value:\"10.0\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 10:16:13 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499164)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499164.\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on\n the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exist as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Windows Graphics Device Interface (GDI) improperly handles objects in the\n memory.\n\n - Internet Explorer improperly handles URLs.\n\n - Windows fails to properly handle certain symbolic links.\n\n - An error Active Directory Forest trusts due to a default setting.\n\n - Windows Server DHCP service improperly process specially crafted packets.\n\n - Remote Code Execution Vulnerability in Windows Remote Desktop Service (Bluekeep).\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow\n an attacker to execute arbitrary code on a victim system, obtain information to\n further compromise the user's system, gain elevated privileges, conduct remote\n code execution and conduct spoofing attack.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 7 for 32-bit/x64 Systems Service Pack 1\n\n - Microsoft Windows Server 2008 R2 for x64-based Systems Service Pack 1\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499164\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win7:2, win7x64:2, win2008r2:2) <= 0){\n exit(0);\n}\n\ndllPath = smb_get_system32root();\nif(!dllPath)\n exit(0);\n\nfileVer = fetch_file_version(sysPath:dllPath, file_name:\"Ntdll.dll\");\nif(!fileVer)\n exit(0);\n\nif(version_is_less(version:fileVer, test_version:\"6.1.7601.24441\")) {\n report = report_fixed_ver(file_checked:dllPath + \"\\Ntdll.dll\",\n file_version:fileVer, vulnerable_range:\"Less than 6.1.7601.24441\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-06-05T16:27:28", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499151", "modified": "2020-06-04T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815052", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815052", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499151)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815052\");\n script_version(\"2020-06-04T09:02:37+0000\");\n script_cve_id(\"CVE-2018-11091\", \"CVE-2018-12126\", \"CVE-2018-12127\", \"CVE-2018-12130\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0725\", \"CVE-2019-0734\",\n \"CVE-2019-0758\", \"CVE-2019-0863\", \"CVE-2019-0881\", \"CVE-2019-0882\",\n \"CVE-2019-0884\", \"CVE-2019-0885\", \"CVE-2019-0889\", \"CVE-2019-0890\",\n \"CVE-2019-0891\", \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0895\",\n \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\", \"CVE-2019-0899\",\n \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\", \"CVE-2019-0903\",\n \"CVE-2019-0911\", \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0930\",\n \"CVE-2019-0936\", \"CVE-2019-0940\", \"CVE-2019-0961\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-06-04 09:02:37 +0000 (Thu, 04 Jun 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 10:50:54 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499151)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499151\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present on\n the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Scripting engine improperly handles objects in memory in Microsoft browsers.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - Microsoft Windows OLE fails to properly validate user input.\n\n - An error in Microsoft Windows when a man-in-the-middle attacker is able to\n successfully decode and replace authentication request using Kerberos.\n\n - Windows Kernel improperly handles key enumeration.\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Windows GDI component improperly discloses the contents of its memory.\n\n - Speculative execution side channel vulnerabilities known as Microarchitectural\n Data Sampling.\n\n - Microsoft browsers improperly access objects in memory.\n\n - Internet Explorer improperly handles URLs and objects in memory.\n\n - An error in the Network Driver Interface Specification (NDIS).\n\n - Windows fails to properly handle certain symbolic links.\n\n - Windows Server DHCP service improperly process specially crafted packets.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow a remote\n attacker to elevate privileges, execute arbitrary code, read unauthorized\n information and take control of the affected system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 8.1 for 32-bit/x64\n\n - Microsoft Windows Server 2012 R2\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499151\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_mandatory_keys(\"SMB/WindowsVersion\");\n script_require_ports(139, 445);\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win8_1:1, win8_1x64:1, win2012R2:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath ){\n exit(0);\n}\n\nfileVer = fetch_file_version(sysPath:sysPath, file_name:\"inetcomm.dll\");\nif(!fileVer){\n exit(0);\n}\n\nif(version_is_less(version:fileVer, test_version:\"6.3.9600.19355\"))\n{\n report = report_fixed_ver(file_checked:sysPath + \"\\Inetcomm.dll\",\n file_version:fileVer, vulnerable_range:\"Less than 6.3.9600.19355\");\n security_message(data:report);\n exit(0);\n}\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:47", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499154", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815048", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815048", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499154)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815048\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-11091\", \"CVE-2018-12126\", \"CVE-2018-12127\", \"CVE-2018-12130\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0727\", \"CVE-2019-0733\",\n \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0820\", \"CVE-2019-0863\",\n \"CVE-2019-0864\", \"CVE-2019-0881\", \"CVE-2019-0882\", \"CVE-2019-0884\",\n \"CVE-2019-0885\", \"CVE-2019-0889\", \"CVE-2019-0890\", \"CVE-2019-0891\",\n \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0895\", \"CVE-2019-0896\",\n \"CVE-2019-0897\", \"CVE-2019-0898\", \"CVE-2019-0899\", \"CVE-2019-0900\",\n \"CVE-2019-0901\", \"CVE-2019-0902\", \"CVE-2019-0903\", \"CVE-2019-0911\",\n \"CVE-2019-0912\", \"CVE-2019-0913\", \"CVE-2019-0914\", \"CVE-2019-0915\",\n \"CVE-2019-0916\", \"CVE-2019-0917\", \"CVE-2019-0918\", \"CVE-2019-0921\",\n \"CVE-2019-0922\", \"CVE-2019-0924\", \"CVE-2019-0930\", \"CVE-2019-0936\",\n \"CVE-2019-0938\", \"CVE-2019-0940\", \"CVE-2019-0942\", \"CVE-2019-0961\",\n \"CVE-2019-0980\", \"CVE-2019-0981\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 09:56:34 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499154)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499154\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in Windows Defender Application Control (WDAC) which could allow an\n attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, bypass\n security restrictions, disclose sensitive information and cause a denial of\n service condition on a victim system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 10 for 32-bit Systems\n\n - Microsoft Windows 10 for x64-based Systems\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499154\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.10240.0\", test_version2:\"11.0.10240.18214\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.10240.0 - 11.0.10240.18214\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:47", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0892", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0929", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0926", "CVE-2019-0937", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4494441", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815046", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815046", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4494441)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815046\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-12126\", \"CVE-2018-12130\", \"CVE-2018-12127\", \"CVE-2018-11091\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0725\", \"CVE-2019-0727\",\n \"CVE-2019-0733\", \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0863\",\n \"CVE-2019-0881\", \"CVE-2019-0882\", \"CVE-2019-0884\", \"CVE-2019-0885\",\n \"CVE-2019-0886\", \"CVE-2019-0889\", \"CVE-2019-0890\", \"CVE-2019-0891\",\n \"CVE-2019-0892\", \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0895\",\n \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\", \"CVE-2019-0899\",\n \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\", \"CVE-2019-0903\",\n \"CVE-2019-0911\", \"CVE-2019-0912\", \"CVE-2019-0913\", \"CVE-2019-0914\",\n \"CVE-2019-0915\", \"CVE-2019-0916\", \"CVE-2019-0917\", \"CVE-2019-0918\",\n \"CVE-2019-0921\", \"CVE-2019-0922\", \"CVE-2019-0923\", \"CVE-2019-0924\",\n \"CVE-2019-0925\", \"CVE-2019-0926\", \"CVE-2019-0927\", \"CVE-2019-0929\",\n \"CVE-2019-0930\", \"CVE-2019-0931\", \"CVE-2019-0933\", \"CVE-2019-0936\",\n \"CVE-2019-0937\", \"CVE-2019-0938\", \"CVE-2019-0940\", \"CVE-2019-0942\",\n \"CVE-2019-0961\", \"CVE-2019-0995\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 09:21:09 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4494441)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4494441\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in in Windows Defender Application Control (WDAC) which could allow\n an attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an\n attacker to execute arbitrary code, escalate privileges, bypass security\n restrictions and disclose sensitive information on a victim system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 10 Version 1809 for 32-bit Systems\n\n - Microsoft Windows 10 Version 1809 for x64-based Systems\n\n - Microsoft Windows Server 2019\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4494441\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1, win2019:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.17763.0\", test_version2:\"11.0.17763.502\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.17763.0 - 11.0.17763.502\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:53", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0981", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499181", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815050", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815050", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499181)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815050\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-12126\", \"CVE-2018-12130\", \"CVE-2018-12127\", \"CVE-2018-11091\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0727\", \"CVE-2019-0733\",\n \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0820\", \"CVE-2019-0863\",\n \"CVE-2019-0864\", \"CVE-2019-0881\", \"CVE-2019-0882\", \"CVE-2019-0884\",\n \"CVE-2019-0885\", \"CVE-2019-0886\", \"CVE-2019-0889\", \"CVE-2019-0890\",\n \"CVE-2019-0891\", \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0895\",\n \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\", \"CVE-2019-0899\",\n \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\", \"CVE-2019-0903\",\n \"CVE-2019-0911\", \"CVE-2019-0912\", \"CVE-2019-0913\", \"CVE-2019-0914\",\n \"CVE-2019-0915\", \"CVE-2019-0916\", \"CVE-2019-0917\", \"CVE-2019-0918\",\n \"CVE-2019-0921\", \"CVE-2019-0922\", \"CVE-2019-0923\", \"CVE-2019-0924\",\n \"CVE-2019-0925\", \"CVE-2019-0927\", \"CVE-2019-0930\", \"CVE-2019-0931\",\n \"CVE-2019-0933\", \"CVE-2019-0936\", \"CVE-2019-0938\", \"CVE-2019-0940\",\n \"CVE-2019-0942\", \"CVE-2019-0961\", \"CVE-2019-0980\", \"CVE-2019-0981\",\n \"CVE-2019-0995\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 10:16:13 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499181)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499181\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in Windows Defender Application Control (WDAC) which could allow an\n attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, bypass\n security restrictions, disclose sensitive information and cause a denial of\n service condition on a victim system.\");\n\n script_tag(name:\"affected\", value:\"Microsoft Windows 10 Version 1703 x32/x64.\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499181\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.15063.0\", test_version2:\"11.0.15063.1804\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.15063.0 - 11.0.15063.1804\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:51", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0981", "CVE-2019-0892", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0929", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0937", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499167", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815045", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815045", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499167)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815045\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2019-0881\", \"CVE-2019-0882\", \"CVE-2019-0938\", \"CVE-2019-0940\",\n \"CVE-2019-0942\", \"CVE-2019-0707\", \"CVE-2019-0725\", \"CVE-2019-0902\",\n \"CVE-2019-0903\", \"CVE-2019-0911\", \"CVE-2019-0727\", \"CVE-2019-0733\",\n \"CVE-2019-0734\", \"CVE-2019-0912\", \"CVE-2019-0913\", \"CVE-2019-0914\",\n \"CVE-2019-0915\", \"CVE-2019-0916\", \"CVE-2019-0758\", \"CVE-2019-0820\",\n \"CVE-2019-0917\", \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0922\",\n \"CVE-2019-0863\", \"CVE-2019-0923\", \"CVE-2019-0924\", \"CVE-2019-0925\",\n \"CVE-2019-0927\", \"CVE-2019-0929\", \"CVE-2019-0930\", \"CVE-2019-0864\",\n \"CVE-2019-0931\", \"CVE-2019-0933\", \"CVE-2019-0936\", \"CVE-2019-0937\",\n \"CVE-2019-0884\", \"CVE-2019-0885\", \"CVE-2019-0886\", \"CVE-2019-0961\",\n \"CVE-2019-0980\", \"CVE-2019-0889\", \"CVE-2019-0890\", \"CVE-2019-0891\",\n \"CVE-2019-0892\", \"CVE-2019-0893\", \"CVE-2019-0894\", \"CVE-2019-0981\",\n \"CVE-2019-0895\", \"CVE-2019-0896\", \"CVE-2019-0995\", \"CVE-2019-0897\",\n \"CVE-2019-0898\", \"CVE-2019-0899\", \"CVE-2019-0900\", \"CVE-2019-0901\",\n \"CVE-2018-12126\", \"CVE-2018-12130\", \"CVE-2018-12127\", \"CVE-2018-11091\",\n \"CVE-2019-0683\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 08:42:52 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499167)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499167\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in Windows Defender Application Control (WDAC) which could allow an\n attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, bypass\n security restrictions, disclose sensitive information and cause a denial of\n service condition on a victim system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 10 Version 1803 for 32-bit Systems\n\n - Microsoft Windows 10 Version 1803 for x64-based Systems\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499167\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.17134.0\", test_version2:\"11.0.17134.764\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.17134.0 - 11.0.17134.764\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:40", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0981", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4494440", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815047", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815047", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4494440)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815047\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-11091\", \"CVE-2018-12126\", \"CVE-2018-12127\", \"CVE-2018-12130\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0725\", \"CVE-2019-0727\",\n \"CVE-2019-0733\", \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0820\",\n \"CVE-2019-0863\", \"CVE-2019-0864\", \"CVE-2019-0881\", \"CVE-2019-0882\",\n \"CVE-2019-0884\", \"CVE-2019-0885\", \"CVE-2019-0886\", \"CVE-2019-0889\",\n \"CVE-2019-0890\", \"CVE-2019-0891\", \"CVE-2019-0893\", \"CVE-2019-0894\",\n \"CVE-2019-0895\", \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\",\n \"CVE-2019-0899\", \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\",\n \"CVE-2019-0903\", \"CVE-2019-0911\", \"CVE-2019-0912\", \"CVE-2019-0913\",\n \"CVE-2019-0914\", \"CVE-2019-0915\", \"CVE-2019-0916\", \"CVE-2019-0917\",\n \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0922\", \"CVE-2019-0923\",\n \"CVE-2019-0924\", \"CVE-2019-0925\", \"CVE-2019-0927\", \"CVE-2019-0930\",\n \"CVE-2019-0933\", \"CVE-2019-0936\", \"CVE-2019-0938\", \"CVE-2019-0940\",\n \"CVE-2019-0942\", \"CVE-2019-0961\", \"CVE-2019-0980\", \"CVE-2019-0981\",\n \"CVE-2019-0995\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 09:41:28 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4494440)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4494440\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in Windows Defender Application Control (WDAC) which could allow an\n attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, bypass\n security restrictions, disclose sensitive information and cause a denial of\n service condition on a victim system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 10 Version 1607 x32/x64\n\n - Microsoft Windows Server 2016\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4494440\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1, win2016:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.14393.0\", test_version2:\"11.0.14393.2968\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.14393.0 - 11.0.14393.2968\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-07-21T20:40:39", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0683", "CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2018-11091", "CVE-2019-0981", "CVE-2019-0892", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0937", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "description": "This host is missing a critical security\n update according to Microsoft KB4499179", "modified": "2020-07-17T00:00:00", "published": "2019-05-15T00:00:00", "id": "OPENVAS:1361412562310815049", "href": "http://plugins.openvas.org/nasl.php?oid=1361412562310815049", "type": "openvas", "title": "Microsoft Windows Multiple Vulnerabilities (KB4499179)", "sourceData": "# Copyright (C) 2019 Greenbone Networks GmbH\n# Some text descriptions might be excerpted from (a) referenced\n# source(s), and are Copyright (C) by the respective right holder(s).\n#\n# SPDX-License-Identifier: GPL-2.0-or-later\n#\n# This program is free software; you can redistribute it and/or\n# modify it under the terms of the GNU General Public License\n# as published by the Free Software Foundation; either version 2\n# of the License, or (at your option) any later version.\n#\n# This program is distributed in the hope that it will be useful,\n# but WITHOUT ANY WARRANTY; without even the implied warranty of\n# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n# GNU General Public License for more details.\n#\n# You should have received a copy of the GNU General Public License\n# along with this program; if not, write to the Free Software\n# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.\n\nif(description)\n{\n script_oid(\"1.3.6.1.4.1.25623.1.0.815049\");\n script_version(\"2020-07-17T05:57:41+0000\");\n script_cve_id(\"CVE-2018-11091\", \"CVE-2018-12126\", \"CVE-2018-12127\", \"CVE-2018-12130\",\n \"CVE-2019-0683\", \"CVE-2019-0707\", \"CVE-2019-0727\", \"CVE-2019-0733\",\n \"CVE-2019-0734\", \"CVE-2019-0758\", \"CVE-2019-0820\", \"CVE-2019-0863\",\n \"CVE-2019-0864\", \"CVE-2019-0881\", \"CVE-2019-0882\", \"CVE-2019-0884\",\n \"CVE-2019-0885\", \"CVE-2019-0886\", \"CVE-2019-0889\", \"CVE-2019-0890\",\n \"CVE-2019-0891\", \"CVE-2019-0892\", \"CVE-2019-0893\", \"CVE-2019-0894\",\n \"CVE-2019-0895\", \"CVE-2019-0896\", \"CVE-2019-0897\", \"CVE-2019-0898\",\n \"CVE-2019-0899\", \"CVE-2019-0900\", \"CVE-2019-0901\", \"CVE-2019-0902\",\n \"CVE-2019-0903\", \"CVE-2019-0911\", \"CVE-2019-0912\", \"CVE-2019-0913\",\n \"CVE-2019-0914\", \"CVE-2019-0915\", \"CVE-2019-0916\", \"CVE-2019-0917\",\n \"CVE-2019-0918\", \"CVE-2019-0921\", \"CVE-2019-0922\", \"CVE-2019-0923\",\n \"CVE-2019-0924\", \"CVE-2019-0925\", \"CVE-2019-0927\", \"CVE-2019-0930\",\n \"CVE-2019-0931\", \"CVE-2019-0933\", \"CVE-2019-0936\", \"CVE-2019-0937\",\n \"CVE-2019-0938\", \"CVE-2019-0940\", \"CVE-2019-0942\", \"CVE-2019-0961\",\n \"CVE-2019-0980\", \"CVE-2019-0981\", \"CVE-2019-0995\");\n script_tag(name:\"cvss_base\", value:\"9.3\");\n script_tag(name:\"cvss_base_vector\", value:\"AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_tag(name:\"last_modification\", value:\"2020-07-17 05:57:41 +0000 (Fri, 17 Jul 2020)\");\n script_tag(name:\"creation_date\", value:\"2019-05-15 10:05:06 +0530 (Wed, 15 May 2019)\");\n script_name(\"Microsoft Windows Multiple Vulnerabilities (KB4499179)\");\n\n script_tag(name:\"summary\", value:\"This host is missing a critical security\n update according to Microsoft KB4499179\");\n\n script_tag(name:\"vuldetect\", value:\"Checks if a vulnerable version is present\n on the target host.\");\n\n script_tag(name:\"insight\", value:\"Multiple flaws exists as,\n\n - Windows Jet Database Engine improperly handles objects in memory.\n\n - Chakra scripting engine improperly handles objects in memory in Microsoft Edge.\n\n - Windows Error Reporting (WER) improperly handles files.\n\n - An error in Windows Defender Application Control (WDAC) which could allow an\n attacker to bypass WDAC enforcement.\n\n Please see the references for more information about the vulnerabilities.\");\n\n script_tag(name:\"impact\", value:\"Successful exploitation will allow an attacker\n to execute arbitrary code on a victim system, escalate privileges, bypass\n security restrictions, disclose sensitive information and cause a denial of\n service condition on a victim system.\");\n\n script_tag(name:\"affected\", value:\"- Microsoft Windows 10 Version 1709 for 32-bit Systems\n\n - Microsoft Windows 10 Version 1709 for 64-based Systems\");\n\n script_tag(name:\"solution\", value:\"The vendor has released updates. Please see\n the references for more information.\");\n\n script_tag(name:\"solution_type\", value:\"VendorFix\");\n script_tag(name:\"qod_type\", value:\"executable_version\");\n script_xref(name:\"URL\", value:\"https://support.microsoft.com/en-us/help/4499179\");\n script_category(ACT_GATHER_INFO);\n script_copyright(\"Copyright (C) 2019 Greenbone Networks GmbH\");\n script_family(\"Windows : Microsoft Bulletins\");\n script_dependencies(\"smb_reg_service_pack.nasl\");\n script_require_ports(139, 445);\n script_mandatory_keys(\"SMB/WindowsVersion\");\n exit(0);\n}\n\ninclude(\"smb_nt.inc\");\ninclude(\"secpod_reg.inc\");\ninclude(\"version_func.inc\");\ninclude(\"secpod_smb_func.inc\");\n\nif(hotfix_check_sp(win10:1, win10x64:1) <= 0){\n exit(0);\n}\n\nsysPath = smb_get_system32root();\nif(!sysPath)\n exit(0);\n\nedgeVer = fetch_file_version(sysPath:sysPath, file_name:\"edgehtml.dll\");\nif(!edgeVer)\n exit(0);\n\nif(version_in_range(version:edgeVer, test_version:\"11.0.16299.0\", test_version2:\"11.0.16299.1145\")) {\n report = report_fixed_ver(file_checked:sysPath + \"\\Edgehtml.dll\",\n file_version:edgeVer, vulnerable_range:\"11.0.16299.0 - 11.0.16299.1145\");\n security_message(data:report);\n exit(0);\n}\n\nexit(99);\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "kaspersky": [{"lastseen": "2020-09-02T11:53:20", "bulletinFamily": "info", "cvelist": ["CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2019-0902", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0708", "CVE-2019-0936", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-0895"], "description": "### *Detect date*:\n05/14/2019\n\n### *Severity*:\nCritical\n\n### *Description*:\nMultiple vulnerabilities were found in Microsoft Products (Extended Security Update). Malicious users can exploit these vulnerabilities to gain privileges, execute arbitrary code, obtain sensitive information, spoof user interface.\n\n### *Exploitation*:\nMalware exists for this vulnerability. Usually such malware is classified as Exploit. [More details](<https://threats.kaspersky.com/en/class/Exploit/>).\n\n### *Affected products*:\nWindows Server 2016 (Server Core installation) \nWindows Server 2012 \nWindows Server 2012 (Server Core installation) \nInternet Explorer 11 \nWindows 10 Version 1803 for x64-based Systems \nWindows 10 Version 1709 for x64-based Systems \nWindows 10 Version 1607 for x64-based Systems \nWindows 10 Version 1903 for 32-bit Systems \nInternet Explorer 10 \nWindows 10 Version 1709 for 32-bit Systems \nWindows Server 2008 for 32-bit Systems Service Pack 2 \nWindows RT 8.1 \nWindows 10 Version 1809 for x64-based Systems \nWindows 10 Version 1709 for ARM64-based Systems \nWindows Server 2008 for x64-based Systems Service Pack 2 \nWindows 7 for x64-based Systems Service Pack 1 \nWindows 10 Version 1703 for 32-bit Systems \nWindows Server 2008 R2 for Itanium-Based Systems Service Pack 1 \nWindows 10 Version 1903 for ARM64-based Systems \nWindows Server 2008 R2 for x64-based Systems Service Pack 1 \nWindows 10 for x64-based Systems \nWindows Server, version 1903 (Server Core installation) \nWindows Server 2019 (Server Core installation) \nWindows Server 2008 R2 for x64-based Systems Service Pack 1 (Server Core installation) \nWindows Server 2016 \nWindows 10 Version 1903 for x64-based Systems \nWindows 10 Version 1809 for ARM64-based Systems \nWindows 7 for 32-bit Systems Service Pack 1 \nWindows Server 2012 R2 \nWindows 10 Version 1607 for 32-bit Systems \nWindows 8.1 for 32-bit systems \nWindows 8.1 for x64-based systems \nWindows 10 Version 1809 for 32-bit Systems \nWindows 10 Version 1703 for x64-based Systems \nWindows Server 2012 R2 (Server Core installation) \nMicrosoft Edge (EdgeHTML-based) \nWindows 10 Version 1803 for ARM64-based Systems \nWindows 10 for 32-bit Systems \nWindows Server 2008 for Itanium-Based Systems Service Pack 2 \nWindows Server 2008 for 32-bit Systems Service Pack 2 (Server Core installation) \nWindows Server 2019 \nInternet Explorer 9 \nWindows Server, version 1803 (Server Core Installation) \nWindows 10 Version 1803 for 32-bit Systems \nWindows Server 2008 for x64-based Systems Service Pack 2 (Server Core installation)\n\n### *Solution*:\nInstall necessary updates from the KB section, that are listed in your Windows Update (Windows Update usually can be accessed from the Control Panel)\n\n### *Original advisories*:\n[CVE-2019-0734](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0734>) \n[CVE-2019-0918](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0918>) \n[CVE-2019-0889](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0889>) \n[CVE-2019-0885](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0885>) \n[CVE-2019-0884](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0884>) \n[CVE-2019-0882](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0882>) \n[CVE-2019-0881](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0881>) \n[CVE-2019-0758](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0758>) \n[CVE-2019-0863](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0863>) \n[CVE-2019-0890](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0890>) \n[CVE-2019-0961](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0961>) \n[CVE-2019-0898](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0898>) \n[CVE-2019-0899](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0899>) \n[CVE-2019-0930](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0930>) \n[CVE-2019-0921](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0921>) \n[CVE-2019-0708](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0708>) \n[CVE-2019-0891](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0891>) \n[CVE-2019-0893](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0893>) \n[CVE-2019-0902](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0902>) \n[CVE-2019-0903](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0903>) \n[CVE-2019-0896](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0896>) \n[CVE-2019-0895](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0895>) \n[CVE-2019-0936](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0936>) \n[CVE-2019-0897](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0897>) \n[CVE-2019-0900](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0900>) \n[CVE-2019-0725](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0725>) \n[CVE-2019-0894](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0894>) \n[CVE-2019-0901](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0901>) \n[ADV190013](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/ADV190013>) \n\n\n### *Impacts*:\nACE \n\n### *Related products*:\n[Microsoft Internet Explorer](<https://threats.kaspersky.com/en/product/Microsoft-Internet-Explorer/>)\n\n### *CVE-IDS*:\n[CVE-2019-0921](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0921>)0.0Unknown \n[CVE-2019-0918](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0918>)0.0Unknown \n[CVE-2019-0884](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0884>)0.0Unknown \n[CVE-2019-0930](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0930>)0.0Unknown \n[CVE-2019-0895](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0895>)0.0Unknown \n[CVE-2019-0889](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0889>)0.0Unknown \n[CVE-2019-0863](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0863>)0.0Unknown \n[CVE-2019-0758](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0758>)0.0Unknown \n[CVE-2019-0891](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0891>)0.0Unknown \n[CVE-2019-0936](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0936>)0.0Unknown \n[CVE-2019-0900](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0900>)0.0Unknown \n[CVE-2019-0961](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0961>)0.0Unknown \n[CVE-2019-0903](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0903>)0.0Unknown \n[CVE-2019-0885](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0885>)0.0Unknown \n[CVE-2019-0894](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0894>)0.0Unknown \n[CVE-2019-0708](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0708>)0.0Unknown \n[CVE-2019-0893](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0893>)0.0Unknown \n[CVE-2019-0902](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0902>)0.0Unknown \n[CVE-2019-0896](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0896>)0.0Unknown \n[CVE-2019-0882](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0882>)0.0Unknown \n[CVE-2019-0897](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0897>)0.0Unknown \n[CVE-2019-0725](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0725>)0.0Unknown \n[CVE-2019-0901](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0901>)0.0Unknown \n[CVE-2019-0898](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0898>)0.0Unknown \n[CVE-2019-0734](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0734>)0.0Unknown \n[CVE-2019-0890](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0890>)0.0Unknown \n[CVE-2019-0881](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0881>)0.0Unknown \n[CVE-2019-0899](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0899>)0.0Unknown\n\n### *KB list*:\n[4499164](<http://support.microsoft.com/kb/4499164>) \n[4499175](<http://support.microsoft.com/kb/4499175>) \n[4498206](<http://support.microsoft.com/kb/4498206>) \n[4499149](<http://support.microsoft.com/kb/4499149>) \n[4499180](<http://support.microsoft.com/kb/4499180>) \n[4503287](<http://support.microsoft.com/kb/4503287>) \n[4503273](<http://support.microsoft.com/kb/4503273>) \n[4516051](<http://support.microsoft.com/kb/4516051>) \n[4516065](<http://support.microsoft.com/kb/4516065>) \n[4516026](<http://support.microsoft.com/kb/4516026>) \n[4516033](<http://support.microsoft.com/kb/4516033>)\n\n### *Microsoft official advisories*:", "edition": 1, "modified": "2020-06-18T00:00:00", "published": "2019-05-14T00:00:00", "id": "KLA11706", "href": "https://threats.kaspersky.com/en/vulnerability/KLA11706", "title": "\r KLA11706Multiple vulnerabilities in Microsoft Products (ESU) ", "type": "kaspersky", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-09-02T11:50:42", "bulletinFamily": "info", "cvelist": ["CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0892", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0863", "CVE-2019-0902", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0898", "CVE-2019-0936", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0733", "CVE-2019-0881", "CVE-2019-0895"], "description": "### *Detect date*:\n05/14/2019\n\n### *Severity*:\nCritical\n\n### *Description*:\nMultiple vulnerabilities were found in Microsoft Windows. Malicious users can exploit these vulnerabilities to execute arbitrary code, gain privileges, obtain sensitive information, bypass security restrictions.\n\n### *Exploitation*:\nMalware exists for this vulnerability. Usually such malware is classified as Exploit. [More details](<https://threats.kaspersky.com/en/class/Exploit/>).\n\n### *Affected products*:\nWindows 10 Version 1809 for 32-bit Systems \nWindows Server 2008 for 32-bit Systems Service Pack 2 \nWindows 7 for x64-based Systems Service Pack 1 \nWindows 10 Version 1809 for ARM64-based Systems \nWindows 10 Version 1703 for 32-bit Systems \nWindows 7 for 32-bit Systems Service Pack 1 \nWindows RT 8.1 \nWindows Server 2008 R2 for Itanium-Based Systems Service Pack 1 \nWindows 10 for x64-based Systems \nWindows 10 Version 1903 for x64-based Systems \nWindows 10 Version 1703 for x64-based Systems \nWindows Server 2012 \nWindows Server 2012 (Server Core installation) \nWindows Server 2012 R2 \nWindows Server 2012 R2 (Server Core installation) \nWindows Server 2008 R2 for x64-based Systems Service Pack 1 \nWindows 10 Version 1903 for ARM64-based Systems \nWindows 10 Version 1803 for 32-bit Systems \nWindows 10 Version 1803 for x64-based Systems \nWindows 10 Version 1607 for x64-based Systems \nWindows 10 Version 1709 for 32-bit Systems \nWindows Server 2008 R2 for x64-based Systems Service Pack 1 (Server Core installation) \nWindows 10 Version 1809 for x64-based Systems \nWindows Server, version 1903 (Server Core installation) \nWindows Server 2008 for x64-based Systems Service Pack 2 \nWindows 10 Version 1709 for ARM64-based Systems \nWindows Server 2019 \nWindows Server 2016 \nWindows 10 Version 1803 for ARM64-based Systems \nWindows Server 2008 for Itanium-Based Systems Service Pack 2 \nWindows 8.1 for 32-bit systems \nWindows 8.1 for x64-based systems \nWindows 10 for 32-bit Systems \nWindows 10 Version 1903 for 32-bit Systems \nWindows Server 2008 for x64-based Systems Service Pack 2 (Server Core installation) \nWindows Server 2008 for 32-bit Systems Service Pack 2 (Server Core installation) \nWindows 10 Version 1607 for 32-bit Systems \nMicrosoft Visual Studio 2019 version 16.0 \nMicrosoft Visual Studio 2017 version 15.0 \nMicrosoft Visual Studio 2015 Update 3 \nWindows Server 2016 (Server Core installation) \nWindows 10 Version 1709 for x64-based Systems \nPowerShell Core 6.1 \nWindows Server 2019 (Server Core installation) \nPowerShell Core 6.2 \nWindows Server, version 1803 (Server Core Installation) \nMicrosoft Visual Studio 2017 version 15.9 (includes 15.1 - 15.8)\n\n### *Solution*:\nInstall necessary updates from the KB section, that are listed in your Windows Update (Windows Update usually can be accessed from the Control Panel)\n\n### *Original advisories*:\n[CVE-2019-0895](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0895>) \n[CVE-2019-0889](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0889>) \n[CVE-2019-0863](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0863>) \n[CVE-2019-0758](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0758>) \n[CVE-2019-0942](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0942>) \n[CVE-2019-0891](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0891>) \n[CVE-2019-0936](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0936>) \n[CVE-2019-0900](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0900>) \n[CVE-2019-0961](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0961>) \n[CVE-2019-0903](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0903>) \n[CVE-2019-0727](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0727>) \n[CVE-2019-0885](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0885>) \n[CVE-2019-0894](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0894>) \n[CVE-2019-0886](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0886>) \n[CVE-2019-0733](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0733>) \n[CVE-2019-0893](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0893>) \n[CVE-2019-0902](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0902>) \n[CVE-2019-0896](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0896>) \n[CVE-2019-0882](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0882>) \n[CVE-2019-0892](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0892>) \n[CVE-2019-0897](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0897>) \n[CVE-2019-0725](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0725>) \n[CVE-2019-0901](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0901>) \n[CVE-2019-0931](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0931>) \n[CVE-2019-0898](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0898>) \n[CVE-2019-0734](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0734>) \n[CVE-2019-0890](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0890>) \n[CVE-2019-0881](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0881>) \n[CVE-2019-0707](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0707>) \n[CVE-2019-0899](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/CVE-2019-0899>) \n[ADV190013](<https://portal.msrc.microsoft.com/api/security-guidance/en-US/CVE/ADV190013>) \n\n\n### *Impacts*:\nACE \n\n### *Related products*:\n[Microsoft Visual Studio](<https://threats.kaspersky.com/en/product/Microsoft-Visual-Studio/>)\n\n### *CVE-IDS*:\n[CVE-2019-0895](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0895>)0.0Unknown \n[CVE-2019-0889](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0889>)0.0Unknown \n[CVE-2019-0863](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0863>)0.0Unknown \n[CVE-2019-0758](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0758>)0.0Unknown \n[CVE-2019-0942](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0942>)0.0Unknown \n[CVE-2019-0891](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0891>)0.0Unknown \n[CVE-2019-0936](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0936>)0.0Unknown \n[CVE-2019-0900](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0900>)0.0Unknown \n[CVE-2019-0961](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0961>)0.0Unknown \n[CVE-2019-0903](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0903>)0.0Unknown \n[CVE-2019-0727](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0727>)0.0Unknown \n[CVE-2019-0885](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0885>)0.0Unknown \n[CVE-2019-0894](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0894>)0.0Unknown \n[CVE-2019-0886](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0886>)0.0Unknown \n[CVE-2019-0733](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0733>)0.0Unknown \n[CVE-2019-0893](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0893>)0.0Unknown \n[CVE-2019-0902](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0902>)0.0Unknown \n[CVE-2019-0896](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0896>)0.0Unknown \n[CVE-2019-0882](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0882>)0.0Unknown \n[CVE-2019-0892](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0892>)0.0Unknown \n[CVE-2019-0897](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0897>)0.0Unknown \n[CVE-2019-0725](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0725>)0.0Unknown \n[CVE-2019-0901](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0901>)0.0Unknown \n[CVE-2019-0931](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0931>)0.0Unknown \n[CVE-2019-0898](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0898>)0.0Unknown \n[CVE-2019-0734](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0734>)0.0Unknown \n[CVE-2019-0890](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0890>)0.0Unknown \n[CVE-2019-0881](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0881>)0.0Unknown \n[CVE-2019-0707](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0707>)0.0Unknown \n[CVE-2019-0899](<https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0899>)0.0Unknown\n\n### *Microsoft official advisories*:\n\n\n### *KB list*:\n[4499179](<http://support.microsoft.com/kb/4499179>) \n[4499181](<http://support.microsoft.com/kb/4499181>) \n[4499158](<http://support.microsoft.com/kb/4499158>) \n[4499171](<http://support.microsoft.com/kb/4499171>) \n[4499165](<http://support.microsoft.com/kb/4499165>) \n[4499167](<http://support.microsoft.com/kb/4499167>) \n[4494441](<http://support.microsoft.com/kb/4494441>) \n[4497936](<http://support.microsoft.com/kb/4497936>) \n[4499151](<http://support.microsoft.com/kb/4499151>) \n[4494440](<http://support.microsoft.com/kb/4494440>) \n[4499154](<http://support.microsoft.com/kb/4499154>) \n[4516066](<http://support.microsoft.com/kb/4516066>) \n[4516068](<http://support.microsoft.com/kb/4516068>) \n[4516064](<http://support.microsoft.com/kb/4516064>) \n[4515384](<http://support.microsoft.com/kb/4515384>) \n[4516044](<http://support.microsoft.com/kb/4516044>) \n[4512578](<http://support.microsoft.com/kb/4512578>) \n[4516058](<http://support.microsoft.com/kb/4516058>) \n[4516067](<http://support.microsoft.com/kb/4516067>) \n[4520011](<http://support.microsoft.com/kb/4520011>)", "edition": 1, "modified": "2020-06-18T00:00:00", "published": "2019-05-14T00:00:00", "id": "KLA11483", "href": "https://threats.kaspersky.com/en/vulnerability/KLA11483", "title": "\r KLA11483Multiple vulnerabilities in Microsoft Windows ", "type": "kaspersky", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "nessus": [{"lastseen": "2021-01-01T05:46:27", "description": "The remote Windows host is missing security update 4499180\nor cumulative update 4499149. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - A remote code execution vulnerability exists in Remote\n Desktop Services formerly known as Terminal Services\n when an unauthenticated attacker connects to the target\n system using RDP and sends specially crafted requests.\n This vulnerability is pre-authentication and requires no\n user interaction. An attacker who successfully exploited\n this vulnerability could execute arbitrary code on the\n target system. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0708)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0918)", "edition": 17, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499180: Windows Server 2008 and Windows Vista SP2 May 2019 Security Update (BlueKeep)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0902", "CVE-2019-0820", "CVE-2019-0903", "CVE-2019-0898", "CVE-2019-0708", "CVE-2019-0936", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-0980", "CVE-2019-0895"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:microsoft:windows"], "id": "SMB_NT_MS19_MAY_4499149.NASL", "href": "https://www.tenable.com/plugins/nessus/125060", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125060);\n script_version(\"1.10\");\n script_cvs_date(\"Date: 2019/10/30 13:24:47\");\n\n script_cve_id(\n \"CVE-2019-0708\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0930\",\n \"CVE-2019-0936\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\"\n );\n script_xref(name:\"MSKB\", value:\"4499180\");\n script_xref(name:\"MSKB\", value:\"4499149\");\n script_xref(name:\"MSFT\", value:\"MS19-4499180\");\n script_xref(name:\"MSFT\", value:\"MS19-4499149\");\n\n script_name(english:\"KB4499180: Windows Server 2008 and Windows Vista SP2 May 2019 Security Update (BlueKeep)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499180\nor cumulative update 4499149. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - A remote code execution vulnerability exists in Remote\n Desktop Services formerly known as Terminal Services\n when an unauthenticated attacker connects to the target\n system using RDP and sends specially crafted requests.\n This vulnerability is pre-authentication and requires no\n user interaction. An attacker who successfully exploited\n this vulnerability could execute arbitrary code on the\n target system. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0708)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0918)\");\n # https://support.microsoft.com/en-us/help/4499180/windows-server-2008-update-kb4499180\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?221b2bbc\");\n # https://support.microsoft.com/en-us/help/4499149/windows-server-2008-update-kb4499149\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?15faa0a8\");\n script_set_attribute(attribute:\"solution\", value:\n\"Apply Security Only update KB4499180 or Cumulative Update KB4499149.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0708\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploit_framework_core\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'CVE-2019-0708 BlueKeep RDP Remote Windows Kernel Use After Free');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"in_the_news\", value:\"true\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\");\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499180', '4499149');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\n\nif (hotfix_check_sp_range(vista:'2') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"6.0\",\n sp:2,\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499180, 4499149])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:46:31", "description": "The remote Windows host is missing security update 4499158\nor cumulative update 4499171. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)", "edition": 17, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499158: Windows Server 2012 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:microsoft:windows"], "id": "SMB_NT_MS19_MAY_4499171.NASL", "href": "https://www.tenable.com/plugins/nessus/125065", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125065);\n script_version(\"1.9\");\n script_cvs_date(\"Date: 2019/12/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0725\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0930\",\n \"CVE-2019-0936\",\n \"CVE-2019-0940\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499171\");\n script_xref(name:\"MSKB\", value:\"4499158\");\n script_xref(name:\"MSFT\", value:\"MS19-4499171\");\n script_xref(name:\"MSFT\", value:\"MS19-4499158\");\n\n script_name(english:\"KB4499158: Windows Server 2012 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499158\nor cumulative update 4499171. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\");\n # https://support.microsoft.com/en-us/help/4499171/windows-server-2012-update-kb4499171\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?e0fcb7d5\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n # https://support.microsoft.com/en-us/help/4499158/windows-server-2012-update-kb4499158\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?46bb81cc\");\n script_set_attribute(attribute:\"solution\", value:\n\"Apply Security Only update KB4499158 or Cumulative Update KB4499171.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499171', '4499158');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\n\nif (hotfix_check_sp_range(win8:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\n# Windows 8 EOL\nproductname = get_kb_item_or_exit(\"SMB/ProductName\", exit_code:1);\nif (\"Windows 8\" >< productname) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"6.2\",\n sp:0,\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499171, 4499158])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:46:27", "description": "The remote Windows host is missing security update 4499165\nor cumulative update 4499151. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)", "edition": 17, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499165: Windows 8.1 and Windows Server 2012 R2 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:microsoft:windows"], "id": "SMB_NT_MS19_MAY_4499151.NASL", "href": "https://www.tenable.com/plugins/nessus/125061", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125061);\n script_version(\"1.9\");\n script_cvs_date(\"Date: 2019/12/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0725\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0930\",\n \"CVE-2019-0936\",\n \"CVE-2019-0940\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499151\");\n script_xref(name:\"MSKB\", value:\"4499165\");\n script_xref(name:\"MSFT\", value:\"MS19-4499151\");\n script_xref(name:\"MSFT\", value:\"MS19-4499165\");\n\n script_name(english:\"KB4499165: Windows 8.1 and Windows Server 2012 R2 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499165\nor cumulative update 4499151. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\");\n # https://support.microsoft.com/en-us/help/4499151/windows-8-1-update-kb4499151\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?f1eae74c\");\n # https://support.microsoft.com/en-us/help/4499165/windows-8-1-update-kb4499165\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?9defcbe8\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n\"Apply Security Only update KB4499165 or Cumulative Update KB4499151.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499151', '4499165');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\n\nif (hotfix_check_sp_range(win81:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\n# Windows 8 EOL\nproductname = get_kb_item_or_exit(\"SMB/ProductName\", exit_code:1);\nif (\"Windows 8\" >< productname && \"8.1\" >!< productname)\n audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"6.3\",\n sp:0,\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499151, 4499165])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:46:31", "description": "The remote Windows host is missing security update 4499167\nor 4497398. It is, therefore, affected by multiple\nvulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - An elevation of privilege vulnerability exists in\n Windows when the Win32k component fails to properly\n handle objects in memory. An attacker who successfully\n exploited this vulnerability could run arbitrary code in\n kernel mode. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0892)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)", "edition": 17, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499167: Windows 10 Version 1803 and Windows Server Version 1803 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0981", "CVE-2019-0892", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0820", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0898", "CVE-2019-0936", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0733", "CVE-2019-0881", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:microsoft:windows"], "id": "SMB_NT_MS19_MAY_4499167.NASL", "href": "https://www.tenable.com/plugins/nessus/125064", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125064);\n script_version(\"1.9\");\n script_cvs_date(\"Date: 2019/12/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0725\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0885\",\n \"CVE-2019-0886\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0892\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0931\",\n \"CVE-2019-0936\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499167\");\n script_xref(name:\"MSFT\", value:\"MS19-4499167\");\n\n script_name(english:\"KB4499167: Windows 10 Version 1803 and Windows Server Version 1803 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499167\nor 4497398. It is, therefore, affected by multiple\nvulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - An elevation of privilege vulnerability exists in\n Windows when the Win32k component fails to properly\n handle objects in memory. An attacker who successfully\n exploited this vulnerability could run arbitrary code in\n kernel mode. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0892)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\");\n # https://support.microsoft.com/en-us/help/4499167/windows-10-update-kb4499167\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?e8febb43\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4499167.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499167');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"17134\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499167])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2021-01-01T05:46:29", "description": "The remote Windows host is missing security update 4499175\nor cumulative update 4499164. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - A remote code execution vulnerability exists in Remote\n Desktop Services formerly known as Terminal Services\n when an unauthenticated attacker connects to the target\n system using RDP and sends specially crafted requests.\n This vulnerability is pre-authentication and requires no\n user interaction. An attacker who successfully exploited\n this vulnerability could execute arbitrary code on the\n target system. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0708)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)", "edition": 18, "cvss3": {"score": 9.8, "vector": "AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499175: Windows 7 and Windows Server 2008 R2 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout) (BlueKeep)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0898", "CVE-2019-0708", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0881", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2021-01-02T00:00:00", "cpe": ["cpe:/o:microsoft:windows"], "id": "SMB_NT_MS19_MAY_4499164.NASL", "href": "https://www.tenable.com/plugins/nessus/125063", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125063);\n script_version(\"1.13\");\n script_cvs_date(\"Date: 2019/12/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0708\",\n \"CVE-2019-0725\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0930\",\n \"CVE-2019-0936\",\n \"CVE-2019-0940\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499164\");\n script_xref(name:\"MSKB\", value:\"4499175\");\n script_xref(name:\"MSFT\", value:\"MS19-4499164\");\n script_xref(name:\"MSFT\", value:\"MS19-4499175\");\n\n script_name(english:\"KB4499175: Windows 7 and Windows Server 2008 R2 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout) (BlueKeep)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499175\nor cumulative update 4499164. It is, therefore, affected by\nmultiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - A remote code execution vulnerability exists in Remote\n Desktop Services formerly known as Terminal Services\n when an unauthenticated attacker connects to the target\n system using RDP and sends specially crafted requests.\n This vulnerability is pre-authentication and requires no\n user interaction. An attacker who successfully exploited\n this vulnerability could execute arbitrary code on the\n target system. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0708)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\");\n # https://support.microsoft.com/en-us/help/4499164/windows-7-update-kb4499164\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?283578f0\");\n # https://support.microsoft.com/en-us/help/4499175/windows-7-update-kb4499175\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?0eea1c91\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n\"Apply Security Only update KB4499175 or Cumulative Update KB4499164.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0708\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploit_framework_core\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n script_set_attribute(attribute:\"metasploit_name\", value:'CVE-2019-0708 BlueKeep RDP Remote Windows Kernel Use After Free');\n script_set_attribute(attribute:\"exploit_framework_metasploit\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"in_the_news\", value:\"true\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499164', '4499175');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win7:'1') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"6.1\",\n sp:1,\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499164, 4499175])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 10.0, "vector": "AV:N/AC:L/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-08-19T05:13:40", "description": "The remote Windows host is missing security update 4499154. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0924)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)", "edition": 13, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499154: Windows 10 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0921", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2019-05-14T00:00:00", "cpe": ["cpe:/o:microsoft:windows", "cpe:/a:microsoft:edge"], "id": "SMB_NT_MS19_MAY_4499154.NASL", "href": "https://www.tenable.com/plugins/nessus/125062", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125062);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/08/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0912\",\n \"CVE-2019-0913\",\n \"CVE-2019-0914\",\n \"CVE-2019-0915\",\n \"CVE-2019-0916\",\n \"CVE-2019-0917\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0922\",\n \"CVE-2019-0924\",\n \"CVE-2019-0930\",\n \"CVE-2019-0936\",\n \"CVE-2019-0938\",\n \"CVE-2019-0940\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499154\");\n script_xref(name:\"MSFT\", value:\"MS19-4499154\");\n\n script_name(english:\"KB4499154: Windows 10 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499154. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0924)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\");\n # https://support.microsoft.com/en-us/help/4499154/windows-10-update-kb4499154\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?bdb2d327\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4499154.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:edge\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499154');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"10240\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499154])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-08-19T05:13:40", "description": "The remote Windows host is missing security update 4494441. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Edge improperly accesses objects in memory.\n The vulnerability could corrupt memory in such a way\n that enables an attacker to execute arbitrary code in\n the context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0926)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A remote code execution vulnerability exists when\n Internet Explorer improperly accesses objects in memory.\n The vulnerability could corrupt memory in such a way\n that an attacker could execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0929)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Windows when the Win32k component fails to properly\n handle objects in memory. An attacker who successfully\n exploited this vulnerability could run arbitrary code in\n kernel mode. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0892)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933, CVE-2019-0937)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)", "edition": 13, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4494441: Windows 10 Version 1809 and Windows Server 2019 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0892", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0929", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0926", "CVE-2019-0937", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2019-05-14T00:00:00", "cpe": ["cpe:/o:microsoft:windows", "cpe:/a:microsoft:edge"], "id": "SMB_NT_MS19_MAY_4494441.NASL", "href": "https://www.tenable.com/plugins/nessus/125059", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125059);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/08/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0725\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0886\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0892\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0912\",\n \"CVE-2019-0913\",\n \"CVE-2019-0914\",\n \"CVE-2019-0915\",\n \"CVE-2019-0916\",\n \"CVE-2019-0917\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0922\",\n \"CVE-2019-0923\",\n \"CVE-2019-0924\",\n \"CVE-2019-0925\",\n \"CVE-2019-0926\",\n \"CVE-2019-0927\",\n \"CVE-2019-0929\",\n \"CVE-2019-0930\",\n \"CVE-2019-0931\",\n \"CVE-2019-0933\",\n \"CVE-2019-0936\",\n \"CVE-2019-0937\",\n \"CVE-2019-0938\",\n \"CVE-2019-0940\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-0995\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4494441\");\n script_xref(name:\"MSFT\", value:\"MS19-4494441\");\n\n script_name(english:\"KB4494441: Windows 10 Version 1809 and Windows Server 2019 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4494441. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when\n Microsoft Edge improperly accesses objects in memory.\n The vulnerability could corrupt memory in such a way\n that enables an attacker to execute arbitrary code in\n the context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0926)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - A remote code execution vulnerability exists when\n Internet Explorer improperly accesses objects in memory.\n The vulnerability could corrupt memory in such a way\n that an attacker could execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0929)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - An elevation of privilege vulnerability exists in\n Windows when the Win32k component fails to properly\n handle objects in memory. An attacker who successfully\n exploited this vulnerability could run arbitrary code in\n kernel mode. An attacker could then install programs;\n view, change, or delete data; or create new accounts\n with full user rights. (CVE-2019-0892)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933, CVE-2019-0937)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\");\n # https://support.microsoft.com/en-us/help/4494441/windows-10-update-kb4494441\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?54b36c98\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4494441.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:edge\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4494441');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"17763\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4494441])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-08-19T05:13:41", "description": "The remote Windows host is missing security update 4499179.\nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)", "edition": 11, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499179: Windows 10 Version 1709 and Windows Server Version 1709 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0892", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0937", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2019-05-14T00:00:00", "cpe": ["cpe:/o:microsoft:windows", "cpe:/a:microsoft:edge"], "id": "SMB_NT_MS19_MAY_4499179.NASL", "href": "https://www.tenable.com/plugins/nessus/125066", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125066);\n script_version(\"1.11\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/08/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0886\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0892\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0912\",\n \"CVE-2019-0913\",\n \"CVE-2019-0914\",\n \"CVE-2019-0915\",\n \"CVE-2019-0916\",\n \"CVE-2019-0917\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0922\",\n \"CVE-2019-0923\",\n \"CVE-2019-0924\",\n \"CVE-2019-0925\",\n \"CVE-2019-0927\",\n \"CVE-2019-0930\",\n \"CVE-2019-0931\",\n \"CVE-2019-0933\",\n \"CVE-2019-0936\",\n \"CVE-2019-0937\",\n \"CVE-2019-0938\",\n \"CVE-2019-0940\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-0995\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499179\");\n script_xref(name:\"MSFT\", value:\"MS19-4499179\");\n\n script_name(english:\"KB4499179: Windows 10 Version 1709 and Windows Server Version 1709 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499179.\nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\");\n # https://support.microsoft.com/en-ca/help/4499179/windows-10-update-kb4499179\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?59ed4a1e\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4499179.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:edge\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499179');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\nmy_os_build = get_kb_item(\"SMB/WindowsVersionBuild\");\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (my_os_build = \"16299\" && \"enterprise\" >!< tolower(productname) && \"education\" >!< tolower(productname) && \"server\" >!< tolower(productname))\n audit(AUDIT_OS_NOT, \"a supported version of Windows\");\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"16299\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499179])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-08-19T05:13:39", "description": "The remote Windows host is missing security update 4494440. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)", "edition": 13, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4494440: Windows 10 Version 1607 and Windows Server 2016 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0725", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2019-05-14T00:00:00", "cpe": ["cpe:/o:microsoft:windows", "cpe:/a:microsoft:edge"], "id": "SMB_NT_MS19_MAY_4494440.NASL", "href": "https://www.tenable.com/plugins/nessus/125058", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125058);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/08/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0725\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0886\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0912\",\n \"CVE-2019-0913\",\n \"CVE-2019-0914\",\n \"CVE-2019-0915\",\n \"CVE-2019-0916\",\n \"CVE-2019-0917\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0922\",\n \"CVE-2019-0923\",\n \"CVE-2019-0924\",\n \"CVE-2019-0925\",\n \"CVE-2019-0927\",\n \"CVE-2019-0930\",\n \"CVE-2019-0933\",\n \"CVE-2019-0936\",\n \"CVE-2019-0938\",\n \"CVE-2019-0940\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0980\",\n \"CVE-2019-0981\",\n \"CVE-2019-0995\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4494440\");\n script_xref(name:\"MSFT\", value:\"MS19-4494440\");\n\n script_name(english:\"KB4494440: Windows 10 Version 1607 and Windows Server 2016 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4494440. \nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - A memory corruption vulnerability exists in the Windows\n Server DHCP service when processing specially crafted\n packets. An attacker who successfully exploited the\n vulnerability could run arbitrary code on the DHCP\n server. (CVE-2019-0725)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\");\n # https://support.microsoft.com/en-us/help/4494440/windows-10-update-kb4494440\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?57eaeb45\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4494440.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:edge\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4494440');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"14393\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4494440])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}, {"lastseen": "2020-08-19T05:13:41", "description": "The remote Windows host is missing security update 4499181.\nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)", "edition": 13, "cvss3": {"score": 8.8, "vector": "AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H"}, "published": "2019-05-14T00:00:00", "title": "KB4499181: Windows 10 Version 1703 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)", "type": "nessus", "bulletinFamily": "scanner", "cvelist": ["CVE-2019-0864", "CVE-2019-0923", "CVE-2018-12126", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0933", "CVE-2019-0921", "CVE-2019-0927", "CVE-2019-0727", "CVE-2019-0734", "CVE-2019-0893", "CVE-2019-0918", "CVE-2019-0981", "CVE-2019-0995", "CVE-2019-0889", "CVE-2019-0896", "CVE-2019-0899", "CVE-2019-0913", "CVE-2019-0882", "CVE-2019-0901", "CVE-2019-0758", "CVE-2019-0707", "CVE-2019-0900", "CVE-2019-0930", "CVE-2019-0863", "CVE-2018-12127", "CVE-2019-0938", "CVE-2019-0902", "CVE-2019-0940", "CVE-2019-0820", "CVE-2019-0916", "CVE-2019-0903", "CVE-2019-0931", "CVE-2019-0886", "CVE-2019-0917", "CVE-2019-0898", "CVE-2019-0915", "CVE-2019-0936", "CVE-2019-0911", "CVE-2019-0924", "CVE-2019-0884", "CVE-2019-0897", "CVE-2019-0885", "CVE-2019-0961", "CVE-2019-0894", "CVE-2019-0942", "CVE-2019-0912", "CVE-2019-0733", "CVE-2019-0914", "CVE-2019-0925", "CVE-2019-0881", "CVE-2019-0922", "CVE-2019-11091", "CVE-2019-0980", "CVE-2018-12130", "CVE-2019-0895"], "modified": "2019-05-14T00:00:00", "cpe": ["cpe:/o:microsoft:windows", "cpe:/a:microsoft:edge"], "id": "SMB_NT_MS19_MAY_4499181.NASL", "href": "https://www.tenable.com/plugins/nessus/125067", "sourceData": "#\n# (C) Tenable Network Security, Inc.\n#\n# The descriptive text and package checks in this plugin were \n# extracted from the Microsoft Security Updates API. The text\n# itself is copyright (C) Microsoft Corporation.\n#\ninclude(\"compat.inc\");\n\nif (description)\n{\n script_id(125067);\n script_version(\"1.10\");\n script_set_attribute(attribute:\"plugin_modification_date\", value:\"2020/08/18\");\n\n script_cve_id(\n \"CVE-2018-12126\",\n \"CVE-2018-12127\",\n \"CVE-2018-12130\",\n \"CVE-2019-0707\",\n \"CVE-2019-0727\",\n \"CVE-2019-0733\",\n \"CVE-2019-0734\",\n \"CVE-2019-0758\",\n \"CVE-2019-0820\",\n \"CVE-2019-0863\",\n \"CVE-2019-0864\",\n \"CVE-2019-0881\",\n \"CVE-2019-0882\",\n \"CVE-2019-0884\",\n \"CVE-2019-0885\",\n \"CVE-2019-0886\",\n \"CVE-2019-0889\",\n \"CVE-2019-0890\",\n \"CVE-2019-0891\",\n \"CVE-2019-0893\",\n \"CVE-2019-0894\",\n \"CVE-2019-0895\",\n \"CVE-2019-0896\",\n \"CVE-2019-0897\",\n \"CVE-2019-0898\",\n \"CVE-2019-0899\",\n \"CVE-2019-0900\",\n \"CVE-2019-0901\",\n \"CVE-2019-0902\",\n \"CVE-2019-0903\",\n \"CVE-2019-0911\",\n \"CVE-2019-0912\",\n \"CVE-2019-0913\",\n \"CVE-2019-0914\",\n \"CVE-2019-0915\",\n \"CVE-2019-0916\",\n \"CVE-2019-0917\",\n \"CVE-2019-0918\",\n \"CVE-2019-0921\",\n \"CVE-2019-0922\",\n \"CVE-2019-0923\",\n \"CVE-2019-0924\",\n \"CVE-2019-0925\",\n \"CVE-2019-0927\",\n \"CVE-2019-0930\",\n \"CVE-2019-0931\",\n \"CVE-2019-0933\",\n \"CVE-2019-0936\",\n \"CVE-2019-0938\",\n \"CVE-2019-0940\",\n \"CVE-2019-0942\",\n \"CVE-2019-0961\",\n \"CVE-2019-0995\",\n \"CVE-2019-11091\"\n );\n script_xref(name:\"MSKB\", value:\"4499181\");\n script_xref(name:\"MSFT\", value:\"MS19-4499181\");\n\n script_name(english:\"KB4499181: Windows 10 Version 1703 May 2019 Security Update (MDSUM/RIDL) (MFBDS/RIDL/ZombieLoad) (MLPDS/RIDL) (MSBDS/Fallout)\");\n script_summary(english:\"Checks for rollup.\");\n\n script_set_attribute(attribute:\"synopsis\", value:\n\"The remote Windows host is affected by multiple vulnerabilities.\");\n script_set_attribute(attribute:\"description\", value:\n\"The remote Windows host is missing security update 4499181.\nIt is, therefore, affected by multiple vulnerabilities :\n\n - A new subclass of speculative execution side channel vulnerabilities,\n known as Microarchitectural Data Sampling, exist in Windows.\n An attacker who successfully exploited these vulnerabilities \n may be able to read privileged data across trust boundaries. \n In shared resource environments (such as exists in some cloud \n services configurations), these vulnerabilities could allow \n one virtual machine to improperly access information from \n another. In non-browsing scenarios on standalone systems, an \n attacker would need prior access to the system or an ability \n to run a specially crafted application on the target system \n to leverage these vulnerabilities.\n (CVE-2019-11091, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130)\n\n - A security feature bypass vulnerability exists when\n urlmon.dll improperly handles certain Mark of the Web\n queries. The vulnerability allows Internet Explorer to\n bypass Mark of the Web warnings or restrictions for\n files downloaded or created in a specific way.\n (CVE-2019-0995)\n\n - A remote code execution vulnerability exists in the way\n that Microsoft browsers access objects in memory. The\n vulnerability could corrupt memory in a way that could\n allow an attacker to execute arbitrary code in the\n context of the current user. An attacker who\n successfully exploited the vulnerability could gain the\n same user rights as the current user. (CVE-2019-0940)\n\n - A remote code execution vulnerability exists when the\n Windows Jet Database Engine improperly handles objects\n in memory. An attacker who successfully exploited this\n vulnerability could execute arbitrary code on a victim\n system. An attacker could exploit this vulnerability by\n enticing a victim to open a specially crafted file. The\n update addresses the vulnerability by correcting the way\n the Windows Jet Database Engine handles objects in\n memory. (CVE-2019-0889, CVE-2019-0890, CVE-2019-0891,\n CVE-2019-0893, CVE-2019-0894, CVE-2019-0895,\n CVE-2019-0896, CVE-2019-0897, CVE-2019-0898,\n CVE-2019-0899, CVE-2019-0900, CVE-2019-0901,\n CVE-2019-0902)\n\n - An elevation of privilege vulnerability exists when the\n Windows Kernel improperly handles key enumeration. An\n attacker who successfully exploited the vulnerability\n could gain elevated privileges on a targeted system. A\n locally authenticated attacker could exploit this\n vulnerability by running a specially crafted\n application. The security update addresses the\n vulnerability by helping to ensure that the Windows\n Kernel properly handles key enumeration. (CVE-2019-0881)\n\n - A remote code execution vulnerability exists in the way\n that the Windows Graphics Device Interface (GDI) handles\n objects in the memory. An attacker who successfully\n exploited this vulnerability could take control of the\n affected system. An attacker could then install\n programs; view, change, or delete data; or create new\n accounts with full user rights. (CVE-2019-0903)\n\n - An information disclosure vulnerability exists when\n Windows Hyper-V on a host operating system fails to\n properly validate input from an authenticated user on a\n guest operating system. (CVE-2019-0886)\n\n - An elevation of privilege vulnerability exists in the\n Unified Write Filter (UWF) feature for Windows 10 when\n it improperly restricts access to the registry. An\n attacker who successfully exploited the vulnerability\n could make changes to the registry keys protected by UWF\n without having administrator privileges.\n (CVE-2019-0942)\n\n - A remote code execution vulnerability exists in the way\n that the Chakra scripting engine handles objects in\n memory in Microsoft Edge. The vulnerability could\n corrupt memory in such a way that an attacker could\n execute arbitrary code in the context of the current\n user. An attacker who successfully exploited the\n vulnerability could gain the same user rights as the\n current user. (CVE-2019-0912, CVE-2019-0913,\n CVE-2019-0914, CVE-2019-0915, CVE-2019-0916,\n CVE-2019-0917, CVE-2019-0922, CVE-2019-0923,\n CVE-2019-0924, CVE-2019-0925, CVE-2019-0927,\n CVE-2019-0933)\n\n - A security feature bypass vulnerability exists in\n Windows Defender Application Control (WDAC) which could\n allow an attacker to bypass WDAC enforcement. An\n attacker who successfully exploited this vulnerability\n could circumvent Windows PowerShell Constrained Language\n Mode on the machine. (CVE-2019-0733)\n\n - An spoofing vulnerability exists when Internet Explorer\n improperly handles URLs. An attacker who successfully\n exploited this vulnerability could trick a user by\n redirecting the user to a specially crafted website. The\n specially crafted website could either spoof content or\n serve as a pivot to chain an attack with other\n vulnerabilities in web services. (CVE-2019-0921)\n\n - An elevation of privilege vulnerability exists when the\n Diagnostics Hub Standard Collector or the Visual Studio\n Standard Collector allows file deletion in arbitrary\n locations. (CVE-2019-0727)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when a man-in-the-middle attacker is\n able to successfully decode and replace authentication\n request using Kerberos, allowing an attacker to be\n validated as an Administrator. The update addresses this\n vulnerability by changing how these requests are\n validated. (CVE-2019-0734)\n\n - A remote code execution vulnerability exists when\n Microsoft Windows OLE fails to properly validate user\n input. An attacker could exploit the vulnerability to\n execute malicious code. (CVE-2019-0885)\n\n - A remote code execution vulnerability exists in the way\n the scripting engine handles objects in memory in\n Microsoft browsers. The vulnerability could corrupt\n memory in such a way that an attacker could execute\n arbitrary code in the context of the current user. An\n attacker who successfully exploited the vulnerability\n could gain the same user rights as the current user.\n (CVE-2019-0884, CVE-2019-0911, CVE-2019-0918)\n\n - An elevation of privilege vulnerability exists in the\n way Windows Error Reporting (WER) handles files. An\n attacker who successfully exploited this vulnerability\n could run arbitrary code in kernel mode. An attacker\n could then install programs; view, change, or delete\n data; or create new accounts with administrator\n privileges. (CVE-2019-0863)\n\n - An information disclosure vulnerability exists when\n Internet Explorer improperly handles objects in memory.\n An attacker who successfully exploited the vulnerability\n could obtain information to further compromise the users\n system. (CVE-2019-0930)\n\n - A denial of service vulnerability exists when .NET\n Framework and .NET Core improperly process RegEx\n strings. An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET application. A remote unauthenticated attacker\n could exploit this vulnerability by issuing specially\n crafted requests to a .NET Framework (or .NET core)\n application. The update addresses the vulnerability by\n correcting how .NET Framework and .NET Core applications\n handle RegEx string processing. (CVE-2019-0820)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Windows when Windows fails to properly handle\n certain symbolic links. An attacker who successfully\n exploited this vulnerability could potentially set\n certain items to run at a higher level and thereby\n elevate permissions. (CVE-2019-0936)\n\n - An elevation of privilege vulnerability exists when the\n Storage Service improperly handles file operations. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges on the victim system.\n (CVE-2019-0931)\n\n - A denial of service vulnerability exists when .NET\n Framework improperly handles objects in heap memory. An\n attacker who successfully exploited this vulnerability\n could cause a denial of service against a .NET\n application. (CVE-2019-0864)\n\n - An information disclosure vulnerability exists when the\n Windows GDI component improperly discloses the contents\n of its memory. An attacker who successfully exploited\n the vulnerability could obtain information to further\n compromise the users system. There are multiple ways an\n attacker could exploit the vulnerability, such as by\n convincing a user to open a specially crafted document,\n or by convincing a user to visit an untrusted webpage.\n The security update addresses the vulnerability by\n correcting how the Windows GDI component handles objects\n in memory. (CVE-2019-0758, CVE-2019-0882, CVE-2019-0961)\n\n - An elevation of privilege vulnerability exists in\n Microsoft Edge that could allow an attacker to escape\n from the AppContainer sandbox in the browser. An\n attacker who successfully exploited this vulnerability\n could gain elevated privileges and break out of the Edge\n AppContainer sandbox. The vulnerability by itself does\n not allow arbitrary code to run. However, this\n vulnerability could be used in conjunction with one or\n more vulnerabilities (for example a remote code\n execution vulnerability and another elevation of\n privilege vulnerability) to take advantage of the\n elevated privileges when running. The security update\n addresses the vulnerability by modifying how Microsoft\n Edge handles sandboxing. (CVE-2019-0938)\n\n - An elevation of privilege vulnerability exists in the\n Network Driver Interface Specification (NDIS) when\n ndis.sys fails to check the length of a buffer prior to\n copying memory to it. (CVE-2019-0707)\n\n - A denial of service vulnerability exists when .NET\n Framework or .NET Core improperly handle web requests.\n An attacker who successfully exploited this\n vulnerability could cause a denial of service against a\n .NET Framework or .NET Core web application. The\n vulnerability can be exploited remotely, without\n authentication. A remote unauthenticated attacker could\n exploit this vulnerability by issuing specially crafted\n requests to the .NET Framework or .NET Core application.\n The update addresses the vulnerability by correcting how\n .NET Framework or .NET Core web applications handles web\n requests. (CVE-2019-0980, CVE-2019-0981)\");\n # https://support.microsoft.com/en-us/help/4499181/windows-10-update-kb4499181\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?3eea20b0\");\n # https://support.microsoft.com/en-us/help/4072698/windows-server-speculative-execution-side-channel-vulnerabilities-prot\n script_set_attribute(attribute:\"see_also\", value:\"http://www.nessus.org/u?8902cebb\");\n script_set_attribute(attribute:\"solution\", value:\n \"Apply Cumulative Update KB4499181.\");\n script_set_cvss_base_vector(\"CVSS2#AV:N/AC:M/Au:N/C:C/I:C/A:C\");\n script_set_cvss_temporal_vector(\"CVSS2#E:H/RL:OF/RC:C\");\n script_set_cvss3_base_vector(\"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H\");\n script_set_cvss3_temporal_vector(\"CVSS:3.0/E:H/RL:O/RC:C\");\n script_set_attribute(attribute:\"cvss_score_source\", value:\"CVE-2019-0903\");\n script_set_attribute(attribute:\"exploitability_ease\", value:\"Exploits are available\");\n script_set_attribute(attribute:\"exploit_available\", value:\"true\");\n script_set_attribute(attribute:\"exploited_by_malware\", value:\"true\");\n\n script_set_attribute(attribute:\"vuln_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"patch_publication_date\", value:\"2019/05/14\");\n script_set_attribute(attribute:\"plugin_publication_date\", value:\"2019/05/14\");\n\n script_set_attribute(attribute:\"plugin_type\", value:\"local\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/o:microsoft:windows\");\n script_set_attribute(attribute:\"cpe\", value:\"cpe:/a:microsoft:edge\");\n script_end_attributes();\n\n script_category(ACT_GATHER_INFO);\n script_family(english:\"Windows : Microsoft Bulletins\");\n\n script_copyright(english:\"This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof.\");\n\n script_dependencies(\"smb_check_rollup.nasl\", \"smb_hotfixes.nasl\", \"ms_bulletin_checks_possible.nasl\", 'microsoft_windows_env_vars.nasl');\n script_require_keys(\"SMB/MS_Bulletin_Checks/Possible\");\n script_require_ports(139, 445, \"Host/patch_management_checks\");\n\n exit(0);\n}\n\ninclude(\"audit.inc\");\ninclude(\"smb_hotfixes_fcheck.inc\");\ninclude(\"smb_hotfixes.inc\");\ninclude(\"smb_func.inc\");\ninclude(\"misc_func.inc\");\ninclude(\"smb_reg_query.inc\");\n\nget_kb_item_or_exit(\"SMB/MS_Bulletin_Checks/Possible\");\n\nbulletin = \"MS19-05\";\nkbs = make_list('4499181');\n\nif (get_kb_item(\"Host/patch_management_checks\")) hotfix_check_3rd_party(bulletin:bulletin, kbs:kbs, severity:SECURITY_HOLE);\n\nget_kb_item_or_exit(\"SMB/Registry/Enumerated\");\nget_kb_item_or_exit(\"SMB/WindowsVersion\", exit_code:1);\nproductname = get_kb_item_or_exit(\"SMB/ProductName\");\n\nif (hotfix_check_sp_range(win10:'0') <= 0) audit(AUDIT_OS_SP_NOT_VULN);\n\nshare = hotfix_get_systemdrive(as_share:TRUE, exit_on_fail:TRUE);\nif (!is_accessible_share(share:share)) audit(AUDIT_SHARE_FAIL, share);\n\nif (\n smb_check_rollup(os:\"10\",\n sp:0,\n os_build:\"15063\",\n rollup_date:\"05_2019\",\n bulletin:bulletin,\n rollup_kb_list:[4499181])\n)\n{\n replace_kb_item(name:'SMB/Missing/'+bulletin, value:TRUE);\n hotfix_security_hole();\n hotfix_check_fversion_end();\n exit(0);\n}\nelse\n{\n hotfix_check_fversion_end();\n audit(AUDIT_HOST_NOT, hotfix_get_audit_report());\n}\n", "cvss": {"score": 9.3, "vector": "AV:N/AC:M/Au:N/C:C/I:C/A:C"}}], "talosblog": [{"lastseen": "2019-05-21T14:19:54", "bulletinFamily": "blog", "cvelist": ["CVE-2019-0707", "CVE-2019-0708", "CVE-2019-0725", "CVE-2019-0727", "CVE-2019-0733", "CVE-2019-0734", "CVE-2019-0758", "CVE-2019-0819", "CVE-2019-0820", "CVE-2019-0863", "CVE-2019-0864", "CVE-2019-0872", "CVE-2019-0881", "CVE-2019-0882", "CVE-2019-0884", "CVE-2019-0885", "CVE-2019-0886", "CVE-2019-0889", "CVE-2019-0890", "CVE-2019-0891", "CVE-2019-0892", "CVE-2019-0893", "CVE-2019-0894", "CVE-2019-0895", "CVE-2019-0896", "CVE-2019-0897", "CVE-2019-0898", "CVE-2019-0899", "CVE-2019-0900", "CVE-2019-0901", "CVE-2019-0902", "CVE-2019-0903", "CVE-2019-0911", "CVE-2019-0912", "CVE-2019-0913", "CVE-2019-0914", "CVE-2019-0915", "CVE-2019-0916", "CVE-2019-0917", "CVE-2019-0918", "CVE-2019-0921", "CVE-2019-0922", "CVE-2019-0923", "CVE-2019-0924", "CVE-2019-0925", "CVE-2019-0926", "CVE-2019-0927", "CVE-2019-0929", "CVE-2019-0930", "CVE-2019-0931", "CVE-2019-0932", "CVE-2019-0933", "CVE-2019-0936", "CVE-2019-0937", "CVE-2019-0938", "CVE-2019-0940", "CVE-2019-0942", "CVE-2019-0945", "CVE-2019-0946", "CVE-2019-0947", "CVE-2019-0949", "CVE-2019-0950", "CVE-2019-0951", "CVE-2019-0952", "CVE-2019-0953", "CVE-2019-0956", "CVE-2019-0957", "CVE-2019-0958", "CVE-2019-0961", "CVE-2019-0963", "CVE-2019-0971", "CVE-2019-0976", "CVE-2019-0979", "CVE-2019-0980", "CVE-2019-0981", "CVE-2019-0982", "CVE-2019-0995", "CVE-2019-1000", "CVE-2019-1008"], "description": "[](<http://3.bp.blogspot.com/-bIERk6jqSvs/XKypl8tltSI/AAAAAAAAFxU/d9l6_EW1Czs7DzBngmhg8pjdPfhPAZ3yACK4BGAYYCw/s1600/recurring%2Bblog%2Bimages_patch%2Btuesday.jpg>) \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nMicrosoft released its monthly security update today, disclosing a variety of vulnerabilities in several of its products. The latest Patch Tuesday covers 79 vulnerabilities, 22 of which are rated \u201ccritical,\" 55 that are considered \"important\" and one \"moderate.\" This release also includes two critical advisories: one covering Microsoft Live accounts and another addressing updates to Adobe Flash Player. \n \nThis month\u2019s security update covers security issues in a variety of Microsoft\u2019s products, including the Scripting Engine, the Microsoft Edge web browser and GDI+. For more on our coverage of these bugs, check out the Snort blog post [here](<https://blog.snort.org/2019/05/snort-rule-update-for-may-14-2019.html>), covering all of the new rules we have for this release. \n \n\n\n### Critical vulnerabilities\n\nMicrosoft disclosed 22 critical vulnerabilities this month, seven of which we will highlight below. \n \n[CVE-2019-0884](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0884>), [CVE-2019-0911](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0911>) and [CVE-2019-0918](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0918>) are memory corruption vulnerabilities that exist in the scripting engine when it handles objects in memory in Microsoft browsers. These bugs could corrupt memory in a way that an attacker could gain the ability to remotely execute code in the context of the current user. An attacker could exploit these vulnerabilities by either tricking the user into opening a specially crafted web page while using a Microsoft web browser, or by embedding an ActiveX control marked \"safe for initialization\" in a specific application or Microsoft Office document that utilizes the browser rendering engine. \n \n[CVE-2019-0903](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0903>) is a remote code execution vulnerability in the GDI+ API. An attacker could use the vulnerability to take complete control of the system and execute, install and delete programs in the context of the current user. An attacker could exploit this bug by tricking a user into visiting a specially crafted, malicious web page or by convincing them to open a malicious email attachment. \n \n[CVE-2019-0926](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0926>) is a memory corruption vulnerability in Microsoft Edge that exists when the web browser improperly accesses objects in memory. An attacker could exploit this vulnerability by tricking the user into opening a specially crafted web page in Edge. This would eventually allow the attacker to corrupt memory in a way that they could then remotely execute code in the context of the current user. \n \n[CVE-2019-0929](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0929>) is a memory corruption vulnerability in Microsoft Internet Explorer that exists in the way the web browser handles objects in memory. An attacker could exploit this vulnerability by tricking the user into opening a specially crafted web page in Internet Explorer. This would eventually allow the attacker to corrupt memory in a way that they could then remotely execute code in the context of the current user. \n \n[CVE-2019-0708](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0708>) is a remote code execution vulnerability in Remote Desktop Services \u2013 formerly known as Terminal Services. The vulnerability requires no user interaction and is pre-authentication. Microsoft specifically warned against this bug because it makes the vulnerability \"wormable,\" meaning future malware that exploits this vulnerability could spread from system to system. An attacker could exploit this vulnerability by sending a specially crafted request to the target system's Remote Desktop Service via RDP. Snort rule 50137 coverages indicators associated with this vulnerability. \n \nThe other critical vulnerabilities are: \n\n\n * [CVE-2019-0940](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0940>)\n * [CVE-2019-0725](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0725>)\n * [CVE-2019-0912](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0912>)\n * [CVE-2019-0913](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0913>)\n * [CVE-2019-0914](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0914>)\n * [CVE-2019-0915](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0915>)\n * [CVE-2019-0916](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0916>)\n * [CVE-2019-0917](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0917>)\n * [CVE-2019-0922](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0922>)\n * [CVE-2019-0924](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0924>)\n * [CVE-2019-0925](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0925>)\n * [CVE-2019-0927](<whttps://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0927>)\n * [CVE-2019-0933](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0933>)\n * [CVE-2019-0937](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0937>)\n * [CVE-2019-0953](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0953>)\n\n### Important vulnerabilities\n\nThis release also contains 55 important vulnerabilities, one of which we will highlight below. \n \n[CVE-2019-0885](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0885>) is a remote code execution vulnerability in Windows OLE that exists when OLE fails to properly validate user input. An attacker could exploit this bug in a way that would allow them to execute malicious code on the system. This bug can be exploited when a user opens a specially crafted file or program, leading Windows to execute the desired code. \n \nThe other important vulnerabilities are: \n\n\n * [CVE-2019-0707](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0707>)\n * [CVE-2019-0727](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0727>)\n * [CVE-2019-0733](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0733>)\n * [CVE-2019-0734](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0734>)\n * [CVE-2019-0758](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0758>)\n * [CVE-2019-0819](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0819>)\n * [CVE-2019-0820](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0820>)\n * [CVE-2019-0863](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0863>)\n * [CVE-2019-0864](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0864>)\n * [CVE-2019-0872](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0872>)\n * [CVE-2019-0881](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0881>)\n * [CVE-2019-0882](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0882>)\n * [CVE-2019-0886](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0886>)\n * [CVE-2019-0889](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0889>)\n * [CVE-2019-0890](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0890>)\n * [CVE-2019-0891](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0891>)\n * [CVE-2019-0892](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0892>)\n * [CVE-2019-0893](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0893>)\n * [CVE-2019-0894](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0894>)\n * [CVE-2019-0895](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0895>)\n * [CVE-2019-0896](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0896>)\n * [CVE-2019-0897](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0897>)\n * [CVE-2019-0898](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0898>)\n * [CVE-2019-0899](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0899>)\n * [CVE-2019-0900](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0900>)\n * [CVE-2019-0901](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0901>)\n * [CVE-2019-0902](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0902>)\n * [CVE-2019-0921](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0921>)\n * [CVE-2019-0923](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0923>)\n * [CVE-2019-0930](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0930>)\n * [CVE-2019-0931](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0931>)\n * [CVE-2019-0932](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0932>)\n * [CVE-2019-0936](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0936>)\n * [CVE-2019-0938](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0938>)\n * [CVE-2019-0942](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0942>)\n * [CVE-2019-0945](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0945>)\n * [CVE-2019-0946](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0946>)\n * [CVE-2019-0947](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0947>)\n * [CVE-2019-0949](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0949>)\n * [CVE-2019-0950](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0950>)\n * [CVE-2019-0951](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0951>)\n * [CVE-2019-0952](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0952>)\n * [CVE-2019-0956](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0956>)\n * [CVE-2019-0957](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0957>)\n * [CVE-2019-0958](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0958>)\n * [CVE-2019-0961](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0961>)\n * [CVE-2019-0963](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0963>)\n * [CVE-2019-0976](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0976>)\n * [CVE-2019-0979](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0979>)\n * [CVE-2019-0980](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0980>)\n * [CVE-2019-0981](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0981>)\n * [CVE-2019-0982](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0982>)\n * [CVE-2019-0995](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0995>)\n * [CVE-2019-1000](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-1000>)\n * [CVE-2019-1008](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-1008>)\n\n### Moderate vulnerability\n\nThere is one moderate vulnerability, [CVE-2019-0971](<https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2019-0971>), an information disclosure vulnerability in Azure DevOps. \n\n\n### Coverage \n\nIn response to these vulnerability disclosures, Talos is releasing the following SNORT\u24c7 rules that detect attempts to exploit them. Please note that additional rules may be released at a future date and current rules are subject to change pending additional information. Firepower customers should use the latest update to their ruleset by updating their SRU. Open Source Snort Subscriber Rule Set customers can stay up-to-date by downloading the latest rule pack available for purchase on Snort.org. \n \nSnort rules: [50068 - 50091, 50115 - 50119, 50120 - 50122](<https://snort.org/advisories/talos-rules-2019-05-14>), [50137](<https://snort.org/advisories/talos-rules-2019-05-20>)\n\n", "modified": "2019-05-21T06:00:43", "published": "2019-05-21T06:00:43", "id": "TALOSBLOG:71D138211697B43CB345A133B54BC824", "href": "http://feedproxy.google.com/~r/feedburner/Talos/~3/aK4UDA6uQc4/MS-Patch-Tuesday-May-2019.html", "type": "talosblog", "title": "Microsoft Patch Tuesday \u2014 May 2019: Vulnerability disclosures and Snort coverage", "cvss": {"score": 10.0, "vector": "AV:NETWORK/AC:LOW/Au:NONE/C:COMPLETE/I:COMPLETE/A:COMPLETE/"}}]}