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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:43:34+00:00 2026-05-28T06:43:34+00:00

I usually use sql parameters with queries, but in this case I need to

  • 0

I usually use sql parameters with queries, but in this case I need to dynamically create more than just the parameters.

Could someone use injection on any of the variables? Aside from a stored procedure is there a simple way to protect against injection via code?

string whereClause = "WHERE " + filter.ToString() + " > " + nextStartPoint;
string orderBy = "ORDER BY " + filter.ToString() + " DESC";   

ex

string sql = "SELECT TOP(" + numItemsToGet + ") * " +
                                 "FROM Items " +
                                  whereClause + " " +
                                  orderBy;

Update

filter.ToString() is the actual column name

I’m surprised the following worked (partial ex)… I also thought you have to reference a column name with sql parameters.

cmd.Parameters.AddWithValue("Count", 10);

                    string sql = "SELECT TOP(@Count) * " +
  • 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-28T06:43:34+00:00Added an answer on May 28, 2026 at 6:43 am

    Yes this is definitely subject to injection. If the user controls the filter parameter then it’s very easy for them to inject bad SQL into your statement.

    The simplest way to prevent an injection attack is to use SqlCommand to build up your command. It’s designed to help prevent such attacks and will take the appropriate steps to protect your input

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

Sidebar

Related Questions

Usually i use SQL Server as database for my project, but one of my
I am not used to work with SQL Server(usually I just use express). I
I usually do not use Sql Server Management Studio, I usually use Linqpad to
I usually use ORM instead of SQL and I am slightly out of touch
I usually use C++ stdlib map whenever I need to store some data associated
I usually use Visual Studio Team System 2008 Source Control Explorer with TFS, but
I usually use this line to import file from out of the current folder
I usually use JSON with jQuery to just return a string with html. However,
I don't use DataSets much. Usually find myself using an ORM or just a
I usually use Delphi-targeted databases for most of my work (NexusDB typically, lately), but

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.