ZAP Scanning Report

Site: https://manuelaklenke.com

Generated on Wed, 29 Apr 2026 09:14:50

ZAP Version: 2.17.0

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
0
Medium
6
Low
4
Informational
4
False Positives:
0

Insights

Level Reason Site Description Statistic
Low
Warning
ZAP warnings logged - see the zap.log file for details
1
Info
Informational
Percentage of network failures
2 %
Info
Informational
http://manuelaklenke.com
Percentage of responses with status code 3xx
100 %
Info
Informational
https://ipapi.co
Percentage of responses with status code 2xx
27 %
Info
Informational
https://ipapi.co
Percentage of responses with status code 4xx
72 %
Info
Informational
https://ipapi.co
Percentage of slow responses
18 %
Info
Informational
https://manuelaklenke.com
Percentage of responses with status code 2xx
88 %
Info
Informational
https://manuelaklenke.com
Percentage of responses with status code 3xx
2 %
Info
Informational
https://manuelaklenke.com
Percentage of responses with status code 4xx
10 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type application/javascript
9 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type application/xml
9 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type image/png
9 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type image/svg+xml
9 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type text/html
54 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with content type text/plain
9 %
Info
Informational
https://manuelaklenke.com
Percentage of endpoints with method GET
100 %
Info
Informational
https://manuelaklenke.com
Count of total endpoints
11
Info
Informational
https://manuelaklenke.com
Percentage of slow responses
1 %
Info
Informational
https://wlypvymrvgeteesbldho.supabase.co
Percentage of responses with status code 2xx
100 %
Info
Informational
https://wlypvymrvgeteesbldho.supabase.co
Percentage of slow responses
79 %
Info
Informational
https://www.google-analytics.com
Percentage of responses with status code 2xx
100 %
Info
Informational
https://www.googletagmanager.com
Percentage of responses with status code 2xx
100 %
Info
Informational
https://www.googletagmanager.com
Percentage of slow responses
14 %

Summary of Sequences

For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).

Alerts

Name Risk Level Number of Instances
CORS Misconfiguration Medium Systemic
CSP: script-src unsafe-inline Medium 5
CSP: style-src unsafe-inline Medium 5
Cross-Domain Misconfiguration Medium Systemic
Proxy Disclosure Medium Systemic
Sub Resource Integrity Attribute Missing Medium Systemic
Cross-Domain JavaScript Source File Inclusion Low Systemic
Cross-Origin-Embedder-Policy Header Missing or Invalid Low 5
Cross-Origin-Opener-Policy Header Missing or Invalid Low 5
Timestamp Disclosure - Unix Low 1
Modern Web Application Informational Systemic
Re-examine Cache-control Directives Informational Systemic
Retrieved from Cache Informational Systemic
Storable but Non-Cacheable Content Informational Systemic

Alert Detail

Medium
CORS Misconfiguration
Description
This CORS misconfiguration could allow an attacker to perform AJAX queries to the vulnerable website from a malicious page loaded by the victim's user agent.

In order to perform authenticated AJAX queries, the server must specify the header "Access-Control-Allow-Credentials: true" and the "Access-Control-Allow-Origin" header must be set to null or the malicious page's domain. Even if this misconfiguration doesn't allow authenticated AJAX requests, unauthenticated sensitive content can still be accessed (e.g intranet websites).

A malicious page can belong to a malicious website but also a trusted website with flaws (e.g XSS, support of HTTP without TLS allowing code injection through MITM, etc).
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter
Attack origin: https://ZL0fbPW8.com
Evidence
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack origin: https://ZL0fbPW8.com
Evidence
Other Info
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter
Attack origin: https://ZL0fbPW8.com
Evidence
Other Info
URL https://manuelaklenke.com/apple-touch-icon.png
Node Name https://manuelaklenke.com/apple-touch-icon.png
Method GET
Parameter
Attack origin: https://ZL0fbPW8.com
Evidence
Other Info
URL https://manuelaklenke.com/assets
Node Name https://manuelaklenke.com/assets
Method GET
Parameter
Attack origin: https://ZL0fbPW8.com
Evidence
Other Info
Instances Systemic
Solution
If a web resource contains sensitive information, the origin should be properly specified in the Access-Control-Allow-Origin header. Only trusted websites needing this resource should be specified in this header, with the most secured protocol supported.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS
https://portswigger.net/web-security/cors
CWE Id 942
WASC Id 14
Plugin Id 40040
Medium
CSP: script-src unsafe-inline
Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) 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.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
script-src includes unsafe-inline.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
script-src includes unsafe-inline.
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
script-src includes unsafe-inline.
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
script-src includes unsafe-inline.
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
script-src includes unsafe-inline.
Instances 5
Solution
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
Reference https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy
https://content-security-policy.com/
https://github.com/HtmlUnit/htmlunit-csp
https://web.dev/articles/csp#resource-options
CWE Id 693
WASC Id 15
Plugin Id 10055
Medium
CSP: style-src unsafe-inline
Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) 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.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
style-src includes unsafe-inline.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
style-src includes unsafe-inline.
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
style-src includes unsafe-inline.
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
style-src includes unsafe-inline.
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter Content-Security-Policy
Attack
Evidence default-src 'self'; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://va.vercel-scripts.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://manuelaklenke.com https://*.supabase.co https://www.google-analytics.com https://www.googletagmanager.com; connect-src 'self' https://*.supabase.co https://www.google-analytics.com https://analytics.google.com https://vitals.vercel-insights.com https://ipapi.co; font-src 'self' data:; frame-src 'none'; frame-ancestors 'self'; object-src 'none'; base-uri 'self'; form-action 'self';
Other Info
style-src includes unsafe-inline.
Instances 5
Solution
Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
Reference https://www.w3.org/TR/CSP/
https://caniuse.com/#search=content+security+policy
https://content-security-policy.com/
https://github.com/HtmlUnit/htmlunit-csp
https://web.dev/articles/csp#resource-options
CWE Id 693
WASC Id 15
Plugin Id 10055
Medium
Cross-Domain Misconfiguration
Description
Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
Other Info
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
Other Info
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://manuelaklenke.com/favicon.svg
Node Name https://manuelaklenke.com/favicon.svg
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
Other Info
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://manuelaklenke.com/robots.txt
Node Name https://manuelaklenke.com/robots.txt
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
Other Info
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter
Attack
Evidence Access-Control-Allow-Origin: *
Other Info
The CORS misconfiguration on the web server permits cross-domain read requests from arbitrary third party domains, using unauthenticated APIs on this domain. Web browser implementations do not permit arbitrary third parties to read the response from authenticated APIs, however. This reduces the risk somewhat. This misconfiguration could be used by an attacker to access data that is available in an unauthenticated manner, but which uses some other form of security, such as IP address white-listing.
Instances Systemic
Solution
Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-listing, for instance).

