Security Assessment Report
REPORT   47776221-8774-4f09-a749-91d6a23f9093
ISSUED   2026-06-29 21:14 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of searchable.com

Target: https://www.searchable.com/  ·  216.150.16.65

01   Executive overview Severity distribution across 23 findings

Critical
0
High
0
Medium
6
Low
9
Informational
8
Targethttps://www.searchable.com/
Resolved IP216.150.16.65
Scan window2026-06-29 · 21:14:33 UTC
Toolshttpx · nmap · zap

02   Top findings Ranked by severity

Highest-impact issues identified during the assessment (non-informational), ordered by severity.

# Severity Finding Affected Instances
01 Medium Content Security Policy (CSP) Header Not Set searchable.com 5
02 Medium Cross-Domain Misconfiguration searchable.com 3
03 Medium Missing Anti-clickjacking Header searchable.com 5
04 Medium Source Code Disclosure - ActiveVFP searchable.com 1
05 Medium Source Code Disclosure - SQL searchable.com 1
06 Medium Sub Resource Integrity Attribute Missing searchable.com 5
07 Low Cookie No HttpOnly Flag searchable.com 5
08 Low Cookie Without Secure Flag searchable.com 5
09 Low Cross-Domain JavaScript Source File Inclusion searchable.com 5
10 Low Cross-Origin-Embedder-Policy Header Missing or Invalid searchable.com 4
11 Low Cross-Origin-Opener-Policy Header Missing or Invalid searchable.com 4
12 Low Cross-Origin-Resource-Policy Header Missing or Invalid searchable.com 3
13 Low Permissions Policy Header Not Set searchable.com 5
14 Low Secure Pages Include Mixed Content searchable.com 1
15 Low X-Content-Type-Options Header Missing searchable.com 5
16 Informational Modern Web Application searchable.com 5
17 Informational Non-Storable Content searchable.com 4
18 Informational Re-examine Cache-control Directives searchable.com 3
19 Informational Retrieved from Cache searchable.com 5
20 Informational Storable but Non-Cacheable Content searchable.com 5

03   Findings Detailed observations, ordered by severity

Each finding records what was observed, where it was observed, and supporting evidence from the scanning toolchain.

M-01

Content Security Policy (CSP) Header Not Set

Medium Moderate fix zap CVE-693
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/
https://www.searchable.com/_next/data
https://www.searchable.com/api
https://www.searchable.com/for
https://www.searchable.com/private
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CSP
  • https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
  • https://www.w3.org/TR/CSP/
  • https://w3c.github.io/webappsec-csp/
  • https://web.dev/articles/csp
  • https://caniuse.com/#feat=contentsecuritypolicy
  • https://content-security-policy.com/
M-02

Cross-Domain Misconfiguration

Medium Moderate fix zap CVE-264
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.searchable.com/llms.txt
What was found

Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web server.

Evidence
https://www.searchable.com/llms.txtAccess-Control-Allow-Origin: *
https://www.searchable.com/robots.txtAccess-Control-Allow-Origin: *
https://www.searchable.com/sitemap.xmlAccess-Control-Allow-Origin: *
Suggested remediation

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.

References
  • https://vulncat.fortify.com/en/detail?category=HTML5&subcategory=Overly%20Permissive%20CORS%20Policy
M-03

Missing Anti-clickjacking Header

Medium Easy fix zap CVE-1021
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
Parameter
x-frame-options
What was found

The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'frame-ancestors' directive or X-Frame-Options.

Evidence
https://www.searchable.com/x-frame-options
https://www.searchable.com/apix-frame-options
https://www.searchable.com/datax-frame-options
https://www.searchable.com/forx-frame-options
https://www.searchable.com/pricingx-frame-options
Suggested remediation

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.

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.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options
M-04

Source Code Disclosure - ActiveVFP

Medium Moderate fix zap CVE-540
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.searchable.com/guide/how-to-get-product-listed-chatgpt-shopping-guide
What was found

Application Source Code was disclosed by the web server. - ActiveVFP

