CAPEC-19 Metadata
Likelihood of Attack
High
Typical Severity
High
Overview
Summary
An adversary leverages the capability to execute their own script by embedding it within other scripts that the target software is likely to execute due to programs' vulnerabilities that are brought on by allowing remote hosts to execute scripts.
Prerequisites
Target software must be able to execute scripts, and also grant the adversary privilege to write/upload scripts.
Execution Flow
Step | Phase | Description | Techniques |
---|---|---|---|
1 | Explore | [Spider] Using a browser or an automated tool, an adversary records all entry points for inputs that happen to be reflected in a client-side script element. These script elements can be located in the HTML content (head, body, comments), in an HTML tag, XML, CSS, etc. |
|
2 | Experiment | [Probe identified potential entry points for XSS vulnerability] The adversary uses the entry points gathered in the "Explore" phase as a target list and injects various common script payloads to determine if an entry point actually represents a vulnerability and to characterize the extent to which the vulnerability can be exploited. |
|
3 | Exploit | [Steal session IDs, credentials, page content, etc.] As the adversary succeeds in exploiting the vulnerability, they can choose to steal user's credentials in order to reuse or to analyze them later on. |
|
4 | Exploit | [Forceful browsing] When the adversary targets the current application or another one (through CSRF vulnerabilities), the user will then be the one who perform the attacks without being aware of it. These attacks are mostly targeting application logic flaws, but it can also be used to create a widespread attack against a particular website on the user's current network (Internet or not). |
|
5 | Exploit | [Content spoofing] By manipulating the content, the adversary targets the information that the user would like to get from the website. |
|
Potential Solutions / Mitigations
Use browser technologies that do not allow client side scripting. Utilize strict type, character, and encoding enforcement. Server side developers should not proxy content via XHR or other means. If a HTTP proxy for remote content is setup on the server side, the client's browser has no way of discerning where the data is originating from. Ensure all content that is delivered to client is sanitized against an acceptable content specification. Perform input validation for all remote content. Perform output validation for all remote content. Disable scripting languages such as JavaScript in browser Session tokens for specific host Patching software. There are many attack vectors for XSS on the client side and the server side. Many vulnerabilities are fixed in service packs for browser, web servers, and plug in technologies, staying current on patch release that deal with XSS countermeasures mitigates this. Privileges are constrained, if a script is loaded, ensure system runs in chroot jail or other limited authority mode
Related Weaknesses (CWE)
CWE ID | Description |
---|---|
CWE-284 | Improper Access Control |
Related CAPECs
CAPEC ID | Description |
---|---|
CAPEC-242 | An adversary exploits a weakness in input validation on the target to inject new code into that which is currently executing. This differs from code inclusion in that code inclusion involves the addition or replacement of a reference to a code file, which is subsequently loaded by the target and used as part of the code of some application. |
Taxonomy Mappings
Taxonomy: ATTACK
Stay Ahead of Attack Patterns
Understanding CAPEC patterns helps security professionals anticipate and thwart potential attacks. Leverage these insights to enhance threat modeling, strengthen your software development lifecycle, and train your security teams effectively.