/hg/icedtea-web: Add SOPBypass reproducer
aazores at icedtea.classpath.org
aazores at icedtea.classpath.org
Mon Aug 31 20:55:57 UTC 2015
changeset b8cd8b45a3d4 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b8cd8b45a3d4
author: Andrew Azores <aazores at redhat.com>
date: Mon Aug 31 16:55:32 2015 -0400
Add SOPBypass reproducer
Added new tests to check where applets are allow to make network
connections, depending on different combinations of applet codebase,
documentbase, and applet archive location.
* tests/reproducers/simple/SOPBypass/resources/SOPBypass.html
* tests/reproducers/simple/SOPBypass/resources/SOPBypass.jnlp
* tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java
diffstat:
ChangeLog | 13 +
tests/reproducers/simple/SOPBypass/resources/SOPBypass.html | 49 +
tests/reproducers/simple/SOPBypass/resources/SOPBypass.jnlp | 59 +
tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java | 138 +++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java | 255 ++++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java | 238 +++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java | 236 +++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java | 413 ++++++++++
8 files changed, 1401 insertions(+), 0 deletions(-)
diffs (truncated from 1436 to 500 lines):
diff -r b1aa74ef87a4 -r b8cd8b45a3d4 ChangeLog
--- a/ChangeLog Wed Aug 26 10:18:29 2015 +0200
+++ b/ChangeLog Mon Aug 31 16:55:32 2015 -0400
@@ -1,3 +1,16 @@
+2015-08-31 Andrew Azores <aazores at redhat.com>
+
+ Added new tests to check where applets are allow to make network
+ connections, depending on different combinations of applet codebase,
+ documentbase, and applet archive location.
+ * tests/reproducers/simple/SOPBypass/resources/SOPBypass.html
+ * tests/reproducers/simple/SOPBypass/resources/SOPBypass.jnlp
+ * tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java
+
2015-08-25 Jiri Vanek <jvanek at redhat.com>
Lukasz Dracz <ldracz at redhat.com>
diff -r b1aa74ef87a4 -r b8cd8b45a3d4 tests/reproducers/simple/SOPBypass/resources/SOPBypass.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/resources/SOPBypass.html Mon Aug 31 16:55:32 2015 -0400
@@ -0,0 +1,49 @@
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<html>
+ <head></head>
+ <body>
+ <applet
+ CODE_REPLACEMENT_TOKEN
+ ARCHIVE_REPLACEMENT_TOKEN
+ CODEBASE_REPLACEMENT_TOKEN
+ width="800"
+ height="600">
+ </applet>
+ </body>
+</html>
diff -r b1aa74ef87a4 -r b8cd8b45a3d4 tests/reproducers/simple/SOPBypass/resources/SOPBypass.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/resources/SOPBypass.jnlp Mon Aug 31 16:55:32 2015 -0400
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<jnlp spec="1.0" href="SOPBypass-filtered.jnlp" codebase="CODEBASE_REPLACEMENT_TOKEN">
+ <information>
+ <title>SOPBypass</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>Test applets' abilities to make URLConnections and create Sockets in various documentBase/codebase/etc. combinations</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="JAR_HREF_REPLACEMENT_TOKEN" main="true"/>
+ </resources>
+ <applet-desc
+ documentBase="DOCUMENTBASE_REPLACEMENT_TOKEN"
+ name="SOPBypass"
+ main-class="SOPBypass"
+ width="320"
+ height="200"
+ >
+ </applet-desc>
+</jnlp>
diff -r b1aa74ef87a4 -r b8cd8b45a3d4 tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java Mon Aug 31 16:55:32 2015 -0400
@@ -0,0 +1,138 @@
+/* SimpleTest1.java
+Copyright (C) 2015 Red Hat, Inc.
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation, version 2.
+
+IcedTea is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+ */
+
+import java.applet.Applet;
+import java.io.PrintWriter;
+import java.net.InetSocketAddress;
+import java.net.MalformedURLException;
+import java.net.Socket;
+import java.net.URL;
+import java.net.URLConnection;
+
+public class SOPBypass extends Applet {
+
+ @Override
+ public void start() {
+ System.out.println("Applet Started");
+
+ System.out.println("Codebase URL: " + getCodeBase());
+ System.out.println("DocumentBase URL: " + getDocumentBase());
+
+ attemptSocketConnectionToCodebase();
+ attemptSocketConnectionToDocumentBase();
+ attemptSocketConnectionToUnrelated();
+ attemptUrlConnectionToCodebase();
+ attemptUrlConnectionToDocumentBase();
+ attemptUrlConnectionToUnrelated();
+
+ System.out.println("*** APPLET FINISHED ***");
+ }
+
+ void attemptSocketConnectionToCodebase() {
+ String host = getCodeBase().getHost();
+ int port = getCodeBase().getPort();;
+ attemptSocketConnection(host, port, "codeBase", true);
+ }
+
+ void attemptSocketConnectionToDocumentBase() {
+ String host = getDocumentBase().getHost();
+ int port = getDocumentBase().getPort();
+ attemptSocketConnection(host, port, "documentBase", true);
+ }
+
+ void attemptSocketConnectionToUnrelated() {
+ String host = "http://example.com";
+ int port = 80;
+ attemptSocketConnection(host, port, "unrelated", false);
+ }
+
+ void attemptSocketConnection(String host, int port, String s, boolean sendData) {
+ boolean connected = true;
+ try {
+ Socket local = new Socket();
+ local.bind(null);
+ local.connect(new InetSocketAddress(host, port));
+ if (sendData) {
+ try (PrintWriter writer = new PrintWriter(local.getOutputStream(), true)) {
+ writer.println("test");
+ }
+ }
+ } catch (Exception e) {
+ connected = false;
+ e.printStackTrace();
+ }
+ System.out.println("SocketConnection:" + s + " " + connected);
+ }
+
+ void attemptUrlConnectionToCodebase() {
+ attemptUrlConnection(getCodeBase(), "codeBase");
+ }
+
+ void attemptUrlConnectionToDocumentBase() {
+ attemptUrlConnection(getDocumentBase(), "documentBase");
+ }
+
+ void attemptUrlConnectionToUnrelated() {
+ try {
+ attemptUrlConnection(new URL("http://example.com:80"), "unrelated");
+ } catch (MalformedURLException e) {
+ e.printStackTrace();
+ System.out.println("Unrelated URL test failed due to MalformedURLException");
+ System.out.println("URLConnection:unrelated false");
+ }
+ }
+
+ void attemptUrlConnection(URL url, String s) {
+ boolean connected = true;
+ try {
+ URLConnection conn = url.openConnection();
+ conn.connect();
+ conn.getContentEncoding();
+ conn.getContentLength();
+ conn.getContentType();
+ } catch (Exception e) {
+ connected = false;
+ e.printStackTrace();
+ }
+ System.out.println("URLConnection:" + s + " " + connected);
+ }
+
+ public static void main(String[] args) {
+ new SOPBypass().start();
+ }
+
+}
diff -r b1aa74ef87a4 -r b8cd8b45a3d4 tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java Mon Aug 31 16:55:32 2015 -0400
@@ -0,0 +1,255 @@
+/* SOPBypassHtmlAppletTest.java
+ Copyright (C) 2015 Red Hat, Inc.
+
+ This file is part of IcedTea.
+
+ IcedTea is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 2.
+
+ IcedTea is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with IcedTea; see the file COPYING. If not, write to
+ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA.
+
+ Linking this library statically or dynamically with other modules is
+ making a combined work based on this library. Thus, the terms and
+ conditions of the GNU General Public License cover the whole
+ combination.
+
+ As a special exception, the copyright holders of this library give you
+ permission to link this library with independent modules to produce an
+ executable, regardless of the license terms of these independent
+ modules, and to copy and distribute the resulting executable under
+ terms of your choice, provided that you also meet, for each linked
+ independent module, the terms and conditions of the license of that
+ module. An independent module is a module which is not derived from
+ or based on this library. If you modify this library, you may extend
+ this exception to your version of the library, but you are not
+ obligated to do so. If you do not wish to do so, delete this
+ exception statement from your version.
+*/
+
+package sopbypasstests;
+
+import org.junit.AfterClass;
+import org.junit.BeforeClass;
+import org.junit.Test;
+import net.sourceforge.jnlp.annotations.NeedsDisplay;
+import net.sourceforge.jnlp.annotations.TestInBrowsers;
+import net.sourceforge.jnlp.browsertesting.BrowserTest;
+import net.sourceforge.jnlp.browsertesting.Browsers;
+import net.sourceforge.jnlp.ProcessResult;
+import net.sourceforge.jnlp.ServerAccess;
+import net.sourceforge.jnlp.ServerLauncher;
+import net.sourceforge.jnlp.config.DeploymentConfiguration;
+import net.sourceforge.jnlp.runtime.ManifestAttributesChecker;
+import net.sourceforge.jnlp.tools.DeploymentPropertiesModifier;
+import net.sourceforge.jnlp.security.appletextendedsecurity.AppletSecurityLevel;
+import java.io.File;
+
+import static sopbypasstests.SOPBypassUtil.*;
+
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
+
+public class SOPBypassHtmlAppletTest extends BrowserTest {
+
+ private static ServerLauncher serverA;
+ private static ServerLauncher serverB;
+ private static ServerLauncher serverC;
+ private static DeploymentPropertiesModifier mod1 = new DeploymentPropertiesModifier();
+ private static DeploymentPropertiesModifier mod2 = new DeploymentPropertiesModifier();
+
+ @BeforeClass
+ public static void setup() throws Exception {
+ serverA = ServerAccess.getIndependentInstance();
+ serverB = ServerAccess.getIndependentInstance();
+ serverC = ServerAccess.getIndependentInstance();
+
+ File file = mod1.src.getFile();
+ if (!file.exists()) {
+ file.getParentFile().mkdirs();
+ file.createNewFile();
+ }
+ mod1.setProperties(DeploymentConfiguration.KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK, ManifestAttributesChecker.MANIFEST_ATTRIBUTES_CHECK.NONE.name());
+ mod2.setProperties(DeploymentConfiguration.KEY_SECURITY_LEVEL, AppletSecurityLevel.ALLOW_UNSIGNED.name());
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalAbsoluteArchiveLocalPathCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalAbsoluteArchiveUnrelatedRemoteCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testRemoteAbsoluteArchiveSameRemoteCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverC.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testRemoteAbsoluteArchiveUnrelatedRemoteCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testRemoteAbsoluteArchiveLocalPathCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testRemoteAbsoluteArchiveLocalDotCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), ".");
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testRemoteAbsoluteArchiveNoCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), (String) null);
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalAbsoluteArchiveNoCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), (String) null);
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalRelativeArchiveNoCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", (String) null);
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalRelativeArchiveUnrelatedRemoteCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", serverC.getUrl());
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalAbsoluteArchiveLocalDotCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), ".");
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
+ public void testLocalRelativeArchiveLocalPathCodebase() throws Exception {
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", server.getUrl("/"));
+ ProcessResult pr = performTest(templatedDoc);
+ assertCodebaseConnection(pr);
+ assertDocumentBaseConnection(pr);
+ assertNoUnrelatedConnection(pr);
+ }
+
+ @Test
+ @NeedsDisplay
+ @TestInBrowsers(testIn = {Browsers.one})
More information about the distro-pkg-dev
mailing list