×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED

How does the Same Origin Policy handle the embedding of scripts from different origins? Are there any limitations or concerns related to this exception?

by EITCA Academy / Saturday, 05 August 2023 / Published in Cybersecurity, EITC/IS/WASF Web Applications Security Fundamentals, Same Origin Policy, Exceptions to the Same Origin Policy, Examination review

The Same Origin Policy (SOP) is a fundamental security mechanism in web browsers that restricts the interactions between different origins (i.e., combinations of scheme, host, and port) to protect users from malicious attacks. However, there are certain exceptions to the SOP that allow embedding of scripts from different origins under specific circumstances. In this response, we will discuss how the SOP handles these exceptions and highlight any limitations or concerns associated with them.

One common exception to the SOP is the Cross-Origin Resource Sharing (CORS) mechanism. CORS allows a server to specify which origins are permitted to access its resources through the use of HTTP headers. When a web page requests a resource from a different origin, the server can respond with appropriate CORS headers to indicate whether the request should be allowed or denied. These headers include "Access-Control-Allow-Origin" to specify the allowed origins and "Access-Control-Allow-Methods" to define the permitted HTTP methods.

For example, suppose we have a web page hosted on "https://www.example.com" that embeds a script from "https://api.example.com". If the server at "https://api.example.com" includes the header "Access-Control-Allow-Origin: https://www.example.com", the browser will allow the script to be executed within the web page hosted on "https://www.example.com". This exception enables legitimate cross-origin interactions while still maintaining the security boundaries imposed by the SOP.

Another exception to the SOP is the use of document.domain. This mechanism allows scripts from subdomains of the same domain to communicate with each other, even if they are loaded from different origins. By setting the document.domain property to the same value, scripts can bypass the SOP and share information through the use of cross-origin scripting techniques. However, it is important to note that this exception is limited to subdomains of the same domain and does not apply to different domains altogether.

For instance, if we have a web page hosted on "https://www.example.com" that includes an iframe pointing to "https://subdomain.example.com", the scripts within the parent page and the iframe can communicate with each other by setting document.domain to "example.com". This exception is useful for scenarios where subdomains need to collaborate, but it should be used with caution as it can introduce security risks if not properly implemented.

While these exceptions provide flexibility for cross-origin interactions, they also introduce potential security concerns. One concern is the risk of Cross-Site Scripting (XSS) attacks. If an attacker manages to inject malicious scripts into a trusted website, the SOP exceptions may allow these scripts to execute within the context of the trusted website, leading to unauthorized access or data theft. To mitigate this risk, it is important to implement proper input validation, output encoding, and secure coding practices to prevent XSS vulnerabilities.

Another concern is the possibility of Cross-Site Request Forgery (CSRF) attacks. If a website allows cross-origin requests without proper validation or authentication, an attacker can trick a user into performing unintended actions on their behalf. To prevent CSRF attacks, web developers should implement measures such as anti-CSRF tokens and strict validation of requests.

The Same Origin Policy handles the embedding of scripts from different origins through exceptions like Cross-Origin Resource Sharing (CORS) and document.domain. These exceptions enable controlled cross-origin interactions while maintaining security boundaries. However, it is essential to be aware of the associated limitations and concerns, such as XSS and CSRF vulnerabilities, and implement appropriate security measures to mitigate these risks.

Other recent questions and answers regarding EITC/IS/WASF Web Applications Security Fundamentals:

  • Does implementation of Do Not Track (DNT) in web browsers protect against fingerprinting?
  • Does HTTP Strict Transport Security (HSTS) help to protect against protocol downgrade attacks?
  • How does the DNS rebinding attack work?
  • Do stored XSS attacks occur when a malicious script is included in a request to a web application and then sent back to the user?
  • Is the SSL/TLS protocol used to establish an encrypted connection in HTTPS?
  • What are fetch metadata request headers and how can they be used to differentiate between same origin and cross-site requests?
  • How do trusted types reduce the attack surface of web applications and simplify security reviews?
  • What is the purpose of the default policy in trusted types and how can it be used to identify insecure string assignments?
  • What is the process for creating a trusted types object using the trusted types API?
  • How does the trusted types directive in a content security policy help mitigate DOM-based cross-site scripting (XSS) vulnerabilities?

View more questions and answers in EITC/IS/WASF Web Applications Security Fundamentals

More questions and answers:

  • Field: Cybersecurity
  • Programme: EITC/IS/WASF Web Applications Security Fundamentals (go to the certification programme)
  • Lesson: Same Origin Policy (go to related lesson)
  • Topic: Exceptions to the Same Origin Policy (go to related topic)
  • Examination review
Tagged under: CORS, Cross-Origin Resource Sharing, Cybersecurity, Document.domain, Same Origin Policy, Security, SOP, Web Applications
Home » Cybersecurity / EITC/IS/WASF Web Applications Security Fundamentals / Examination review / Exceptions to the Same Origin Policy / Same Origin Policy » How does the Same Origin Policy handle the embedding of scripts from different origins? Are there any limitations or concerns related to this exception?

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on Twitter
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF), governed by the EITCI Institute since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Web Development
    • Cloud Computing
    • Artificial Intelligence
    • Cybersecurity
    • Quantum Information
    • GET SOCIAL
    EITCA Academy


    © 2008-2026  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.