Generally these are manually edited files that are not in the preview of the system administrators, any ability on the attackers' behalf to modify these files, for example in a CVS repository, gives unauthorized access directly to the application, the same as authorized users.
Last updated
CAPEC-75 (Manipulating Writeable Configuration Files) is a standard-level attack pattern catalogued by MITRE in the Common Attack Pattern Enumeration and Classification (CAPEC). It describes a recurring method attackers use to exploit software weaknesses.
What a successful CAPEC-75 attack can achieve.
Gain Privileges
Affects: Confidentiality, Access Control, Authorization
Defenses that reduce the risk of CAPEC-75.
The BEA Weblogic server uses a config.xml file to store configuration data. If this file is not properly protected by the system access control, an attacker can write configuration information to redirect server output through system logs, database connections, malicious URLs and so on. Access to the Weblogic server may be from a so-called Custom realm which manages authentication and authorization privileges on behalf of user principals. Given write access, the attacker can insert a pointer to a custom realm jar file in the config.xml The main issue with configuration files is that the attacker can leverage all the same functionality the server has, but for malicious means. Given the complexity of server configuration, these changes may be very hard for administrators to detect.
Common questions about CAPEC-75.
Generally these are manually edited files that are not in the preview of the system administrators, any ability on the attackers' behalf to modify these files, for example in a CVS repository, gives unauthorized access directly to the application, the same as authorized users.
Design: Enforce principle of least privilege
CAPEC-75 exploits 6 CWE weaknesses, including CWE-77 (Improper Neutralization of Special Elements used in a Command ('Command Injection')), CWE-99 (Improper Control of Resource Identifiers ('Resource Injection')), CWE-346 (Origin Validation Error), CWE-349 (Acceptance of Extraneous Untrusted Data With Trusted Data).
MITRE rates CAPEC-75 as Very High severity with high likelihood of attack.
Attack-pattern data is sourced from the MITRE CAPEC catalog (v3.9). Weakness associations link to the corresponding CWE entries on RadicalNotion.AI.
Track the CVEs and weaknesses attackers exploit with this technique, with AI-written analysis and remediation guidance.