SILICON OVERDRIVE Security Assessment Report
REPORT   ddba734d-7b1a-4fa1-ba97-e16c2a8c4aab
ISSUED   2026-06-05 14:02 UTC
CONFIDENTIAL
External Web & Network Assessment

Vulnerability findings for the public-facing infrastructure of coderabbit.ai

Target: https://www.coderabbit.ai/  ·  66.33.60.129

01   Executive overview Severity distribution across 24 findings

Critical
0
High
0
Medium
10
Low
6
Informational
8
Targethttps://www.coderabbit.ai/
Resolved IP66.33.60.129
Scan window2026-06-05 · 14:02:38 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 Application Error Disclosure coderabbit.ai 2
02 Medium CSP: Failure to Define Directive with No Fallback coderabbit.ai 2
03 Medium CSP: Wildcard Directive coderabbit.ai 2
04 Medium CSP: script-src unsafe-inline coderabbit.ai 2
05 Medium CSP: style-src unsafe-inline coderabbit.ai 2
06 Medium Cross-Domain Misconfiguration coderabbit.ai 5
07 Medium Source Code Disclosure - PHP coderabbit.ai 2
08 Medium Source Code Disclosure - Python coderabbit.ai 3
09 Medium Source Code Disclosure - SQL coderabbit.ai 6
10 Medium Sub Resource Integrity Attribute Missing coderabbit.ai 5
11 Low Cookie No HttpOnly Flag coderabbit.ai 5
12 Low Cookie Without Secure Flag coderabbit.ai 5
13 Low Cross-Origin-Embedder-Policy Header Missing or Invalid coderabbit.ai 5
14 Low Cross-Origin-Opener-Policy Header Missing or Invalid coderabbit.ai 5
15 Low Timestamp Disclosure - Unix coderabbit.ai 2
16 Low X-Content-Type-Options Header Missing coderabbit.ai 1
17 Informational Modern Web Application coderabbit.ai 5
18 Informational Re-examine Cache-control Directives coderabbit.ai 5
19 Informational Retrieved from Cache coderabbit.ai 5
20 Informational Session Management Response Identified coderabbit.ai 2
21 Informational Storable but Non-Cacheable Content coderabbit.ai 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

Application Error Disclosure

Medium Moderate fix zap CWE-550
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/blog/how-to-fix-20-common-php-issues-with-ai
What was found

This page contains an error/warning message that may disclose sensitive information like the location of the file that produced the unhandled exception. This information can be used to launch further attacks against the web application. The alert could be a false positive if the error message is found inside a documentation page.

Evidence
https://www.coderabbit.ai/blog/how-to-fix-20-common-php-issues-with-aiError Report
https://www.coderabbit.ai/feedError Report
Suggested remediation

Review the source code of this page. Implement custom error pages. Consider implementing a mechanism to provide a unique error reference/identifier to the client (browser) while logging the details on the server side and not exposing them to the user.

M-02

CSP: Failure to Define Directive with No Fallback

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
Parameter
Content-Security-Policy
What was found

The Content Security Policy fails to define one of the directives that has no fallback. Missing/excluding them is the same as allowing anything.

Evidence
https://www.coderabbit.ai/frame-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
https://www.coderabbit.ai/pricingframe-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
Suggested remediation

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

References
  • 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
M-03

CSP: Wildcard Directive

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://www.coderabbit.ai/frame-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
https://www.coderabbit.ai/pricingframe-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
Suggested remediation

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

References
  • 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
M-04

CSP: script-src unsafe-inline

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://www.coderabbit.ai/frame-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
https://www.coderabbit.ai/pricingframe-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
Suggested remediation

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

References
  • 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
M-05

CSP: style-src unsafe-inline

Medium Moderate fix zap CWE-693
CONFIDENCE   High
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
Parameter
Content-Security-Policy
What was found

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.

Evidence
https://www.coderabbit.ai/frame-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
https://www.coderabbit.ai/pricingframe-ancestors 'self' https://victorious-bubble-f69a016683.strapiapp.com
Suggested remediation

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

References
  • 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
M-06

Cross-Domain Misconfiguration

Medium Moderate fix zap CWE-264
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/Access-Control-Allow-Origin: *
https://www.coderabbit.ai/agentAccess-Control-Allow-Origin: *
https://www.coderabbit.ai/pricingAccess-Control-Allow-Origin: *
https://www.coderabbit.ai/robots.txtAccess-Control-Allow-Origin: *
https://www.coderabbit.ai/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-07

