Vulnerability Scan Result
IP address | 162.125.64.18 |
Country | GB |
AS number | AS19679 |
Net name | Dropbox Inc |
80/tcp | http | envoy |
443/tcp | https | envoy |
Software / Version | Category |
---|---|
Canny | Issue trackers |
ZURB Foundation | UI frameworks |
PayPal | Payment processors |
Sentry | Issue trackers |
DigiCert | SSL/TLS certificate authorities |
Envoy | Reverse proxies |
Lodash | JavaScript libraries |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.dropbox.com/scl/fi/0cr246lez650fo3oec2v0/Action-Required-Employee-Compensation-Review-Due-For-Approval-01-17-25.paper | locale | Set-Cookie: locale=en |
Vulnerability description
We found that a cookie has been set without the <code>Secure</code> flag, which means the browser will send it over an unencrypted channel (plain HTTP) if such a request is made. The root cause for this usually revolves around misconfigurations in the code or server settings.
Recommendation
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.
Classification
CWE | CWE-614 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://www.dropbox.com/scl/fi/0cr246lez650fo3oec2v0/Action-Required-Employee-Compensation-Review-Due-For-Approval-01-17-25.paper | locale, __Host-js_csrf | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: locale=en Set-Cookie: __Host-js_csrf=rGwG1pSlYY558xbrkgzm0QOB |
Vulnerability description
We found that a cookie has been set without the <code>HttpOnly</code> flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
CWE | CWE-1004 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://www.dropbox.com/scl/fi/0cr246lez650fo3oec2v0/Action-Required-Employee-Compensation-Review-Due-For-Approval-01-17-25.paper | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`object-src: We recommend restricting object-src to 'none' only. frame-ancestors: This directive tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking. The recommended value is 'none' or 'self'. report-uri: report-uri is deprecated in CSP3. Please use the report-to directive instead.` |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Canny | Issue trackers |
ZURB Foundation | UI frameworks |
PayPal | Payment processors |
Sentry | Issue trackers |
DigiCert | SSL/TLS certificate authorities |
Envoy | Reverse proxies |
Lodash | JavaScript libraries |
HSTS | Security |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
We found the robots.txt on the target server. This file instructs web crawlers what URLs and endpoints of the web application they can visit and crawl. Website administrators often misuse this file while attempting to hide some web pages from the users.
Recommendation
We recommend you to manually review the entries from robots.txt and remove the ones which lead to sensitive locations in the website (ex. administration panels, configuration files, etc).
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Vulnerability description
Website is accessible.
Evidence
URL | Method | Summary |
---|---|---|
https://www.dropbox.com/scl/fi/0cr246lez650fo3oec2v0/Action-Required-Employee-Compensation-Review-Due-For-Approval-01-17-25.paper?dl=0&oref=e&r=ACXmqdiW0cbhplKGyFeWL5jk5Ev9t9w3kQ1HoHjFq3HYZUo7LrrxfzSR8sr2LCurKx-aFd9S3lupxB-H4FZlGA38LPfRwoij_zP8F1KrQ7_sSaDvj8RYCWVabIPRbz8OVIu_NB-ZXCjZikf2eJOp_LDeYGdPnZPwLUhSjynFPmhOlViXzBEkIpQeyTLFO54WxfaY1gJWhZF-yhzvvrn2yL7ukRlfwk95ktFLlAvuydCYlw | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 405 status code and the header: `Allow: GET, HEAD, POST` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
www.dropbox.com | A | IPv4 address | 162.125.64.18 |
www.dropbox.com | AAAA | IPv6 address | 2620:100:6020:18::a27d:4012 |
www.dropbox.com | CNAME | Canonical name | www-env.dropbox-dns.com |
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Vulnerability description
OS detection couldn't determine the operating system.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.