Evidence
https://www.searchable.com/guide/how-to-get-product-listed-chatgpt-shopping-guideif (raw) {\n var parsed = JSON.parse(raw);\n if (parsed && parsed.version === '1.0') {\n stored = parsed.consent || null;\n }\n }\n } catch (e) {}\n\n var marketing = stored && stored.marketing === true;\n var analytics = stored && stored.analytics === true;\n\n gtag('consent', 'default', {\n 'ad_storage': marketing ? 'granted' : 'denied',\n 'ad_user_data': marketing ? 'granted' : 'denied',\n 'ad_personalization': marketing ? 'granted' : 'denied',\n 'analytics_storage': analytics ? 'granted' : 'denied',\n 'wait_for_update': 500\n });\n ","id":"google-consent-mode"}])</script><noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWWF8S78" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><!--$--><div class="min-h-screen overflow-x-clip bg-stone-50 relative"><script type="application/ld+json">{"@context":"https://schema.org","@type":"Service","name":"AI Search Optimization Platform","description":"Track brand visibility across ChatGPT, Claude, Perplexity and other AI platforms. Get actionable insights, content tools, and technical audits to improve your AI search presence.","provider":{"@type":"Organization","name":"Searchable Limited"},"serviceType":"AI Search Optimization","areaServed":"Worldwide","hasOfferCatalog":{"@type":"OfferCatalog","name":"Searchable Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"AI Visibility Tracking","description":"Monitor brand mentions and citations across ChatGPT, Claude, Perplexity, and Google AI"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Competitor Benchmarking","description":"Compare your AI visibility against competitors in real-time"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"AI Content Engine","description":"Ge
Suggested remediation

Ensure that application Source Code is not available with alternative extensions, and ensure that source code is not present within other files or data deployed to the web server, or served by the web server.

References
  • https://nhimg.org/twitter-breach
M-05

Source Code Disclosure - SQL

Medium Moderate fix zap CVE-540
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.searchable.com/blog/increase-ai-search-citations
What was found

Application Source Code was disclosed by the web server. - SQL

Evidence
https://www.searchable.com/blog/increase-ai-search-citationsselect sources. With each platform pulling from different pools, such as ChatGPT from authoritative publications, Perplexity from Reddit and YouTube, and Google AI Overviews from its own index, understanding these differences is the first step to structuring content that each platform will actually cite.
Suggested remediation

Ensure that application Source Code is not available with alternative extensions, and ensure that source code is not present within other files or data deployed to the web server, or served by the web server.

References
  • https://nhimg.org/twitter-breach
M-06

Sub Resource Integrity Attribute Missing

Medium Moderate fix zap CVE-345
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/<link rel="preload" href="https://searchable-tracker.searchable.workers.dev/s.js" as="script"/>
https://www.searchable.com/<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/api<link rel="preload" href="https://searchable-tracker.searchable.workers.dev/s.js" as="script"/>
https://www.searchable.com/api<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/for<link rel="preload" href="https://searchable-tracker.searchable.workers.dev/s.js" as="script"/>
Suggested remediation

Provide a valid integrity attribute to the tag.

References
  • https://developer.mozilla.org/en-US/docs/Web/Security/Defenses/Subresource_Integrity
L-01

Cookie No HttpOnly Flag

Low Moderate fix zap CVE-1004
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
Parameter
NEXT_LOCALE
What was found

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.

Evidence
https://www.searchable.com/Set-Cookie: NEXT_LOCALE
https://www.searchable.com/deSet-Cookie: NEXT_LOCALE
https://www.searchable.com/esSet-Cookie: NEXT_LOCALE
https://www.searchable.com/frSet-Cookie: NEXT_LOCALE
https://www.searchable.com/ptSet-Cookie: NEXT_LOCALE
Suggested remediation

Ensure that the HttpOnly flag is set for all cookies.

References
  • https://owasp.org/www-community/HttpOnly
L-02

Cookie Without Secure Flag

Low Moderate fix zap CVE-614
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
Parameter
NEXT_LOCALE
What was found

A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.