Source Code Disclosure - PHP

Medium Moderate fix zap CWE-540
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/blog/how-to-fix-20-common-php-issues-with-ai
What was found

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

Evidence
https://www.coderabbit.ai/blog/how-to-fix-20-common-php-issues-with-ai$_POST[
https://www.coderabbit.ai/feed$_POST[
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-08

Source Code Disclosure - Python

Medium Moderate fix zap CWE-540
CONFIDENCE   Medium
INSTANCES   3
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/blog
What was found

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

Evidence
https://www.coderabbit.ai/blog for Slack in action:
https://www.coderabbit.ai/blog/coderabbit-agent-for-slack-workflows for Slack in action:
https://www.coderabbit.ai/blog/how-to-setup-python-code-reviews-with-coderabbit for user in users:
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-09

Source Code Disclosure - SQL

Medium Moderate fix zap CWE-540
CONFIDENCE   Medium
INSTANCES   6
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/blog/ai-native-universal-linter-ast-grep-llm
What was found

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

Evidence
https://www.coderabbit.ai/blog/ai-native-universal-linter-ast-grep-llmSELECT * FROM users WHERE id
https://www.coderabbit.ai/blog/how-to-automate-typescript-code-reviews-with-coderabbitselect specific ones from the list.
https://www.coderabbit.ai/blog/how-to-deploy-and-integrate-mcp-servers-with-coderabbitselect Integrations from the sidebar menu on your dashboard to add a new MCP server
https://www.coderabbit.ai/blog/how-to-effectively-plan-issues-on-linear-using-coderabbit-issue-plannerselect the phases you want to work on and click **IDE Handoff**. If you have the CodeRabbit IDE extension installed (VS Code, Cursor, Windsurf, or any compatible editor), the agentic prompts land directly in your coding agent's input field, ready to execute. Pick your IDE from the dropdown and go.
https://www.coderabbit.ai/blog/north-pole-incident-report-why-santa-now-uses-ai-code-reviewsSELECT * FROM gifts WHERE kid
https://www.coderabbit.ai/blog/why-developers-hate-lintersSELECT * FROM users WHERE username
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-10

Sub Resource Integrity Attribute Missing

Medium Moderate fix zap CWE-345
CONFIDENCE   High
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-5BWLXJRC" as="script"/>
https://www.coderabbit.ai/agent<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-5BWLXJRC" as="script"/>
https://www.coderabbit.ai/customers<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-5BWLXJRC" as="script"/>
https://www.coderabbit.ai/enterprise<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-5BWLXJRC" as="script"/>
https://www.coderabbit.ai/pricing<link rel="preload" href="https://www.googletagmanager.com/gtm.js?id=GTM-5BWLXJRC" as="script"/>
Suggested remediation

Provide a valid integrity attribute to the tag.

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

Cookie No HttpOnly Flag

Low Moderate fix zap CWE-1004
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/agent
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.coderabbit.ai/agentSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/customersSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/enterpriseSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/ja/adminSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/pricingSet-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 CWE-614
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/agent
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.coderabbit.ai/agentSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/customersSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/enterpriseSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/ja/adminSet-Cookie: NEXT_LOCALE
https://www.coderabbit.ai/pricingSet-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-Origin-Embedder-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/Cross-Origin-Embedder-Policy
https://www.coderabbit.ai/agentCross-Origin-Embedder-Policy
https://www.coderabbit.ai/enterpriseCross-Origin-Embedder-Policy
https://www.coderabbit.ai/pricingCross-Origin-Embedder-Policy
https://www.coderabbit.ai/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-04

Cross-Origin-Opener-Policy Header Missing or Invalid

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/Cross-Origin-Opener-Policy
https://www.coderabbit.ai/agentCross-Origin-Opener-Policy
https://www.coderabbit.ai/enterpriseCross-Origin-Opener-Policy
https://www.coderabbit.ai/pricingCross-Origin-Opener-Policy
https://www.coderabbit.ai/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-05

Timestamp Disclosure - Unix

Low Moderate fix zap CWE-497
CONFIDENCE   Low
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/blog/how-to-use-an-ai-code-reviewer-on-github-in-4-examples
What was found

A timestamp was disclosed by the application/web server. - Unix

Evidence
https://www.coderabbit.ai/blog/how-to-use-an-ai-code-reviewer-on-github-in-4-examples2085463729
https://www.coderabbit.ai/feed2085463729
Suggested remediation

