Code injection is a security vulnerability that allows to execute the malicious code, supplie in the string that should be treated as a data-only string. Most common cases are SQL injection and JavaScript injection.

learn more… | top users | synonyms

0
votes
1answer
33 views

SQL injection simulation example

I try to simulate an sql injection within a joomla module, but I it not working. I did some debug in the joomla and I arrive to the following problem. The code works well in php admin: SELECT cd.*, ...
-1
votes
3answers
62 views

how do i prevent mySql injection [duplicate]

i need to know about how to prevent our database from sql injection, i read many blog and answer on internet but could not justify which way i should prefer or best. just like for mysql: mysqli: ...
-3
votes
2answers
42 views

Preventing SQL Injections Via $_Get [duplicate]

I have a code on my website that calls upon the pin of a specific row and than echos data from that row. I need to know how i can prevent an SQL injection using the code. Here it is: <?php if ...
1
vote
1answer
45 views

Finding sql injection vulnerabilities in web page code [duplicate]

Can someone help me identify the vulnerabilities and resolve them with this? I posted this website this morning but It kept getting hacked or some thing and I am new to sql injection vulnerabilities. ...
-7
votes
0answers
39 views

Stop php running in blog post [closed]

I have created a blog just for testing, ect. I have used php, PDO and SQL. But when I type php in the blog post input bog, it seems to try run it or something. Probably also does thighs if I tried ...
0
votes
1answer
33 views

SQL inject while allowing iFrames

Is there a way to allow users to include iframes from specific websites while excluding those from unverified sites? I am doing a system that allows users to include iframes with their posts, however, ...
1
vote
2answers
62 views

PHP and SQL Injection

I have this piece of PHP, I just wanna make sure it's safe from SQL injection and security vulnerabilities: <?php require_once "./source/includes/data.php"; header('Content-type: ...
-2
votes
1answer
23 views

Javascript or some type of Injection on my WP 3.5.1 website. [closed]

It looks like someone injected some code on a website of mine. I unescaped the code and I see it is definitely doing something shady where the website plays random music, ads, etc. the website is ...
0
votes
1answer
43 views

Android webview Inject javascript with local image

I have a android webview. I am loading a remote page, for example: google.com using the standard WebView.loadUrl(url); Once the page loads, onPageFinished(), I inject javascript like below... ...
2
votes
1answer
40 views

C++ DLL not executing function after injection

Okay so I made a DLL injector in VB.net a while ago. It works fine with any DLL except for mine. So I know the problem is with the DLL. Here is the injector's code: Private Function Inject(ByVal pID ...
0
votes
2answers
40 views

EJB3 injection into JSF managed beans failed

i am developping a maven enterprise application using netbeans, glassfish3.1, EJB3 and JSF2. I want to inject a DAOFacade EJB into a JSF managed bean but it does'nt work. here is the error message: ...
0
votes
1answer
19 views

Error when attempting to “cleanly” insert data into a MySQL database; Fatal error: Call to a member function execute() on a non-object in

I'm relatively new to PHP and I'm attempting to make a registration + login system. I am running into an issue when I attempt to safely insert the users "username" and "password" into my database. I ...
0
votes
1answer
54 views

Issue with an EJB Facade injection in a JSF Managed Bean [closed]

I am a newbie, working with java/ejb3/jpa2/jsf2 and Glassfish/netbeans7.2. I generate with Netbeans in auto mode my entities Beans and my facade Beans from my MYSQL DB. I injected my Facade Beans in ...
1
vote
1answer
20 views

Do internal sealed classes run perpendicular to proper DI?

After reading Mark Seemann's book on Dependency Injection, I'm stoked about moving my team away from the service locator anti-pattern and into a more elegant solution where my DI is not ever present ...
-1
votes
0answers
28 views

MD5'ed hashes from user input compared to white listed MD5 hash table

I think the picture attached might help explain things. Lets say for example, if we had a sneaker website which asked you for the shoe you want to see selections for. As soon as you would type in the ...
0
votes
1answer
36 views

Hooking Api with Detours crashes on Detach

iam trying to hook NtQueryVolumeInformationFile with detours by injecting a .dll into the explorer.exe. It works fine until i try to eject the dll. After ejecting the .dll, the explorer.exe crashes. ...
1
vote
1answer
38 views

