Questions tagged [mixed-code]

Mixed Code refers to a situation in which code, or sometimes data, of differing privileges share the same context. An adversary may be able to craft malicious code to compromise the confidentiality and/or integrity of differently trusted code/data, enabling exploitation of elevated permissions.

For Java PlugIn and Java WebStart, see Oracle's Mixing Signed and Unsigned Code guide.

For HTTPS, see Ivan Ristic's How to Render SSL Useless, particularly points "8 Mixed page content," "10 Using SSL for “important” bits" and "3 Mixing SSL and plain-text".

40 questions
0
votes
1 answer

JNLPAppletLauncher can't find subApplet class name since Java update 21

Since JRE version 1.6.0_21-b07 org.jdesktop.applet.util.JNLPAppletLauncher can't find the class contained in the parameter subapplet.classname anymore. In…
hfmanson
  • 1,446
  • 14
  • 21
0
votes
1 answer

Applet could not find NativeMixedCodeDialog

My compiled jar applet file shows an exception: Could not find the main class: com.sun.deploy.uitoolkit.ui.NativeMixedCodeDialog. Applet should've run under JRE 1.6, but I've JRE 1.7 installed as well. To force that I had to add
a3dsfcv
  • 1,146
  • 2
  • 20
  • 35
0
votes
1 answer

Permissions error for a signed Java applet when including external JAR files

I have a signed Java applet. And it works fine. But now I have to integrate some 3rd party JAR files with it. When I test it from Eclipse, the whole thing works correctly. But when I test it as an applet, it gives me a…
sc45
  • 1,916
  • 2
  • 16
  • 25
0
votes
0 answers

DevStudio 2010 "hangs" after each mouse-clicks when debugging C# code in a mixed C++/C# application

I started having this (weird) problem recently. My application uses both C++ and C#, and I've been able to debug and step through the code in either my C++ Dlls or my C# assemblies. For some reason, I can't put braeakpoints in my C# code anymore,…
0
votes
1 answer

Visual Studio 2010 loads symbols too slowly when debug mixed application

I'm using Visual Studio 2010 to debug a mixed application. When I attach to that process(Managed + Native), the VS is hung. Then 30 minutes later(not exactly this time, but it's really long), it comes back. Anybody know how to resolve this?Thanks in…
sky
  • 522
  • 8
  • 13
0
votes
0 answers

Java Signed Code Applet mixed code Warning Even After Trusted-Library: true

Java SE 7 update 21 is throwing a mixed code popup for the applete . I already added Trusted-Library: true to Manifest.MF and resigned , but its still throwing this popup . I use some system libraries , do i also need to add Trusted-Library: true in…
nestrocuation
  • 219
  • 1
  • 4
  • 9
0
votes
0 answers

jnlp file containing a set of signed and unsigned jars

I have a set of jars that I build and signed on the build machine and deploy to our servers. There is one other jar that is created dynamically on the server itself and I have no way of signing it. All of the jars are downloaded together as stated…
reza
  • 5,972
  • 15
  • 84
  • 126
0
votes
1 answer

Logically solving Java Security Error

When I open up applet I see the below security warning/error. I have googled and found the solution from http://java.com/en/download/help/error_mixedcode.xml saying to edit the options from settings. Its valid but my clients can never understand…
Max
  • 1,334
  • 5
  • 16
  • 34
0
votes
2 answers

Identifying insecure content in secure html request

Hi, I'm debugging an https page with httpFox, looking for insecure content. There's only one insecure request on the entire page, but I can't tell what it is for? httpFox is flagging this request...it's the only "http" request on the page (the rest…
ebmudder
  • 53
  • 3
-4
votes
1 answer

Reading mixed .csv in two lines in matlab

I 've a csv.file part of it given below {\rtf1\ansi\deff0{\fonttbl{\f0\fnil\fcharset0 Microsoft Sans Serif;}} \viewkind4\uc1\pard\lang1033\f0\fs17 $GPGGA, 142621.00, 4106.29338717, N, 02901.18386180, E, 5, 06, 7.2, 103.3\par $SDDBT, 1.3, f, 0.3, M,…
arslanab
  • 3
  • 3
1 2
3