Configure the "Access-Control-Allow-Origin" HTTP header to a more restrictive set of domains, or remove all CORS headers entirely, to allow the web browser to enforce the Same Origin Policy (SOP) in a more restrictive manner.
Reference https://vulncat.fortify.com/en/detail?category=HTML5&subcategory=Overly%20Permissive%20CORS%20Policy
CWE Id 264
WASC Id 14
Plugin Id 10098
Medium
Proxy Disclosure
Description
1 proxy server(s) were detected or fingerprinted. This information helps a potential attacker to determine

- A list of targets for an attack against the application.

- Potential vulnerabilities on the proxy servers that service the application.

- The presence or absence of any proxy-based components that might cause attacks against the application to be detected, prevented, or mitigated.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.
Evidence
Other Info
Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:

- Vercel

The following web/application server has been identified:

- Vercel
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter
Attack TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.
Evidence
Other Info
Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:

- Vercel

The following web/application server has been identified:

- Vercel
URL https://manuelaklenke.com/apple-touch-icon.png
Node Name https://manuelaklenke.com/apple-touch-icon.png
Method GET
Parameter
Attack TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.
Evidence
Other Info
Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:

- Vercel

The following web/application server has been identified:

- Vercel
URL https://manuelaklenke.com/assets/index-BVKTiNun.js
Node Name https://manuelaklenke.com/assets/index-BVKTiNun.js
Method GET
Parameter
Attack TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.
Evidence
Other Info
Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:

- Vercel

The following web/application server has been identified:

- Vercel
URL https://manuelaklenke.com/contact
Node Name https://manuelaklenke.com/contact
Method GET
Parameter
Attack TRACE, OPTIONS methods with 'Max-Forwards' header. TRACK method.
Evidence
Other Info
Using the TRACE, OPTIONS, and TRACK methods, the following proxy servers have been identified between ZAP and the application/web server:

- Vercel

The following web/application server has been identified:

- Vercel
Instances Systemic
Solution
Disable the 'TRACE' method on the proxy servers, as well as the origin web/application server.

Disable the 'OPTIONS' method on the proxy servers, as well as the origin web/application server, if it is not required for other purposes, such as 'CORS' (Cross Origin Resource Sharing).

Configure the web and application servers with custom error pages, to prevent 'fingerprintable' product-specific error pages being leaked to the user in the event of HTTP errors, such as 'TRACK' requests for non-existent pages.

Configure all proxies, application servers, and web servers to prevent disclosure of the technology and version information in the 'Server' and 'X-Powered-By' HTTP response headers.
Reference https://datatracker.ietf.org/doc/html/rfc7231#section-5.1.2
CWE Id 204
WASC Id 45
Plugin Id 40025
Medium
Sub Resource Integrity Attribute Missing
Description
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.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
Instances Systemic
Solution
Provide a valid integrity attribute to the tag.
Reference https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
CWE Id 345
WASC Id 15
Plugin Id 90003
Low
Cross-Domain JavaScript Source File Inclusion
Description
The page includes one or more script files from a third-party domain.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
Instances Systemic
Solution
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
Reference
CWE Id 829
WASC Id 15
Plugin Id 10017
Low
Cross-Origin-Embedder-Policy Header Missing or Invalid
Description
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).
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter Cross-Origin-Embedder-Policy
Attack
Evidence
Other Info
Instances 5
Solution
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.

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).
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
CWE Id 693
WASC Id 14
Plugin Id 90004
Low
Cross-Origin-Opener-Policy Header Missing or Invalid
Description
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.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence same-origin-allow-popups
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence same-origin-allow-popups
Other Info
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence same-origin-allow-popups
Other Info
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence same-origin-allow-popups
Other Info
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter Cross-Origin-Opener-Policy
Attack
Evidence same-origin-allow-popups
Other Info
Instances 5
Solution
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.