Inject one line of JavaScript from firefox addon

I am completely new to FF extension creation, and I will be rather specific. When I run a JS command in, for example, Firefox's built-in sandbox, it works just fine, so I would like to make a FF ...
0
votes
1answer
56 views

ASP.NET MVC4 repository injection to controller that depends on currently logged user

Let's say I am creating a "TODO list" web application with following features: have ability to register/login users each user has it's own TODO list that is independent from other users So I've ...
0
votes
2answers
34 views

Avoid SQL Injection in query using dynamically loaded tables and database names

I'm developing a system to manage in a very simple way some tables in the database. The system first loads with Ajax the databases the user can see and manage. Then load the tables in that database ...
0
votes
2answers
19 views

Safety of having exec() enabled

I was wondering if it is safe to have exec() enabled on my server. I would like to use it to execute a ping command inside a script to check to see if my servers are running. The ip's that are being ...
0
votes
1answer
26 views

How can i prevent sql injection with codeiginiter [duplicate]

I want to prevent my statement for injection but i am getting confused about active records and query bindings. This is my current mysql query called results. $results = ...
2
votes
2answers
46 views

Variable substitution/expansion - safe way in perl

I need one very simple line-based (space delimited) "language", what in general will look for some predefined "actions" (1st field), and execute defined perl subs with the arguments (other fields in ...
0
votes
0answers
46 views

OllyDbg: MessageBoxA causes access violation

I am trying to inject code for the first time and basically everything works so far.. but the problem is, that after I run the program and it calls method MessageBoxA() an access violation occurs. ...
-1
votes
2answers
50 views

How can i prevent SQL injection when using MySQLi? [duplicate]

How would i prevent SQL injections in a SQL query like this? <?php $mysqli = new mysqli("ip", "username", "pass", "database"); /* check connection */ if (mysqli_connect_errno()) { ...
-1
votes
3answers
49 views

Php 'update' command script possibly needs sql injection protection? [duplicate]

My database recently suffered from a sql injection attack, mostly because I am relatively new to programming and did not know about something like that. I have been trying to learn how to prevent ...
0
votes
0answers
51 views

Protecting mysql database from injection attacks with pdo script

Recently, my database experienced an attack from mysql injections. I did not know about injections before this incident. However, I have been studying up on what it is and how to prevent it, but I ...
-3
votes
0answers
72 views

Linux/Android UINPUT : Injecting Sensor (accelerometer Gyro) events from Application layer to Lower layer

I am posting my queries for the first so please pardon me if I have missed any protocol of writing the post. I am developing an Android based TV Set top box (STB). I am planning to give user a ...
2
votes
3answers
73 views

Demonstrating SQL injection attacks to my boss

So I have a project with work to try and teach my boss to start using prepared SQL statements, but he could care less and says it's not a big deal. I want to know how to prove to him it is a big deal, ...
-2
votes
2answers
259 views

Is this PHP code vulnerable to any SQL Injection? [closed]

Is this code vulnerable to any MySQL injection. Trying to find if there's any exploits at all. Thanks! <?php if($_POST[user] && $_POST[pass]) { ...
0
votes
1answer
22 views

Can you create multiple instances of a class using method injection or some other form of injection?

public interface IFoo {} public class Foo : IFoo {} public sealed class NinjaModule : NinjectModule //Appropriately configured in project { public override void Load() { ...
1
vote
0answers
68 views

Web data extraction and data mining; Scraping vs Injection and how to get data.. like yesterday

I feel like i should almost give a friggin synopsis to this/these lengthy question(s).. I apologize if all of these questions have been answered specifically in a previous question/answer post, but I ...
0
votes
0answers
20 views

Redirecting system call

I made mach system call function by replacing mach_trap_table[index].mach_trap_function with my system call. I cannot use the way because mach_vm_write is not included in mach trap table. So I was ...
0
votes
1answer
82 views

Spring and Spring Data JPA are not working in conjunction

I am using Spring Data JPA (1.3.0.RELEASE) with Spring (3.2.2.RELEASE ) in one project and facing a weird problem. I am using xml based configuration as mentioned below. ...
-2
votes
2answers
73 views

PHP MySQLI Prevent SQL Injection [duplicate]

I've build a website that will be going live soon and just have a couple questions about preventing SQL injection, I understand how to use mysqli_real_escape_string but I'm just wondering if I have to ...
-2
votes
2answers
94 views

PHP injection. Explanation needed [closed]

I am trying to learn how to hack, and I was given a task based around php. I know that this code is the vulnerable part, but I don't know how to actually exploit it. <form action="#" ...
1
vote
2answers
273 views

Opencart: Ajax json response unknown characters

I am working on e-commerce website. It was working fine but suddenly all ajax functions didn't work. When I checked the ajax code in firebug I can see some js strings are attached with that response: ...
0
votes
1answer
57 views

Blind SQL injection in end--fields

I have used this blind SQL injection in ORDER BY clause: (CASE WHEN 1 THEN col1 ELSE col2 END) It would produce a query like this: SELECT x FROM y ORDER BY (CASE WHEN 1 THEN col1 ELSE col2 END) ...
0
votes
0answers
36 views

mach_override a C++ instance method

Of all the examples I've seen using mach_override, they override either C system functions or local functions, but never attempt to override a plain (not virtual) C++ member function of a class ...
0
votes
1answer
55 views

Google guice inject a instance created by Spring and method intercept

I use Gucie 3.0 to intercept any methods that have my defined annotation @LogRequired. However for my application, some beans are initialized by Spring with injected fields values. After calling giuce ...
0
votes
0answers
41 views

PHPMailer Feedback Email

I've made a form for potential clients to fill in to get a estimated quote via email. I receive the emails fine and everything works the way I want it to. I also have jQuery validation, I won't ...
1
vote
2answers
59 views

Defend aginst T-SQL injection [duplicate]

Apologies if this seems a daft question but how does using parameters defends against SQL injection and what are the best practices in relation to T-SQL: For example: Is this best practice? ...
1
vote
1answer
55 views

Resolving multiple implementations with property injection of optional dependencies

Today i came across a seemingly strange issue regarding resolving multiple implementations of a type in combination with property injection of a optional dependency, in my case a logger instance. I ...
1
vote
1answer
16 views

Does pgdb prevent against injection attacks?

I have a piece of code like this: db = pgdb.connect( database=connection['database'], user=connection['user'], host=connection['host']) cursor = db.cursor() # ask database query = ''' ...
0
votes
2answers
29 views

EJB Injection failure on deploy

I've got a problem exxh EJB's. First of all, my setup: I am using GlassFish & JEE6. I got a REST-Service packaged as a WAR and a bean packaged as an EJB-Jar. They are not inside an EAR. The EJB ...
0
votes
1answer
18 views

what security issues are required for allowing users to store html content to database and to retrieve html content on web

On my website, registered users can write styled text contents( i am using nicEdit ) and then they can store them in mysql database. I store their contents in text type field on mysql db. Then I ...
1
vote
1answer
51 views

How to prevent users from using javascript links [duplicate]

I have a website that makes AJAX calls to a server-side script when a button is pressed. The only problem is that a user could type the following into their address bar: javascript:callAjaxRoutine(); ...
0
votes
1answer
85 views

How do I protect my code from HTML Injection? [duplicate]

This is my code, how do I prevent people from injecting HTML or anything like that in the comment and name field? I read something about html entities and stripping tags, but I have no clue whatsoever ...
-2
votes
0answers
36 views

how to avoid SQL injection with certain code? [closed]

I have this line of code sql_stmt VARCHAR2(2500) := 'Select * FROM EQUI_PER_PERFIL_FILTRADO WHERE ' || param_where; where param_where is a parameter that the procedure that contains the line I just ...
0
votes
0answers
40 views

can't setwindowhookex into application is running

I am building one application use hook, I want start another applicaton , after I build my application and applicaton will get automation window handle of another applicaton and setwindowhook. But I ...
0
votes
0answers
27 views

ServletContext#getServletContextName on WebService class returns null

I need to handle name of my webservice application in a web service class . I m using oracle weblogic as app server and with this code ; @Resource private WebServiceContext webServiceContext; ..... ...

1 2 3 4 5 16