{
  "id": "484e156f-1df3-44b8-88cc-88454dd23808",
  "target": "https://www.evotec-plastics.com/",
  "scan_date": "2026-06-25T19:38:41.285614+00:00",
  "total_findings": 20,
  "summary": {
    "critical": 0,
    "high": 0,
    "medium": 3,
    "low": 9,
    "info": 8
  },
  "findings": [
    {
      "tool": "nmap",
      "type": "network",
      "severity": "info",
      "title": "Open tcp/80 (http)",
      "description": "Service http on 198.185.159.144:80/tcp",
      "endpoint": "198.185.159.144:80",
      "raw": {
        "host": "198.185.159.144",
        "port": "80",
        "protocol": "tcp",
        "service": "http",
        "product": "",
        "extrainfo": null
      }
    },
    {
      "tool": "nmap",
      "type": "network",
      "severity": "info",
      "title": "Open tcp/443 (https)",
      "description": "Service https on 198.185.159.144:443/tcp",
      "endpoint": "198.185.159.144:443",
      "raw": {
        "host": "198.185.159.144",
        "port": "443",
        "protocol": "tcp",
        "service": "https",
        "product": "",
        "extrainfo": null
      }
    },
    {
      "tool": "httpx",
      "type": "info",
      "severity": "info",
      "title": "Status 200",
      "endpoint": "https://www.evotec-plastics.com/",
      "raw": {
        "timestamp": "2026-06-25T19:25:49.554416992Z",
        "port": "443",
        "url": "https://www.evotec-plastics.com/",
        "input": "https://www.evotec-plastics.com/",
        "title": "Evotec",
        "scheme": "https",
        "webserver": "Squarespace",
        "content_type": "text/html",
        "method": "GET",
        "host": "www.evotec-plastics.com",
        "host_ip": "198.185.159.144",
        "path": "/",
        "time": "718.645473ms",
        "a": [
          "198.185.159.144"
        ],
        "tech": [
          "Adobe Fonts",
          "HSTS",
          "Squarespace",
          "Squarespace Commerce",
          "Typekit"
        ],
        "words": 8194,
        "lines": 998,
        "status_code": 200,
        "content_length": 66594,
        "failed": false,
        "knowledgebase": {
          "pHash": 0
        },
        "resolvers": [
          "1.1.1.1:53",
          "1.0.0.1:53"
        ]
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "medium",
      "title": "Content Security Policy (CSP) Header Not Set",
      "description": "<p>Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10038",
        "alertRef": "10038-1",
        "alert": "Content Security Policy (CSP) Header Not Set",
        "name": "Content Security Policy (CSP) Header Not Set",
        "riskcode": "2",
        "confidence": "3",
        "riskdesc": "Medium (High)",
        "desc": "<p>Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.</p>",
        "instances": [
          {
            "id": "8",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "6",
            "uri": "https://www.evotec-plastics.com/robots.txt",
            "nodeName": "https://www.evotec-plastics.com/robots.txt",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "7",
            "uri": "https://www.evotec-plastics.com/sitemap.xml",
            "nodeName": "https://www.evotec-plastics.com/sitemap.xml",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "3",
        "systemic": false,
        "solution": "<p>Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP</p><p>https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html</p><p>https://www.w3.org/TR/CSP/</p><p>https://w3c.github.io/webappsec-csp/</p><p>https://web.dev/articles/csp</p><p>https://caniuse.com/#feat=contentsecuritypolicy</p><p>https://content-security-policy.com/</p>",
        "cweid": "693",
        "wascid": "15",
        "sourceid": "6"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "medium",
      "title": "Missing Anti-clickjacking Header",
      "description": "<p>The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10020",
        "alertRef": "10020-1",
        "alert": "Missing Anti-clickjacking Header",
        "name": "Missing Anti-clickjacking Header",
        "riskcode": "2",
        "confidence": "2",
        "riskdesc": "Medium (Medium)",
        "desc": "<p>The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.</p>",
        "instances": [
          {
            "id": "18",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "x-frame-options",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one of them is set on all web pages returned by your site/app.</p><p>If you expect the page to be framed only by pages on your server (e.g. it's part of a FRAMESET) then you'll want to use SAMEORIGIN, otherwise if you never expect the page to be framed, you should use DENY. Alternatively consider implementing Content Security Policy's \"frame-ancestors\" directive.</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options</p>",
        "cweid": "1021",
        "wascid": "15",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "medium",
      "title": "Sub Resource Integrity Attribute Missing",
      "description": "<p>The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "90003",
        "alertRef": "90003",
        "alert": "Sub Resource Integrity Attribute Missing",
        "name": "Sub Resource Integrity Attribute Missing",
        "riskcode": "2",
        "confidence": "3",
        "riskdesc": "Medium (High)",
        "desc": "<p>The integrity attribute is missing on a script or link tag served by an external server. The integrity tag prevents an attacker who have gained access to this server from injecting a malicious content.</p>",
        "instances": [
          {
            "id": "37",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Varela+Round:ital,wght@0,400\">",
            "otherinfo": ""
          },
          {
            "id": "38",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "<link rel=\"stylesheet\" type=\"text/css\" href=\"https://static1.squarespace.com/static/sitecss/5c7e2dcffb18202b2162c1b1/77/52a74dafe4b073a80cd253c5/5c7e2dcffb18202b2162c1c7/1059/site.css?nocustom=true\"/>",
            "otherinfo": ""
          },
          {
            "id": "39",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "<script defer=\"true\" src=\"https://static1.squarespace.com/static/ta/52a74d9ae4b0253945d2aee9/1059/scripts/site-bundle.js\" type=\"text/javascript\"></script>",
            "otherinfo": ""
          }
        ],
        "count": "3",
        "systemic": false,
        "solution": "<p>Provide a valid integrity attribute to the tag.</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity</p>",
        "cweid": "345",
        "wascid": "15",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cookie No HttpOnly Flag",
      "description": "<p>A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10010",
        "alertRef": "10010",
        "alert": "Cookie No HttpOnly Flag",
        "name": "Cookie No HttpOnly Flag",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.</p>",
        "instances": [
          {
            "id": "21",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "crumb",
            "attack": "",
            "evidence": "Set-Cookie: crumb",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Ensure that the HttpOnly flag is set for all cookies.</p>",
        "otherinfo": "",
        "reference": "<p>https://owasp.org/www-community/HttpOnly</p>",
        "cweid": "1004",
        "wascid": "13",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cookie without SameSite Attribute",
      "description": "<p>A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10054",
        "alertRef": "10054-1",
        "alert": "Cookie without SameSite Attribute",
        "name": "Cookie without SameSite Attribute",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>A cookie has been set without the SameSite attribute, which means that the cookie can be sent as a result of a 'cross-site' request. The SameSite attribute is an effective counter measure to cross-site request forgery, cross-site script inclusion, and timing attacks.</p>",
        "instances": [
          {
            "id": "22",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "crumb",
            "attack": "",
            "evidence": "Set-Cookie: crumb",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Ensure that the SameSite attribute is set to either 'lax' or ideally 'strict' for all cookies.</p>",
        "otherinfo": "",
        "reference": "<p>https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-same-site</p>",
        "cweid": "1275",
        "wascid": "13",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cross-Domain JavaScript Source File Inclusion",
      "description": "<p>The page includes one or more script files from a third-party domain.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10017",
        "alertRef": "10017",
        "alert": "Cross-Domain JavaScript Source File Inclusion",
        "name": "Cross-Domain JavaScript Source File Inclusion",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>The page includes one or more script files from a third-party domain.</p>",
        "instances": [
          {
            "id": "24",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js",
            "attack": "",
            "evidence": "<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"true\" nomodule=\"nomodule\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/legacy.js\"></script>",
            "otherinfo": ""
          },
          {
            "id": "25",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js",
            "attack": "",
            "evidence": "<script type=\"text/javascript\" crossorigin=\"anonymous\" defer=\"true\" src=\"//assets.squarespace.com/@sqs/polyfiller/1.6/modern.js\"></script>",
            "otherinfo": ""
          },
          {
            "id": "27",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "//assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-72b8517a3d2f3fb8-min.en-US.js",
            "attack": "",
            "evidence": "<script crossorigin=\"anonymous\" src=\"//assets.squarespace.com/universal/scripts-compressed/extract-css-runtime-72b8517a3d2f3fb8-min.en-US.js\" defer ></script>",
            "otherinfo": ""
          },
          {
            "id": "26",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "//assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a7ad2c4d850e427b-min.en-US.js",
            "attack": "",
            "evidence": "<script crossorigin=\"anonymous\" src=\"//assets.squarespace.com/universal/scripts-compressed/visitor-site-error-reporter-a7ad2c4d850e427b-min.en-US.js\" defer ></script>",
            "otherinfo": ""
          },
          {
            "id": "23",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "//use.typekit.net/ik/tuyCHfRl_WM1SClLOHd9yvmGlfKRBQSm5GH7-BCuGbIfelIIfFHN4UJLFRbh52jhWDmRFh9kZeFcZcJU52J3wcJkwQjkjDBKws7sMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0Sagzdci8OA4yifuDSa6XO1FUiABkZWF3jAF8OcFzdP37O1FUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80Zko0ZWbCjWw0dA9CZWZziemROWgCjWFX-AFDOcFzdPUCdhFydeyzSabCSagzdci8OA4yifuDSa6XO1FUiABkZWF3jAF8OcFzdPUDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaiko8icNXZAwlSeUySasTjaw0jhNlOYiaikoDSeN0Zh9ljcBXOWFDp2b0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKIcBqdh48OAiyScBldhoqOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJCMIbMg65JMJ7fbK0MsMMegM6MKG4fJ3gIMMjIPMfH6qJvDbbMs6IJMJ7fbRkFgMgeMt6MTMgqrDaN69.js",
            "attack": "",
            "evidence": "<script type=\"text/javascript\" src=\"//use.typekit.net/ik/tuyCHfRl_WM1SClLOHd9yvmGlfKRBQSm5GH7-BCuGbIfelIIfFHN4UJLFRbh52jhWDmRFh9kZeFcZcJU52J3wcJkwQjkjDBKws7sMkG0jAFu-WsoShFGZAsude80ZkoRdhXCHKoyjamTiY8Djhy8ZYmC-Ao1Oco8if37OcBDOcu8OfG0Sagzdci8OA4yifuDSa6XO1FUiABkZWF3jAF8OcFzdP37O1FUiABkZWF3jAF8ShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80ZkoRdhXCjAFu-WsoShFGZAsude80Zko0ZWbCjWw0dA9CZWZziemROWgCjWFX-AFDOcFzdPUCdhFydeyzSabCSagzdci8OA4yifuDSa6XO1FUiABkZWF3jAF8OcFzdPUDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlOYiaikoyjamTiY8Djhy8ZYmC-Ao1OcFzdPUaiaS0jAFu-WsoShFGZAsude80Zko0ZWbCiaiaOcBDOcu8OYiaiko8icNXZAwlSeUySasTjaw0jhNlOYiaikoDSeN0Zh9ljcBXOWFDp2b0SaBujW48Sagyjh90jhNlOYiaikoDSWmyScmDSeBRZWFR-emqiAUTdcS0jhNlJ6U3ScNt-AuyOAozicIKIcBqdh48OAiyScBldhoqOWgkdkG4f5J7IMMjMkMfH6qJn3IbMg6IJMJ7f6K3UMIbMg6BJMJ7fbKlMsMMeMj6MKG4fJCgIMMjgkMfH6qJCMIbMg65JMJ7fbK0MsMMegM6MKG4fJ3gIMMjIPMfH6qJvDbbMs6IJMJ7fbRkFgMgeMt6MTMgqrDaN69.js\" async fetchpriority=\"high\" onload=\"try{Typekit.load();}catch(e){} document.documentElement.classList.remove('wf-loading');\"></script>",
            "otherinfo": ""
          }
        ],
        "count": "5",
        "systemic": true,
        "solution": "<p>Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.</p>",
        "otherinfo": "",
        "reference": "",
        "cweid": "829",
        "wascid": "15",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cross-Origin-Embedder-Policy Header Missing or Invalid",
      "description": "<p>Cross-Origin-Embedder-Policy header is a response header that prevents a document from loading any cross-origin resources that don't explicitly grant the document permission (using CORP or CORS).</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "90004",
        "alertRef": "90004-2",
        "alert": "Cross-Origin-Embedder-Policy Header Missing or Invalid",
        "name": "Cross-Origin-Embedder-Policy Header Missing or Invalid",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>Cross-Origin-Embedder-Policy header is a response header that prevents a document from loading any cross-origin resources that don't explicitly grant the document permission (using CORP or CORS).</p>",
        "instances": [
          {
            "id": "16",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "Cross-Origin-Embedder-Policy",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Ensure that the application/web server sets the Cross-Origin-Embedder-Policy header appropriately, and that it sets the Cross-Origin-Embedder-Policy header to 'require-corp' for documents.</p><p>If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Embedder-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-embedder-policy).</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy</p>",
        "cweid": "693",
        "wascid": "14",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cross-Origin-Opener-Policy Header Missing or Invalid",
      "description": "<p>Cross-Origin-Opener-Policy header is a response header that allows a site to control if others included documents share the same browsing context. Sharing the same browsing context with untrusted documents might lead to data leak.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "90004",
        "alertRef": "90004-3",
        "alert": "Cross-Origin-Opener-Policy Header Missing or Invalid",
        "name": "Cross-Origin-Opener-Policy Header Missing or Invalid",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>Cross-Origin-Opener-Policy header is a response header that allows a site to control if others included documents share the same browsing context. Sharing the same browsing context with untrusted documents might lead to data leak.</p>",
        "instances": [
          {
            "id": "17",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "Cross-Origin-Opener-Policy",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Ensure that the application/web server sets the Cross-Origin-Opener-Policy header appropriately, and that it sets the Cross-Origin-Opener-Policy header to 'same-origin' for documents.</p><p>'same-origin-allow-popups' is considered as less secured and should be avoided.</p><p>If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Opener-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-opener-policy).</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy</p>",
        "cweid": "693",
        "wascid": "14",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Cross-Origin-Resource-Policy Header Missing or Invalid",
      "description": "<p>Cross-Origin-Resource-Policy header is an opt-in header designed to counter side-channels attacks like Spectre. Resource should be specifically set as shareable amongst different origins.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "90004",
        "alertRef": "90004-1",
        "alert": "Cross-Origin-Resource-Policy Header Missing or Invalid",
        "name": "Cross-Origin-Resource-Policy Header Missing or Invalid",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>Cross-Origin-Resource-Policy header is an opt-in header designed to counter side-channels attacks like Spectre. Resource should be specifically set as shareable amongst different origins.</p>",
        "instances": [
          {
            "id": "15",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "Cross-Origin-Resource-Policy",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Ensure that the application/web server sets the Cross-Origin-Resource-Policy header appropriately, and that it sets the Cross-Origin-Resource-Policy header to 'same-origin' for all web pages.</p><p>'same-site' is considered as less secured and should be avoided.</p><p>If resources must be shared, set the header to 'cross-origin'.</p><p>If possible, ensure that the end user uses a standards-compliant and modern web browser that supports the Cross-Origin-Resource-Policy header (https://caniuse.com/mdn-http_headers_cross-origin-resource-policy).</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy</p>",
        "cweid": "693",
        "wascid": "14",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Permissions Policy Header Not Set",
      "description": "<p>Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10063",
        "alertRef": "10063-1",
        "alert": "Permissions Policy Header Not Set",
        "name": "Permissions Policy Header Not Set",
        "riskcode": "1",
        "confidence": "2",
        "riskdesc": "Low (Medium)",
        "desc": "<p>Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.</p>",
        "instances": [
          {
            "id": "5",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "4",
            "uri": "https://www.evotec-plastics.com/robots.txt",
            "nodeName": "https://www.evotec-plastics.com/robots.txt",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "3",
            "uri": "https://www.evotec-plastics.com/sitemap.xml",
            "nodeName": "https://www.evotec-plastics.com/sitemap.xml",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "3",
        "systemic": false,
        "solution": "<p>Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.</p>",
        "otherinfo": "",
        "reference": "<p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Permissions-Policy</p><p>https://developer.chrome.com/blog/feature-policy/</p><p>https://scotthelme.co.uk/a-new-security-header-feature-policy/</p><p>https://w3c.github.io/webappsec-feature-policy/</p><p>https://www.smashingmagazine.com/2018/12/feature-policy/</p>",
        "cweid": "693",
        "wascid": "15",
        "sourceid": "6"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Strict-Transport-Security Disabled",
      "description": "<p>A HTTP Strict Transport Security (HSTS) header was found, but it contains the directive max-age=0 which disables the control and instructs browsers to reset any previous HSTS related settings. See RFC 6797 for further details.</p><p>HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL).</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10035",
        "alertRef": "10035-2",
        "alert": "Strict-Transport-Security Disabled",
        "name": "Strict-Transport-Security Disabled",
        "riskcode": "1",
        "confidence": "3",
        "riskdesc": "Low (High)",
        "desc": "<p>A HTTP Strict Transport Security (HSTS) header was found, but it contains the directive max-age=0 which disables the control and instructs browsers to reset any previous HSTS related settings. See RFC 6797 for further details.</p><p>HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL).</p>",
        "instances": [
          {
            "id": "36",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "max-age=0",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Review the configuration of this control. Ensure that your web server, application server, load balancer, etc. is configured to set Strict-Transport-Security with an appropriate max-age value.</p>",
        "otherinfo": "",
        "reference": "<p>https://datatracker.ietf.org/doc/html/rfc6797#section-6.2</p>",
        "cweid": "319",
        "wascid": "15",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "low",
      "title": "Strict-Transport-Security Header Not Set",
      "description": "<p>HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10035",
        "alertRef": "10035-1",
        "alert": "Strict-Transport-Security Header Not Set",
        "name": "Strict-Transport-Security Header Not Set",
        "riskcode": "1",
        "confidence": "3",
        "riskdesc": "Low (High)",
        "desc": "<p>HTTP Strict Transport Security (HSTS) is a web security policy mechanism whereby a web server declares that complying user agents (such as a web browser) are to interact with it using only secure HTTPS connections (i.e. HTTP layered over TLS/SSL). HSTS is an IETF standards track protocol and is specified in RFC 6797.</p>",
        "instances": [
          {
            "id": "10",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "9",
            "uri": "https://www.evotec-plastics.com/robots.txt",
            "nodeName": "https://www.evotec-plastics.com/robots.txt",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          },
          {
            "id": "11",
            "uri": "https://www.evotec-plastics.com/sitemap.xml",
            "nodeName": "https://www.evotec-plastics.com/sitemap.xml",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "3",
        "systemic": false,
        "solution": "<p>Ensure that your web server, application server, load balancer, etc. is configured to enforce Strict-Transport-Security.</p>",
        "otherinfo": "",
        "reference": "<p>https://cheatsheetseries.owasp.org/cheatsheets/HTTP_Strict_Transport_Security_Cheat_Sheet.html</p><p>https://owasp.org/www-community/Security_Headers</p><p>https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security</p><p>https://caniuse.com/stricttransportsecurity</p><p>https://datatracker.ietf.org/doc/html/rfc6797</p>",
        "cweid": "319",
        "wascid": "15",
        "sourceid": "6"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "informational",
      "title": "Non-Storable Content",
      "description": "<p>The response contents are not storable by caching components such as proxy servers. If the response does not contain sensitive, personal or user-specific information, it may benefit from being stored and cached, to improve performance.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10049",
        "alertRef": "10049-1",
        "alert": "Non-Storable Content",
        "name": "Non-Storable Content",
        "riskcode": "0",
        "confidence": "2",
        "riskdesc": "Informational (Medium)",
        "desc": "<p>The response contents are not storable by caching components such as proxy servers. If the response does not contain sensitive, personal or user-specific information, it may benefit from being stored and cached, to improve performance.</p>",
        "instances": [
          {
            "id": "0",
            "uri": "https://www.evotec-plastics.com/robots.txt",
            "nodeName": "https://www.evotec-plastics.com/robots.txt",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "403",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>The content may be marked as storable by ensuring that the following conditions are satisfied:</p><p>The request method must be understood by the cache and defined as being cacheable (\"GET\", \"HEAD\", and \"POST\" are currently defined as cacheable)</p><p>The response status code must be understood by the cache (one of the 1XX, 2XX, 3XX, 4XX, or 5XX response classes are generally understood)</p><p>The \"no-store\" cache directive must not appear in the request or response header fields</p><p>For caching by \"shared\" caches such as \"proxy\" caches, the \"private\" response directive must not appear in the response</p><p>For caching by \"shared\" caches such as \"proxy\" caches, the \"Authorization\" header field must not appear in the request, unless the response explicitly allows it (using one of the \"must-revalidate\", \"public\", or \"s-maxage\" Cache-Control response directives)</p><p>In addition to the conditions above, at least one of the following conditions must also be satisfied by the response:</p><p>It must contain an \"Expires\" header field</p><p>It must contain a \"max-age\" response directive</p><p>For \"shared\" caches such as \"proxy\" caches, it must contain a \"s-maxage\" response directive</p><p>It must contain a \"Cache Control Extension\" that allows it to be cached</p><p>It must have a status code that is defined as cacheable by default (200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501).</p>",
        "otherinfo": "",
        "reference": "<p>https://datatracker.ietf.org/doc/html/rfc7234</p><p>https://datatracker.ietf.org/doc/html/rfc7231</p><p>https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html</p>",
        "cweid": "524",
        "wascid": "13",
        "sourceid": "8"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "informational",
      "title": "Re-examine Cache-control Directives",
      "description": "<p>The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10015",
        "alertRef": "10015",
        "alert": "Re-examine Cache-control Directives",
        "name": "Re-examine Cache-control Directives",
        "riskcode": "0",
        "confidence": "1",
        "riskdesc": "Informational (Low)",
        "desc": "<p>The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For static assets like css, js, or image files this might be intended, however, the resources should be reviewed to ensure that no sensitive content will be cached.</p>",
        "instances": [
          {
            "id": "19",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "cache-control",
            "attack": "",
            "evidence": "",
            "otherinfo": ""
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>For secure content, ensure the cache-control HTTP header is set with \"no-cache, no-store, must-revalidate\". If an asset should be cached consider setting the directives \"public, max-age, immutable\".</p>",
        "otherinfo": "",
        "reference": "<p>https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching</p><p>https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control</p><p>https://grayduck.mn/2021/09/13/cache-control-recommendations/</p>",
        "cweid": "525",
        "wascid": "13",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "informational",
      "title": "Retrieved from Cache",
      "description": "<p>The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where caching servers such as \"proxy\" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10050",
        "alertRef": "10050-2",
        "alert": "Retrieved from Cache",
        "name": "Retrieved from Cache",
        "riskcode": "0",
        "confidence": "2",
        "riskdesc": "Informational (Medium)",
        "desc": "<p>The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where caching servers such as \"proxy\" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.</p>",
        "instances": [
          {
            "id": "35",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "Age: 129713",
            "otherinfo": "The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use."
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:</p><p>Cache-Control: no-cache, no-store, must-revalidate, private</p><p>Pragma: no-cache</p><p>Expires: 0</p><p>This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.</p>",
        "otherinfo": "<p>The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.</p>",
        "reference": "<p>https://datatracker.ietf.org/doc/html/rfc7234</p><p>https://datatracker.ietf.org/doc/html/rfc7231</p><p>https://www.rfc-editor.org/rfc/rfc9110.html</p>",
        "cweid": "525",
        "wascid": "-1",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "informational",
      "title": "Session Management Response Identified",
      "description": "<p>The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to \"Auto-Detect\" then this rule will change the session management to use the tokens identified.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10112",
        "alertRef": "10112",
        "alert": "Session Management Response Identified",
        "name": "Session Management Response Identified",
        "riskcode": "0",
        "confidence": "2",
        "riskdesc": "Informational (Medium)",
        "desc": "<p>The given response has been identified as containing a session management token. The 'Other Info' field contains a set of header tokens that can be used in the Header Based Session Management Method. If the request is in a context which has a Session Management Method set to \"Auto-Detect\" then this rule will change the session management to use the tokens identified.</p>",
        "instances": [
          {
            "id": "12",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "crumb",
            "attack": "",
            "evidence": "crumb",
            "otherinfo": "cookie:crumb"
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>This is an informational alert rather than a vulnerability and so there is nothing to fix.</p>",
        "otherinfo": "<p>cookie:crumb</p>",
        "reference": "<p>https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id/</p>",
        "cweid": "-1",
        "wascid": "-1",
        "sourceid": "1"
      }
    },
    {
      "tool": "zap",
      "type": "web",
      "severity": "informational",
      "title": "Storable and Cacheable Content",
      "description": "<p>The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where \"shared\" caching servers such as \"proxy\" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.</p>",
      "endpoint": null,
      "raw": {
        "pluginid": "10049",
        "alertRef": "10049-3",
        "alert": "Storable and Cacheable Content",
        "name": "Storable and Cacheable Content",
        "riskcode": "0",
        "confidence": "2",
        "riskdesc": "Informational (Medium)",
        "desc": "<p>The response contents are storable by caching components such as proxy servers, and may be retrieved directly from the cache, rather than from the origin server by the caching servers, in response to similar requests from other users. If the response data is sensitive, personal or user-specific, this may result in sensitive information being leaked. In some cases, this may even result in a user gaining complete control of the session of another user, depending on the configuration of the caching components in use in their environment. This is primarily an issue where \"shared\" caching servers such as \"proxy\" caches are configured on the local network. This configuration is typically found in corporate or educational environments, for instance.</p>",
        "instances": [
          {
            "id": "13",
            "uri": "https://www.evotec-plastics.com/",
            "nodeName": "https://www.evotec-plastics.com/",
            "method": "GET",
            "param": "",
            "attack": "",
            "evidence": "",
            "otherinfo": "The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives."
          }
        ],
        "count": "1",
        "systemic": false,
        "solution": "<p>Validate that the response does not contain sensitive, personal or user-specific information. If it does, consider the use of the following HTTP response headers, to limit, or prevent the content being stored and retrieved from the cache by another user:</p><p>Cache-Control: no-cache, no-store, must-revalidate, private</p><p>Pragma: no-cache</p><p>Expires: 0</p><p>This configuration directs both HTTP 1.0 and HTTP 1.1 compliant caching servers to not store the response, and to not retrieve the response (without validation) from the cache, in response to a similar request.</p>",
        "otherinfo": "<p>The response is stale, and stale responses are not configured to be re-validated or blocked, using the 'must-revalidate', 'proxy-revalidate', 's-maxage', or 'max-age' response 'Cache-Control' directives.</p>",
        "reference": "<p>https://datatracker.ietf.org/doc/html/rfc7234</p><p>https://datatracker.ietf.org/doc/html/rfc7231</p><p>https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html</p>",
        "cweid": "524",
        "wascid": "13",
        "sourceid": "1"
      }
    }
  ],
  "warnings": [
    "worker_security.py / subfinder: 0 findings — no subdomains or lookup blocked; continuing",
    "worker_security.py / nuclei: 0 findings after 666s (limit 1200s) — site may block automated scans, need longer SCAN_NUCLEI_TIMEOUT, or no critical/high/medium templates matched"
  ],
  "target_name": "Evotec Plastics"
}