Manually confirm that the timestamp data is not sensitive, and that the data cannot be aggregated to disclose exploitable patterns.

References
  • https://cwe.mitre.org/data/definitions/200.html
L-06

X-Content-Type-Options Header Missing

Low Moderate fix zap CWE-693
CONFIDENCE   Medium
INSTANCES   1
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/_next/image?q=75&url=https%3A%2F%2Fvictorious-bubble-f69a016683.media.strapiapp.com%2FFrame_2147214141_9c16abf8ab.png&w=48
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.coderabbit.ai/_next/image?q=75&url=https%3A%2F%2Fvictorious-bubble-f69a016683.media.strapiapp.com%2FFrame_2147214141_9c16abf8ab.png&w=48x-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 CWE--1
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/<a target="_self" class="peer inline-flex items-center gap-x-1 w-fit font-medium text-gray-900 dark:text-gray-350 hover:text-pink-700 dark:hover:text-white focus:text-orange-500 dark:focus:text-white focus:outline-offset-4 active:text-green-500 dark:active:text-white transition-colors duration-300 ease-in-out " href="/agent">Agent</a>
https://www.coderabbit.ai/admin<script src="/_next/static/chunks/3k42t4sd_fff3.js?dpl=dpl_8BctziGf97D28TWFq38DGnUpXYfu" async=""></script>
https://www.coderabbit.ai/agent<a target="_self" class="peer inline-flex items-center gap-x-1 w-fit font-medium text-gray-900 dark:text-gray-350 hover:text-pink-700 dark:hover:text-white focus:text-orange-500 dark:focus:text-white focus:outline-offset-4 active:text-green-500 dark:active:text-white transition-colors duration-300 ease-in-out " href="/agent">Agent</a>
https://www.coderabbit.ai/api<script src="/_next/static/chunks/3k42t4sd_fff3.js?dpl=dpl_8BctziGf97D28TWFq38DGnUpXYfu" async=""></script>
https://www.coderabbit.ai/pricing<a target="_self" class="peer inline-flex items-center gap-x-1 w-fit font-medium text-gray-900 dark:text-gray-350 hover:text-pink-700 dark:hover:text-white focus:text-orange-500 dark:focus:text-white focus:outline-offset-4 active:text-green-500 dark:active:text-white transition-colors duration-300 ease-in-out " href="/agent">Agent</a>
Suggested remediation

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

X-02

Re-examine Cache-control Directives

Informational Moderate fix zap CWE-525
CONFIDENCE   Low
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/public, max-age=0, must-revalidate
https://www.coderabbit.ai/agentpublic, max-age=0, must-revalidate
https://www.coderabbit.ai/pricingpublic, max-age=0, must-revalidate
https://www.coderabbit.ai/robots.txtpublic, max-age=0, must-revalidate
https://www.coderabbit.ai/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-03

Retrieved from Cache

Informational Moderate fix zap CWE-525
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/Age: 26388
https://www.coderabbit.ai/Age: 26391
https://www.coderabbit.ai/pricingAge: 26345
https://www.coderabbit.ai/robots.txtAge: 0
https://www.coderabbit.ai/sitemap.xmlAge: 0
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-04

Session Management Response Identified

Informational Moderate fix zap CWE--1
CONFIDENCE   Medium
INSTANCES   2
SYSTEMIC   No
Endpoint
https://www.coderabbit.ai/
Parameter
visitor_id
What was found

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.

Evidence
https://www.coderabbit.ai/visitor_id
https://www.coderabbit.ai/visitor_id
Suggested remediation

This is an informational alert rather than a vulnerability and so there is nothing to fix.

References
  • https://www.zaproxy.org/docs/desktop/addons/authentication-helper/session-mgmt-id/
X-05

Storable but Non-Cacheable Content

Informational zap CWE-524
CONFIDENCE   Medium
INSTANCES   5
SYSTEMIC   Yes
Endpoint
https://www.coderabbit.ai/
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.coderabbit.ai/max-age=0
https://www.coderabbit.ai/admin/max-age=0
https://www.coderabbit.ai/api/max-age=0
https://www.coderabbit.ai/robots.txtmax-age=0
https://www.coderabbit.ai/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 66.33.60.129:443 https Service https on 66.33.60.129:443/tcp Info
N-02 66.33.60.129:80 http Service http on 66.33.60.129:80/tcp Info
N-03 https://www.coderabbit.ai/ Status 200 HSTS, Vercel Info

05   Additional informational findings 0 items

#FindingAffectedInstances