Exploitation of Remote Services
Description
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. A common goal for post-compromise exploitation of remote services is for lateral movement to enable access to a remote system. An adversary may need to determine if the remote system is in a vulnerable state, which may be done through [Network Service Discovery](https://attack.mitre.org/techniques/T1046) or other Discovery methods looking for common, vulnerable software that may be deployed in the network, the lack of certain patches that may indicate vulnerabilities, or security software that may be used to detect or contain remote exploitation. Servers are likely a high value target for lateral movement exploitation, but endpoint systems may also be at risk if they provide an advantage or access to additional resources. There are several well-known vulnerabilities that exist in common services such as SMB(Citation: CIS Multiple SMB Vulnerabilities) and RDP(Citation: NVD CVE-2017-0176) as well as applications that may be used within internal networks such as MySQL(Citation: NVD CVE-2016-6662) and web server services.(Citation: NVD CVE-2014-7169)(Citation: Ars Technica VMWare Code Execution Vulnerability 2021) Additionally, there have been a number of vulnerabilities in VMware vCenter installations, which may enable threat actors to move laterally from the compromised vCenter server to virtual machines or even to ESXi hypervisors.(Citation: Broadcom VMSA-2024-0019) Depending on the permissions level of the vulnerable remote service an adversary may achieve [Exploitation for Privilege Escalation](https://attack.mitre.org/techniques/T1068) as a result of lateral movement exploitation as well.
Mapped SPARTA techniques
2 techniques
T1210 'Exploitation of Remote Services' is in lateral-movement tactic and addresses exploiting vulnerabilities in remote services to move laterally; SPARTA LM-0001 'Hosted Payload' covers payload-to-bus pivot, which exploits the payload-bus interface as the remote service granting cross-partition movement. Tactic and activity align.
Exploiting lack of bus segregation lets the adversary traverse subsystems via unsegregated bus paths — exact instance of T1210 'Exploitation of Remote Services' applied to inter-subsystem bus interfaces. Tactic-aligned (lateral-movement).
Cross-framework references
Relationships published by the source frameworks themselves, reproduced here with attribution. They are not SafeMode Space mappings and carry no confidence rating of ours.
Countered by 16 in MITRE D3FEND (Defensive Techniques)
- D3-APCAApplication Protocol Command Analysis
- D3-CAAConnection Attempt Analysis
- D3-CSPPClient-server Payload Profiling
- D3-MBTMemory Boundary Tracking
- D3-NTCDNetwork Traffic Community Deviation
- D3-NTFNetwork Traffic Filtering
- D3-NTSANetwork Traffic Signature Analysis
- D3-PCSVProcess Code Segment Verification
- D3-PHDURAPer Host Download-Upload Ratio Analysis
- D3-PMADProtocol Metadata Anomaly Detection
- D3-PSEPProcess Segment Execution Prevention
- D3-RTSDRemote Terminal Session Detection
- D3-SAORSegment Address Offset Randomization
- D3-SFCVStack Frame Canary Validation
- D3-SSCShadow Stack Comparisons
- D3-UGLPAUser Geolocation Logon Pattern Analysis
Cite as SafeMode Space, mitre-attack-enterprise T1210.