Evidence
https://www.searchable.com/Set-Cookie: NEXT_LOCALE
https://www.searchable.com/deSet-Cookie: NEXT_LOCALE
https://www.searchable.com/esSet-Cookie: NEXT_LOCALE
https://www.searchable.com/frSet-Cookie: NEXT_LOCALE
https://www.searchable.com/ptSet-Cookie: NEXT_LOCALE
Suggested remediation

Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.

References
  • https://owasp.org/www-project-web-security-testing-guide/v41/4-Web_Application_Security_Testing/06-Session_Management_Testing/02-Testing_for_Cookies_Attributes.html
L-03

Cross-Domain JavaScript Source File Inclusion

Low Moderate fix zap CVE-829
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
Parameter
https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a
What was found

The page includes one or more script files from a third-party domain.

Evidence
https://www.searchable.com/<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/_next/data<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/api<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/for<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
https://www.searchable.com/private<script src="https://api.leadpipe.com/cs?apiKey=55c17ad2-c767-470d-9848-6a091a1dd23a" defer=""></script>
Suggested remediation

Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.

L-04

Cross-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.searchable.com/
Parameter
Cross-Origin-Embedder-Policy
What was found

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).

Evidence
https://www.searchable.com/Cross-Origin-Embedder-Policy
https://www.searchable.com/apiCross-Origin-Embedder-Policy
https://www.searchable.com/forCross-Origin-Embedder-Policy
https://www.searchable.com/sitemap.xmlCross-Origin-Embedder-Policy
Suggested remediation

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-05

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.searchable.com/
Parameter
Cross-Origin-Opener-Policy
What was found

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.

Evidence
https://www.searchable.com/Cross-Origin-Opener-Policy
https://www.searchable.com/apiCross-Origin-Opener-Policy
https://www.searchable.com/forCross-Origin-Opener-Policy
https://www.searchable.com/sitemap.xmlCross-Origin-Opener-Policy
Suggested remediation

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Opener-Policy
L-06

Cross-Origin-Resource-Policy Header Missing or Invalid

Low Easy fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.searchable.com/
Parameter
Cross-Origin-Resource-Policy
What was found

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.

Evidence
https://www.searchable.com/Cross-Origin-Resource-Policy
https://www.searchable.com/apiCross-Origin-Resource-Policy
https://www.searchable.com/forCross-Origin-Resource-Policy
Suggested remediation

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.

'same-site' is considered as less secured and should be avoided.

If resources must be shared, set the header to 'cross-origin'.

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).

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cross-Origin-Embedder-Policy
L-07

Permissions Policy Header Not Set

Low Moderate fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/
https://www.searchable.com/_next/data
https://www.searchable.com/api
https://www.searchable.com/for
https://www.searchable.com/private
Suggested remediation

Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.

References
  • https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Permissions-Policy
  • https://developer.chrome.com/blog/feature-policy/
  • https://scotthelme.co.uk/a-new-security-header-feature-policy/
  • https://w3c.github.io/webappsec-feature-policy/
  • https://www.smashingmagazine.com/2018/12/feature-policy/
L-08

Secure Pages Include Mixed Content

Low Moderate fix zap CVE-311
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.searchable.com/chatgpt-product-visibility-report
What was found

The page includes mixed content, that is content accessed via HTTP instead of HTTPS.

Evidence
https://www.searchable.com/chatgpt-product-visibility-reporthttp://www.heights.com/cdn/shop/files/vitals_-_new_600x.png
Suggested remediation

A page that is available over SSL/TLS must be comprised completely of content which is transmitted over SSL/TLS.

The page must not contain any content that is transmitted over unencrypted HTTP.

This includes content from third party sites.

References
  • https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Protection_Cheat_Sheet.html
L-09

X-Content-Type-Options Header Missing

Low Moderate fix zap CVE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
Parameter
x-content-type-options
What was found

The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.

Evidence
https://www.searchable.com/x-content-type-options
https://www.searchable.com/apix-content-type-options
https://www.searchable.com/forx-content-type-options
https://www.searchable.com/robots.txtx-content-type-options
https://www.searchable.com/sitemap.xmlx-content-type-options
Suggested remediation

Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.