'same-origin-allow-popups' is considered as less secured and should be avoided.

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).
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy
CWE Id 693
WASC Id 14
Plugin Id 90004
Low
Timestamp Disclosure - Unix
Description
A timestamp was disclosed by the application/web server. - Unix
URL https://manuelaklenke.com/assets/index-BVKTiNun.js
Node Name https://manuelaklenke.com/assets/index-BVKTiNun.js
Method GET
Parameter
Attack
Evidence 1540483477
Other Info
1540483477, which evaluates to: 2018-10-25 16:04:37.
Instances 1
Solution
Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.
Reference https://cwe.mitre.org/data/definitions/200.html
CWE Id 497
WASC Id 13
Plugin Id 10096
Informational
Modern Web Application
Description
The application appears to be a modern web application. If you need to explore it automatically then the Ajax Spider may well be more effective than the standard one.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://manuelaklenke.com/about
Node Name https://manuelaklenke.com/about
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
No links have been found while there are scripts, which is an indication that this is a modern web application.
URL https://manuelaklenke.com/portfolio
Node Name https://manuelaklenke.com/portfolio
Method GET
Parameter
Attack
Evidence <script async src="https://www.googletagmanager.com/gtag/js?id=G-0H09DP5S92"></script>
Other Info
No links have been found while there are scripts, which is an indication that this is a modern web application.
Instances Systemic
Solution
This is an informational alert and so no changes are required.
Reference
CWE Id
WASC Id
Plugin Id 10109
Informational
Re-examine Cache-control Directives
Description
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.
URL https://manuelaklenke.com
Node Name https://manuelaklenke.com
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, must-revalidate
Other Info
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, must-revalidate
Other Info
URL https://manuelaklenke.com/events
Node Name https://manuelaklenke.com/events
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, must-revalidate
Other Info
URL https://manuelaklenke.com/robots.txt
Node Name https://manuelaklenke.com/robots.txt
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, must-revalidate
Other Info
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter cache-control
Attack
Evidence public, max-age=0, must-revalidate
Other Info
Instances Systemic
Solution
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".
Reference https://cheatsheetseries.owasp.org/cheatsheets/Session_Management_Cheat_Sheet.html#web-content-caching
https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control
https://grayduck.mn/2021/09/13/cache-control-recommendations/
CWE Id 525
WASC Id 13
Plugin Id 10015
Informational
Retrieved from Cache
Description
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.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack
Evidence Age: 100167
Other Info
The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://manuelaklenke.com/apple-touch-icon.png
Node Name https://manuelaklenke.com/apple-touch-icon.png
Method GET
Parameter
Attack
Evidence Age: 85582
Other Info
The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://manuelaklenke.com/favicon.svg
Node Name https://manuelaklenke.com/favicon.svg
Method GET
Parameter
Attack
Evidence Age: 100179
Other Info
The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://manuelaklenke.com/robots.txt
Node Name https://manuelaklenke.com/robots.txt
Method GET
Parameter
Attack
Evidence Age: 86383
Other Info
The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter
Attack
Evidence Age: 85582
Other Info
The presence of the 'Age' header indicates that a HTTP/1.1 compliant caching server is in use.
Instances Systemic
Solution
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:

Cache-Control: no-cache, no-store, must-revalidate, private

Pragma: no-cache

Expires: 0

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.
Reference https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231
https://www.rfc-editor.org/rfc/rfc9110.html
CWE Id 525
WASC Id
Plugin Id 10050
Informational
Storable but Non-Cacheable Content
Description
The response contents are storable by caching components such as proxy servers, but will not be retrieved directly from the cache, without validating the request upstream, in response to similar requests from other users.
URL https://manuelaklenke.com/
Node Name https://manuelaklenke.com/
Method GET
Parameter
Attack
Evidence max-age=0
Other Info
URL https://manuelaklenke.com/apple-touch-icon.png
Node Name https://manuelaklenke.com/apple-touch-icon.png
Method GET
Parameter
Attack
Evidence max-age=0
Other Info
URL https://manuelaklenke.com/favicon.svg
Node Name https://manuelaklenke.com/favicon.svg
Method GET
Parameter
Attack
Evidence max-age=0
Other Info
URL https://manuelaklenke.com/robots.txt
Node Name https://manuelaklenke.com/robots.txt
Method GET
Parameter
Attack
Evidence max-age=0
Other Info
URL https://manuelaklenke.com/sitemap.xml
Node Name https://manuelaklenke.com/sitemap.xml
Method GET
Parameter
Attack
Evidence max-age=0
Other Info
Instances Systemic
Solution
Reference https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231
https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
CWE Id 524
WASC Id 13
Plugin Id 10049

Sequence Details

With the associated active scan results.