The code-injection tag has no wiki summary.
33
votes
8answers
2k views
How does this mess work?
My Joomla! website has been repeatedly hacked into. Someone, somehow, managed to inject the following rubbish into the key php scripts, but I mean not to talk about configuring Joomla. The site is not ...
23
votes
11answers
2k views
Do stackoverflow users agree with the CWE/SANS Top 25 most dangerous programming mistakes?
Report released today on the "top 25" most dangerous programming mistakes. I'm interested to see if any here agree or can spot any glaring omissions (or outdated inclusions).
Also, in your opinion ...
16
votes
2answers
770 views
Anyone get mach_inject working on snow leopard?
Project is now on github and here is the link to my issue
I successfully compiled the whole thing and able to run rejector and rejectee separately.
But the injector will crash the injectee when ...
9
votes
4answers
9k views
Code Injection With C#
Can you use windows hooks or other methods to do code injection with c#? I've seen lots of things about code injection but all of them are done in C/C++. I don't know either of those languages and ...
8
votes
5answers
2k views
Best way to inject functionality into a binary
What would be the best way of inserting functionality into a binary application (3d party, closed source).
The target application is on OSX and seems to have been compiled using gcc 3+. I can see the ...
7
votes
2answers
165 views
Best way to allow user to inject and run php code
I've been thinking for a while about the idea of allowing user to inject code on website and run it on a web server. It's not a new idea - many websites allow users to "test" their code online - such ...
7
votes
3answers
2k views
Java 6 - Annotation processor and code addition
I wrote a custom annotation containing metadata for a property and an AnnotationProcessor:
@SupportedAnnotationTypes({"<package>.Property"})
public class PropertyProcessor extends ...
7
votes
4answers
816 views
Ways to make Javascript code hacking / injection / manipulation difficult?
Are there ways to prevent, or make it difficult enough, for someone to inject Javascript and manipulate the variables or access functions? A thought I had is to change all var names randomly on each ...
7
votes
7answers
5k views
Sharing memory between two processes (C, Windows)
Since I haven't found an answer to the question asked previously here I'm trying a different approach.
Is there any way to share memory between two processes?
The second process gets the ...
6
votes
2answers
172 views
+100
Code weave helper for the standard Dispose pattern?
I have been reading Effective C# and a few other such books/blogs recently and when talking about the standard Dispose pattern (which I'm already using) they all recommend using the class' dispose ...
6
votes
5answers
250 views
Is a stack overflow a security hole?
Note: this question relates to stack overflows (think infinite recursion), NOT buffer overflows.
If I write a program that is correct, but it accepts an input from the Internet that determines the ...
6
votes
7answers
174 views
Block potentially malicious R calls
Let's presuppose that you have R running with root/admin privileges. What R calls do you consider harmful, apart from system() and file.*()?
This is a platform-specific question, I'm running Linux, ...
6
votes
6answers
5k views
How to prevent code injection attacks in PHP?
I am abot confusing, there are so many functions in PHP, and some using this, some using that. Some people use: htmlspecialchars(), htmlentities(), strip_tags() etc
Which is the correct one and what ...
6
votes
2answers
1k views
Finding a 3rd party QWidget with injected code & QWidget::find(hwnd)
Hey,
I have a Qt Dll wich I inject into a third-party Application using windows detours library:
if(!DetourCreateProcessWithDll( Path, NULL, NULL, NULL, TRUE,
...
6
votes
5answers
8k views
How to prevent Javascript injection attacks within user-generated HTML
I am saving user-submitted HTML (in a database). I must prevent Javascript injection attacks. The most pernicious I have seen is the script in a style="expression(...)".
In addition to this, a fair ...
5
votes
1answer
207 views
setting the classpath for a newly injected class
Context:
A new class say Bar, is injected into the JVM at run-time. This class belongs to a package say com.foo.
A reference to this class is injected into another class that belongs to the same ...
5
votes
1answer
1k views
doctrine2 dql, use setParameter with % wildcard when doing a like comparison
I want to use the parameter place holder - e.g. ?1 - with the % wild cards. that is, something like: "u.name LIKE %?1%" (though this throws an error). The docs have the following two examples:
1.
// ...
5
votes
2answers
3k views
Injecting values for static constants in Spring
In one of my classes there is a public static String member and I need set this value in the applicationContext.xml! That is, is it possible for us to inject a value for this static property?
5
votes
4answers
689 views
Modify Emdeded String in C# compiled exe
I have an issue where I need to be able to have a compiled exe ( .net 3.5 c# ) that I will make copies of to distribute that will need to change a key for example before the exe is sent out.
I cannot ...
5
votes
7answers
2k views
Is code injection possible in Java?
nowadays you can read much about code injection, exploits, buffer-, stack- and heap-overflows etc. leading to inject and run code. I wonder what of this stuff is relevant for Java.
I know, there are ...
5
votes
1answer
576 views
Elevating rights to use mach_inject
How do you elevate user rights to root using the Authorization API so that it is possible to use mach_inject?
4
votes
2answers
174 views
Weird image injection when using YUI grid
I was trying to use YUI grid and i noticed something weird coming up on my webpage:
<img id="fvdkoff-target-image" style="border: medium none ; margin: 0px; position: relative; visibility: ...
4
votes
1answer
779 views
Best way to inject your code into running WPF application
Here is my task:
Inject custom managed code into
running managed WPF application (i.e. my code should run in other AppDomain)
Injected code must be executed on UI
thread
When I say 'best' I mean ...
4
votes
4answers
2k views
Why does automatic injection of log-object not always work in grails?
In the grails-framework some objects are using log. This is normally injected by grails. It works on execution of 'grails test-app'. But the same test (an integration-test) fails on execution of ...
3
votes
3answers
114 views
PHP Injection from HTTP GET data used as PHP array key value
i would like to know if there is a possible injection of code (or any other security risk like reading memory blocks that you weren't supposed to etc...) in the following scenario, where unsanitized ...
3
votes
2answers
258 views
Easiest way to inject code to all methods and properties that don't have a custom attribute
There are a a lot of questions and answers around AOP in .NET here on Stack Overflow, often mentioning PostSharp and other third-party products. So there seems to be quite a range of AOP optons ...
3
votes
3answers
1k views
How to safely write JSON data to file using PHP
I've got HTML form for editing images. All data is stored in JSON. When I change current image, I want to save changes, through PHP script, to a text file. If I return to previous image, this ...
3
votes
3answers
122 views
How to Inject plumbing code in the methods and properties of a .NET class?
A part of implementing the IDisposable pattern in .NET is to check if the object is disposed in all the methods/properies like so:
void SomeMethod()
{
if (Disposed)
throw new ...
3
votes
5answers
460 views
How can I inject a file into an EXE at runtime and reference the file during program operation?
I'd like a user to download an exe from my website, where (synchronously upon download) an XML file is injected into this application. This XML file contains a public key, and a signature.
How do ...
3
votes
2answers
1k views
Can JSF standard validation prevent code injection?
In my project, I do duplicate validation at the presentation layer as well as the persistence layer with the hope to increase security. So my question is: can standard JSF validation prevent code ...
3
votes
1answer
771 views
How to prevent Coldfusion from injecting cfform.js into the head section?
An HTML template is passed to Coldfusion. The head tag of the template has additional attribute:
<head profile="http://abc.com">
The issue is that when generating the output based on this ...
3
votes
6answers
630 views
[net]how to inject debugging code to an assembly?
Given an assembly with an entry point like:
int FooClass::doFoo(int x, double y)
{
int ret;
// Do some foo
return ret;
}
Is it possible to use yet another assembly to simulate something ...
3
votes
3answers
1k views
Cleaning/sanitizing xpath attributes
I need to dynamically construct an XPath query for an element attribute, where the attribute value is provided by the user. I'm unsure how to go about cleaning or sanitizing this value to prevent the ...
2
votes
5answers
62 views
Are Cookies a Security Risk?
Assume we have a website that asks the user for his name.
The website then stores this value in a cookie, and on the next page, retrieves it via PHP and uses it somehow (perhaps the page displays the ...
2
votes
1answer
42 views
PostSharp - How to inject a method into a class?
I have some problem with PostSharp (I assume that problem can be solved by other library).
I have that scenario:
I must get all classes with name containing a word, e.g "Sth". I have that classes in ...
2
votes
1answer
198 views
Mac OSx: Injecting item to Finder's Context Menu
In 10.5, we have native support for context menu plugins. This allows us to add items on runtime, and adding different menus for different file types.
But since 10.6 and higher, we have context menu ...
2
votes
3answers
132 views
Injecting javascript in JSON and security
I have an online service where users can create json-backed documents. These are then stored on a server and other users can load them. The json is then decoded exactly as it was submitted. Are there ...
2
votes
1answer
144 views
Logging injection for flex/actionscript?
Is it possible to trace every single method call in flex/actionscript by injecting logging statements some way? Like how it's possible in C# using PostSharp.
2
votes
5answers
121 views
Code injection with PHP question
I'm aware of how to protect against SQL injections & stuff & validating user input... but was wondering if you are taking data from a user input field & the data is a string how safe is ...
2
votes
3answers
197 views
What is the code injection in the .net (as programming skill)?
In most common sense of course "it is a method to influence the behavior of a program in a way its authors did not intend" (wiki).
Then all reflection and typebuilder using techniques also can be ...
2
votes
1answer
199 views
Preventing XSS attack when using Javascript's CreateElement
My company has partners that embed a few of our web pages into their site by way of a dynamically generated iframe. The source URL for the iframe comes from the query string on the partner's site so ...
2
votes
3answers
393 views
Ansi C patch using dlsym compiles OK under linux but fails on Mac Os X
I have build a little patch to append to a certain application and trace the invocations of some functions. Among them, malloc() and open(). I am using dlsym to store the pointer to the original ...
2
votes
1answer
437 views
Can I hook functions in linked libraries?
Using EasyHook I have successfully hooked both exported functions and known vtable functions for various C++ classes. In all these cases target programs have used DLLs.
Provided I know the address of ...
2
votes
1answer
484 views
Guice Inject Field in class not created by Guice
I have a class like so, that I create myself somewhere in my code:
class StarryEyes {
@Inject MyValidator validator;
public StarryEyes(String name) {
//..
}
public doSomething() {
...
2
votes
6answers
251 views
Disabling javascript in specific block/div (containing suspect HTML)?
Is it, in any way, possible to disable the browsers execution of script inside a block/section/element ?
My scenario is, that I'm letting my (future) users create "rich content" (using CK-editor).
...
2
votes
2answers
67 views
Can someone execute a php function in my library but not called on the viewed page?
Let's say I have a php file, test.php with 2 functions: test1() and test2().
If I have an external php file, index.php, with include(test.php) in its code. If in the index.php file has a reference to ...
2
votes
1answer
226 views
how to find and clean wordpress from script/s that changes your blog posts titles on Google and yahoo with embarrassing “Vigra text”?
one day after managing to defend against a massive DDoS attack now http://arabcrunch.com is hacked by someone who seems to change the posts title into Viagra ad on google search engine look how they ...
2
votes
3answers
143 views
Javascript security problem
ok, I start with a very simple method:
alert(someText);
"someText" is a variable, which users will pass a value in by a form.
Will there a chance that the user pass following text, and inject some ...
2
votes
2answers
2k views
Running JavaScript in a UIWebView before any other JavaScript is run
I have a UIWebView component that is going to load a webpage which might contain JavaScript. I want to run some JavaScript of my own before any JavaScript on the loaded webpage runs. I know I can use ...
2
votes
3answers
1k views
Writing a very basic debugger
Is it possible to write a program under windows that will cause a remote process thread to break (stop execution in that thread) upon reaching a predefined address?
I have been experimenting with the ...