If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.

References
  • https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/compatibility/gg622941(v=vs.85)
  • https://owasp.org/www-community/Security_Headers
X-01

Modern Web Application

Informational Moderate fix zap CVE--1
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWWF8S78" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
https://www.searchable.com/_next/data<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWWF8S78" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
https://www.searchable.com/api<script src="/_next/static/css/dc4fee21538f07a6.css?dpl=dpl_HWuxn5nG1qysWMXmd1XfGcd97Uob" async=""></script>
https://www.searchable.com/for<script src="/_next/static/css/dc4fee21538f07a6.css?dpl=dpl_HWuxn5nG1qysWMXmd1XfGcd97Uob" async=""></script>
https://www.searchable.com/private<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PWWF8S78" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
Suggested remediation

This is an informational alert and so no changes are required.

X-02

Non-Storable Content

Informational Moderate fix zap CVE-524
CONFIDENCE   Medium
INSTANCES   4
SYSTEMIC   No
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/no-store
https://www.searchable.com/apino-store
https://www.searchable.com/forno-store
https://www.searchable.com/privateno-store
Suggested remediation

The content may be marked as storable by ensuring that the following conditions are satisfied:

The request method must be understood by the cache and defined as being cacheable ("GET", "HEAD", and "POST" are currently defined as cacheable)

The response status code must be understood by the cache (one of the 1XX, 2XX, 3XX, 4XX, or 5XX response classes are generally understood)

The "no-store" cache directive must not appear in the request or response header fields

For caching by "shared" caches such as "proxy" caches, the "private" response directive must not appear in the response

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)

In addition to the conditions above, at least one of the following conditions must also be satisfied by the response:

It must contain an "Expires" header field

It must contain a "max-age" response directive

For "shared" caches such as "proxy" caches, it must contain a "s-maxage" response directive

It must contain a "Cache Control Extension" that allows it to be cached

It must have a status code that is defined as cacheable by default (200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501).

References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
X-03

Re-examine Cache-control Directives

Informational Moderate fix zap CVE-525
CONFIDENCE   Low
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.searchable.com/llms.txt
Parameter
cache-control
What was found

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.

Evidence
https://www.searchable.com/llms.txtpublic, max-age=0, must-revalidate
https://www.searchable.com/robots.txtpublic, max-age=0, must-revalidate
https://www.searchable.com/sitemap.xmlpublic, max-age=0, must-revalidate
Suggested remediation

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".

References
  • 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/
X-04

Retrieved from Cache

Informational Moderate fix zap CVE-525
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/
What was found

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.

Evidence
https://www.searchable.com/Age: 0
https://www.searchable.com/apiAge: 0
https://www.searchable.com/forAge: 0
https://www.searchable.com/robots.txtAge: 17326
https://www.searchable.com/sitemap.xmlAge: 17666
Suggested remediation

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.

References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.rfc-editor.org/rfc/rfc9110.html
X-05

Storable but Non-Cacheable Content

Informational zap CVE-524
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.searchable.com/_next/data/
What was found

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.

Evidence
https://www.searchable.com/_next/data/max-age=0
https://www.searchable.com/admin/max-age=0
https://www.searchable.com/for/max-age=0
https://www.searchable.com/private/max-age=0
https://www.searchable.com/sitemap.xmlmax-age=0
References
  • https://datatracker.ietf.org/doc/html/rfc7234
  • https://datatracker.ietf.org/doc/html/rfc7231
  • https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html

04   Network & transport 3 observations

#EndpointServiceDetailSeverity
N-01 216.150.16.65:443 https Service https on 216.150.16.65:443/tcp Info
N-02 216.150.16.65:80 http Service http on 216.150.16.65:80/tcp Info
N-03 https://www.searchable.com/ Status 200 Google Tag Manager, HSTS, Vercel, dc.js Info

05   Additional informational findings 0 items

#FindingAffectedInstances