During a penetration test, it's found that a script from an external domain is executing malicious actions. This indicates a potential ________ vulnerability.
- Cross-Origin Resource Sharing (CORS)
- Cross-Site Request Forgery (CSRF)
- Cross-Site Scripting (XSS)
- SQL Injection
The presence of a script from an external domain executing malicious actions suggests a Cross-Site Scripting (XSS) vulnerability, where untrusted data is rendered without proper validation or escaping.
Loading...
Related Quiz
- In high-risk transactions, payment gateways might implement ________ as an additional verification step.
- When integrating email services into an application, what is the role of SMTP?
- Which file in CodeIgniter is typically modified to include a third-party library?
- When setting up a new environment for testing, the developer should configure specific settings in the ________ directory.
- Advanced debugging techniques in CodeIgniter may involve custom ______ to handle exceptions.