cbcvebase.
CVE-2019-1019
published 2019-06-12

CVE-2019-1019: A security feature bypass vulnerability exists where a NETLOGON message is able to obtain the session key and sign messages. To exploit this vulnerability, an…

PriorityP267high8.5CVSS 3.1
AVNACHPRLUINSCCHIHAH
EXPLOIT
EPSS
15.12%
96.4th percentile
A security feature bypass vulnerability exists where a NETLOGON message is able to obtain the session key and sign messages. To exploit this vulnerability, an attacker could send a specially crafted authentication request. An attacker who successfully exploited this vulnerability could access another machine using the original user privileges. The issue has been addressed by changing how NTLM validates network authentication messages.

Affected

48 ranges· showing 25
VendorProductVersion rangeFixed in
microsoftwindows_10
microsoftwindows_10
microsoftwindows_10
microsoftwindows_10
microsoftwindows_10
microsoftwindows_10
microsoftwindows_10_version_1507>= 10.0.10240.0 < publicationpublication
microsoftwindows_10_version_1607>= 10.0.14393.0 < publicationpublication
microsoftwindows_10_version_1703>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1709>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1709_for_32-bit_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1803>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1809>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1809>= 10.0.17763.0 < publicationpublication
microsoftwindows_10_version_1903_for_32-bit_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1903_for_arm64-based_systems>= 10.0.0 < publicationpublication
microsoftwindows_10_version_1903_for_x64-based_systems>= 10.0.0 < publicationpublication
microsoftwindows_7>= 6.1.0 < publicationpublication
microsoftwindows_7_service_pack_1>= 6.1.0 < publicationpublication
microsoftwindows_8.1>= 6.3.0 < publicationpublication
microsoftwindows_server_2008
microsoftwindows_server_2008_r2_service_pack_1>= 6.1.7601.0 < publicationpublication
microsoftwindows_server_2008_r2_systems_service_pack_1>= 6.1.0 < publicationpublication
microsoftwindows_server_2008_service_pack_2>= 6.0.0 < publicationpublication
microsoftwindows_server_2008_service_pack_2>= 6.0.6003.0 < publicationpublication

Detection & IOCsextracted from sources · hover to see the quote

urlhttps://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/47115.zip
urlhttps://github.com/SecureAuthCorp/impacket/
commandstart.cmd
otherNTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED
other\\localhost\C$\...
otherc681d488-d850-11d0-8c52-00c04fd90f7e
pathefsrpc (named pipe)
versionMicrosoft Windows 10.0.17134.648
  • Detect NTLM relay attack: monitor for NTLM_CHALLENGE messages where the hostname/Target Info field has been stripped (no hostname present), followed by a NETLOGON session key request to a DC — this is the core CVE-2019-1019 exploitation pattern.
  • Detect NETLOGON requests to a DC where the target hostname field is absent — this is the condition that allows the session key to be retrieved by the relayer.
  • Detect clearing of the NTLMSSP_NEGOTIATE_OEM_DOMAIN_SUPPLIED flag in NTLM NEGOTIATE_MESSAGE packets — this is used by the attacker to force remote-mode authentication and enable HTTP→SMB NTLM reflection.
  • Detect EfsRpcOpenFileRaw calls using UNC paths of the form \\localhost\C$\... or paths starting with \\.\ — these are path-check bypass techniques used in the exploit chain.
  • Monitor for new executable files appearing in the current user's Startup folder, especially those dropped via EFSRPC copy operations — this is the payload delivery mechanism in the PoC.
  • Monitor for MSRPC calls to the EFSRPC endpoint UUID c681d488-d850-11d0-8c52-00c04fd90f7e on the lsass named pipe, which may be used as an alternative to the efsrpc named pipe in exploitation.
  • Alert on RELAYER establishing a signed SMB/LDAP session against a target after performing NTLM relay — indicates successful exploitation of CVE-2019-1019 where MIC was forged using the retrieved session key.
  • ·SMB signing is not enforced by default on non-DC workstations, making environments without explicit SMB signing policy vulnerable to simpler NTLM relay attacks that do not require the CVE-2019-1019 session key retrieval technique.
  • ·LDAP signing and LDAP channel binding are disabled by default on domain controllers, leaving them exposed to NTLM relay attacks even after patching CVE-2019-1019 if these settings are not explicitly enabled.
  • ·The efsrpc named pipe may not be enabled by default, but the same vulnerable EFSRPC RPC endpoint (UUID c681d488-d850-11d0-8c52-00c04fd90f7e) is accessible via the lsass named pipe, so disabling efsrpc alone is insufficient mitigation.
  • ·All Windows versions that have not applied the June 2019 Patch Tuesday update are vulnerable, including those supporting Windows Integrated Authentication (WIA) services such as Exchange and ADFS.

CVSS provenance

nvdv3.18.5HIGHCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
nvdv3.08.5HIGHCVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
nvdv2.06.0MEDIUMAV:N/AC:M/Au:S/C:P/I:P/A:P
vendor_msrc8.5HIGH
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.