Vulnerability Scan Result

| Title: | Oregon Patient Safety Commission |
| Description: | The Oregon Patient Safety Commission (OPSC) offers a constructive space for healthcare facilities, providers, and patients to build a culture of safer care. We promote shared learning and candid dialogue to reduce the risk of patient harm across Oregon’s healthcare system. |
| ip_address | 198.49.23.144 |
| country | US |
| network_name | Squarespace, Inc. |
| asn | AS53831 |
| ip_address | 198.49.23.145 |
| country | US |
| network_name | Squarespace, Inc. |
| asn | AS53831 |
| ip_address | 198.185.159.144 |
| country | US |
| network_name | Squarespace, Inc. |
| asn | AS53831 |
| ip_address | 198.185.159.145 |
| country | US |
| network_name | Squarespace, Inc. |
| asn | AS53831 |
80/tcp | http | Squarespace - |
443/tcp | https | Squarespace - |
| Software / Version | Category |
|---|---|
| YUI 3.17.2 | JavaScript libraries |
| jQuery CDN | CDN |
| Google Hosted Libraries | CDN |
| Facebook Pixel 2.9.347 | Analytics |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| parallax.js | JavaScript libraries |
| core-js 3.26.0 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| jQuery 3.7.1 | JavaScript libraries |
| Marko | Web frameworks, UI frameworks |
| Modernizr 2.8.3 | JavaScript libraries |
| MySQL | Databases |
| Node.js | Programming languages |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Sentry | Issue trackers |
| Statsig 3.33.3 | Analytics, Feature management |
| Stimulus | JavaScript frameworks |
| DoubleClick Floodlight | Advertising |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| HSTS | Security |
| Squarespace 7.1 | CMS |
| Squarespace Commerce 7.1 | Ecommerce |
| Cart Functionality | Ecommerce |
Web Application Vulnerabilities
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://oregonpatientsafety.org/ | crumb | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: crumb=BSRWGtEw7Tm9MWFhYTkwYzZmMTI3ODkyNzE1ZTgzZmNmNjNmN2Rm |
Vulnerability description
We found that a cookie has been set without the HttpOnly 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.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
| CWE | CWE-1004 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://oregonpatientsafety.org/ | Response does not include the HTTP Content-Security-Policy security header or meta tag |
Vulnerability description
We noticed that the target application lacks the Content-Security-Policy (CSP) header in its HTTP responses. The CSP header is a security measure that instructs web browsers to enforce specific security rules, effectively preventing the exploitation of Cross-Site Scripting (XSS) vulnerabilities.
Risk description
The risk is that if the target application is vulnerable to XSS, lack of this header makes it easily exploitable by attackers.
Recommendation
Configure the Content-Security-Header to be sent with each HTTP response in order to apply the specific policies needed by the application.
Classification
| CWE | CWE-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| YUI 3.17.2 | JavaScript libraries |
| jQuery CDN | CDN |
| Google Hosted Libraries | CDN |
| Facebook Pixel 2.9.347 | Analytics |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| parallax.js | JavaScript libraries |
| core-js 3.26.0 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| jQuery 3.7.1 | JavaScript libraries |
| Marko | Web frameworks, UI frameworks |
| Modernizr 2.8.3 | JavaScript libraries |
| MySQL | Databases |
| Node.js | Programming languages |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Sentry | Issue trackers |
| Statsig 3.33.3 | Analytics, Feature management |
| Stimulus | JavaScript frameworks |
| DoubleClick Floodlight | Advertising |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| HSTS | Security |
| Squarespace 7.1 | CMS |
| Squarespace Commerce 7.1 | Ecommerce |
| Cart Functionality | Ecommerce |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
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
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://oregonpatientsafety.org/ | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 |
|
Vulnerability description
We noticed that the target application is serving mixed content. This occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS.
Risk description
The risk is that the insecurely loaded resources (HTTP) on an otherwise secure page (HTTPS) can be intercepted or manipulated by attackers, potentially leading to eavesdropping or content tampering.
Recommendation
Ensure that all external resources the page references are loaded using HTTPS.
Classification
| CWE | CWE-319 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://oregonpatientsafety.org/ | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
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.
Risk description
There is no particular security risk in having a robots.txt file. However, it's important to note that adding endpoints in it should not be considered a security measure, as this file can be directly accessed and read by anyone.
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).
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://oregonpatientsafety.org/ | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | Email Address: info@oregonpatientsafety.org user@domain.com |
Vulnerability description
We noticed that this web application exposes email addresses, which might be unintended. While not inherently a vulnerability, this information could be leveraged in social engineering or spam related activities.
Risk description
The risk is that exposed email addresses within the application could be accessed by unauthorized parties. This could lead to privacy violations, spam, phishing attacks, or other forms of misuse.
Recommendation
Compartmentalize the application to have 'safe' areas where trust boundaries can be unambiguously drawn. Do not allow email addresses to go outside of the trust boundary, and always be careful when interfacing with a compartment outside of the safe area.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Classification
| CWE | CWE-1188 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
We found insecure DNS cookie usage on the following nameservers: vita.ns.cloudflare.com, chance.ns.cloudflare.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.oregonpatientsafety.org | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dy7qn6pf@ag.us.dmarcian.com, mailto:eso.soc@oregon.gov, mailto:7fe1879fd4a245fcae35a6ebaa9559ab@dmarc-reports.cloudflare.net; ruf=mailto:eso.soc@oregon.gov; fo=1; ri=86400;" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.oregonpatientsafety.org | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dy7qn6pf@ag.us.dmarcian.com, mailto:eso.soc@oregon.gov, mailto:7fe1879fd4a245fcae35a6ebaa9559ab@dmarc-reports.cloudflare.net; ruf=mailto:eso.soc@oregon.gov; fo=1; ri=86400;" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| cm | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDT8s4uwAtOyIgArJrXkU65ict0cLTqB9oJc0aG5boQsdKCaT53hXo6WoV3WCFFY6X1p4w5undksxV//JDpzbYSAN+yrZ0MKrS280qvkQpSBYw7Vk0WtF3Hqdat1ImyY0wZiiyz0VE1vTkJ9Hfn5CYqZNeUjff+H5yNhkXE4UvX2QIDAQAB" |
| k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
| k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
| selector1 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmFPs0AUTmx096EM9VTyFppbKXvnZWiGd/3mBHL9zVjGbdR/CRjA4rejG3CzWPYRf+oOhg3oByCKCUDlrUFPVPphdQ1JO8ryYy6M9HJrgudVIqEHIz3ddNcGrMZ97zj97oB8anUTNcqTvnqCYxQhNEXfDpwyW2bEVySZIT7U1RvyJNgndv/5gayqWk9LHw3SYq" "ar5Uy+cMv+mFG7PWxfOlq7TcL0YOUQcKogHi9JJuXiNsJEf+43bbdgFEQw8r1c3Fr3+Y5KZ/F6jlhZisuBUAcBG5QJ62PSyf7Z0S+3x09CDVVom3/Jr2id+qS6a08ORLND0gkUmUqLq6r/pUw1yeQIDAQAB;" |
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| oregonpatientsafety.org | A | IPv4 address | 198.49.23.144 |
| oregonpatientsafety.org | A | IPv4 address | 198.49.23.145 |
| oregonpatientsafety.org | A | IPv4 address | 198.185.159.144 |
| oregonpatientsafety.org | A | IPv4 address | 198.185.159.145 |
| oregonpatientsafety.org | NS | Name server | vita.ns.cloudflare.com |
| oregonpatientsafety.org | NS | Name server | chance.ns.cloudflare.com |
| oregonpatientsafety.org | MX | Mail server | 0 oregonpatientsafety-org.mail.protection.outlook.com |
| oregonpatientsafety.org | SOA | Start of Authority | chance.ns.cloudflare.com. dns.cloudflare.com. 2408005108 10000 2400 604800 1800 |
| oregonpatientsafety.org | TXT | Text record | "MS=ms88234265" |
| oregonpatientsafety.org | TXT | Text record | "apple-domain-verification=8jzR7kY6NezXW4YX" |
| oregonpatientsafety.org | SPF | Sender Policy Framework | "v=spf1 include:_spf.orshared.oregon.gov include:cmail1.com include:spf.mandrillapp.com include:amazonses.com -all" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
| oregonpatientsafety.org | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
| _dmarc.oregonpatientsafety.org | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dy7qn6pf@ag.us.dmarcian.com, mailto:eso.soc@oregon.gov, mailto:7fe1879fd4a245fcae35a6ebaa9559ab@dmarc-reports.cloudflare.net; ruf=mailto:eso.soc@oregon.gov; fo=1; ri=86400;" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
| Software / Version | Category |
|---|---|
| Cart Functionality | Ecommerce |
| WordPress | CMS, Blogs |
| Squarespace Commerce 7.1 | Ecommerce |
| Squarespace 7.1 | CMS |
| Sentry | Issue trackers |
| Node.js | Programming languages |
| MySQL | Databases |
| PHP | Programming languages |
| Marko | Web frameworks, UI frameworks |
| Stimulus | JavaScript frameworks |
| parallax.js | JavaScript libraries |
| jQuery CDN | CDN |
| Google Hosted Libraries | CDN |
| YUI 3.17.2 | JavaScript libraries |
| Statsig 3.33.3 | Analytics, Feature management |
| Modernizr 2.8.3 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Google Analytics GA4 | Analytics |
| Font Awesome | Font scripts |
| Facebook Pixel 2.9.347 | Analytics |
| core-js 3.26.0 | JavaScript libraries |
| Priority Hints | Performance |
| Google Font API | Font scripts |
| reCAPTCHA | Security |
| DoubleClick Floodlight | Advertising |
| HSTS | Security |
| Open Graph | Miscellaneous |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
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.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| oregonpatientsafety.org | SPF | Sender Policy Framework | "v=spf1 include:_spf.orshared.oregon.gov include:cmail1.com include:spf.mandrillapp.com include:amazonses.com -all" |
Evidence
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.0-RELEASE | 93% |
Vulnerability description
OS Detection
