Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3344318
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:03:20+00:00 2026-05-18T01:03:20+00:00

I was just going through some security blogs and I found this image of

  • 0

I was just going through some security blogs and I found this image of an major financial entity and I was not sure of what could have caused this kind of error to appear on client facing page and how to fix it so that we do not have any potential security loop hole in the system ?

alt text

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T01:03:21+00:00Added an answer on May 18, 2026 at 1:03 am

    It looks like a badly closed workaround to use CDATA in browsers that don’t support XHTML.

    For example, this is fine in HTML:

    <script type="text/javascript">
       if (1 > 0) {
       }
    </script>
    

    However, because of >, this wouldn’t work in XHTML. For this, you would have to use CDATA to escape the script itself, like this:

    <script type="text/javascript">
    //<![CDATA[
       if (1 > 0) {
       }
    //]]>
    </script>
    

    Here, the CDATA is within the script, but a comment as far as the script is concerned.

    Some browsers don’t seem to like the CDATA in HTML, so some people use a trick to double-escape the CDATA with XML comments on top of this:

    <script type="text/javascript">
    <!--//--><![CDATA[//><!--
       if (1 > 0) {
       }
    //--><!]]>
    </script>
    

    It looks like your problem comes from one of these double-escape tricks to be badly closed. (//--><!]]> may have to be on the same line).

    I’m not sure if it’s a security issue as such; it would depend on what else is incorrectly displayed/transformed (this may come from a server-side XSLT or similar).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was just going through some codes of C++. Where in I came across
I am just trying to learn some Lisp, so I am going through project
I just downloaded MVC and I am going through a tutorial. Everything goes fine
This is likely going to be an easy answer and I'm just missing something,
So I am going through our database and removing some unneeded access levels that
I recently was given some code in c# ASP.NET and I was going through
I just wanted to run this by other heads to make sure I wasn't
I am going to develop ICQ client and I just wonder where can I
I'm going to learn Qt and I just want to know what parts of
Just getting started using MVC in ASP.NET, I'm going to have it so users

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.