Vulnerability Scan Result

| Title: | Liver - American Liver Foundation |
| Description: | American Liver Foundation facilitates, advocates, and promotes education, support, and research for the prevention, treatment, and cure of liver disease. |
| ip_address | 104.26.13.52 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 172.67.70.26 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
| ip_address | 104.26.12.52 |
| country | - |
| network_name | Cloudflare, Inc. |
| asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | https-alt | cloudflare - |
| Software / Version | Category |
|---|---|
| Automatic.css | UI frameworks, WordPress plugins |
| Amazon Web Services | PaaS |
| cdnjs | CDN |
| Clipboard.js | JavaScript libraries |
| DataTables 1.10.18 | JavaScript libraries |
| Facebook Login | Authentication |
| Facebook Pixel 2.9.347 | Analytics |
| FancyBox 3.5.7 | JavaScript libraries |
| FlippingBook | Widgets |
| Font Awesome 6.4.2 | Font scripts |
| ZURB Foundation | UI frameworks |
| Breadcrumb NavXT 7.2.0 | WordPress plugins |
| AddToAny Share Buttons 1.1 | WordPress plugins |
| core-js 3.36.1 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.12.1 | JavaScript libraries |
| Kount | Analytics, Security |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| Oxygen | Page builders, WordPress plugins |
| Perfmatters | WordPress plugins, Performance |
| PHP | Programming languages |
| RankMath SEO | WordPress plugins, SEO |
| Sentry | Issue trackers |
| ShareThis | Widgets |
| DoubleClick Floodlight | Advertising |
| The Events Calendar | WordPress plugins |
| Vue.js | JavaScript frameworks |
| WooCommerce | Ecommerce, WordPress plugins |
| WordPress | CMS, Blogs |
| WordPress Block Editor | Page builders |
| AddToAny | Widgets |
| Cloudflare | CDN |
| Cloudflare Turnstile | Security |
| Cloudflare Zaraz | Performance |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| Lodash 1.13.7 | JavaScript libraries |
| Max Mega Menu 1.0.0 | Widgets, WordPress plugins |
| Pure Chat | Live chat |
| HSTS | Security |
| RSS | Miscellaneous |
| YouTube | Video players |
Web Application Vulnerabilities
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2020-28458 | 7.3 | 0.0367 | 0.88258 | All versions of package datatables.net are vulnerable to Prototype Pollution due to an incomplete fix for https://snyk.io/vuln/SNYK-JS-DATATABLESNET-598806. |
| CVE-2021-23445 | 3.1 | 0.01837 | 0.76263 | This affects the package datatables.net before 1.11.3. If an array is passed to the HTML escape entities function it would not have its contents escaped. |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
| CWE | CWE-1035 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2021-41184 | 6.5 | 0.42847 | 0.98549 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
| CVE-2021-41183 | 6.5 | 0.07948 | 0.94011 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
| CVE-2021-41182 | 6.5 | 0.37788 | 0.98353 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
| CVE-2022-31160 | 6.1 | 0.01933 | 0.77504 | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
Vulnerability description
Outdated or vulnerable software components include versions of server-side software that are no longer supported or have known, publicly disclosed vulnerabilities. Using outdated software significantly increases the attack surface of a system and may allow unauthorized access, data leaks, or service disruptions. Vulnerabilities in these components are often well-documented and actively exploited by attackers. Without security patches or vendor support, any weaknesses remain unmitigated, exposing the application to risks. In some cases, even after patching, the reported version may remain unchanged, requiring manual verification.
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed 'high' severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
In order to eliminate the risk of these vulnerabilities, we recommend you check the installed software version and upgrade to the latest version.
Classification
| CWE | CWE-1035 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://liverfoundation.org/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
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.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
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-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://liverfoundation.org/ | Response headers do not include the HTTP Strict-Transport-Security header |
Vulnerability description
We noticed that the target application lacks the HTTP Strict-Transport-Security header in its responses. This security header is crucial as it instructs browsers to only establish secure (HTTPS) connections with the web server and reject any HTTP connections.
Risk description
The risk is that lack of this header permits an attacker to force a victim user to initiate a clear-text HTTP connection to the server, thus opening the possibility to eavesdrop on the network traffic and extract sensitive information (e.g. session cookies).
Recommendation
The Strict-Transport-Security HTTP header should be sent with each HTTPS response. The syntax is as follows: `Strict-Transport-Security: max-age=<seconds>[; includeSubDomains]` The parameter `max-age` gives the time frame for requirement of HTTPS in seconds and should be chosen quite high, e.g. several months. A value below 7776000 is considered as too low by this scanner check. The flag `includeSubDomains` defines that the policy applies also for sub domains of the sender of the response.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| Automatic.css | UI frameworks, WordPress plugins |
| Amazon Web Services | PaaS |
| cdnjs | CDN |
| Clipboard.js | JavaScript libraries |
| DataTables 1.10.18 | JavaScript libraries |
| Facebook Login | Authentication |
| Facebook Pixel 2.9.347 | Analytics |
| FancyBox 3.5.7 | JavaScript libraries |
| FlippingBook | Widgets |
| Font Awesome 6.4.2 | Font scripts |
| ZURB Foundation | UI frameworks |
| Breadcrumb NavXT 7.2.0 | WordPress plugins |
| AddToAny Share Buttons 1.1 | WordPress plugins |
| core-js 3.36.1 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.12.1 | JavaScript libraries |
| Kount | Analytics, Security |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| Oxygen | Page builders, WordPress plugins |
| Perfmatters | WordPress plugins, Performance |
| PHP | Programming languages |
| RankMath SEO | WordPress plugins, SEO |
| Sentry | Issue trackers |
| ShareThis | Widgets |
| DoubleClick Floodlight | Advertising |
| The Events Calendar | WordPress plugins |
| Vue.js | JavaScript frameworks |
| WooCommerce | Ecommerce, WordPress plugins |
| WordPress | CMS, Blogs |
| WordPress Block Editor | Page builders |
| AddToAny | Widgets |
| Cloudflare | CDN |
| Cloudflare Turnstile | Security |
| Cloudflare Zaraz | Performance |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| Lodash 1.13.7 | JavaScript libraries |
| Max Mega Menu 1.0.0 | Widgets, WordPress plugins |
| Pure Chat | Live chat |
| HSTS | Security |
| RSS | Miscellaneous |
| YouTube | Video players |
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 |
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
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2020-28458 | 7.3 | 0.0367 | 0.88258 | No | All versions of package datatables.net are vulnerable to Prototype Pollution due to an incomplete fix for https://snyk.io/vuln/SNYK-JS-DATATABLESNET-598806. |
| CVE-2021-23445 | 3.1 | 0.01837 | 0.76263 | No | This affects the package datatables.net before 1.11.3. If an array is passed to the HTML escape entities function it would not have its contents escaped. |
Vulnerability description
Vulnerabilities found for DataTables 1.10.18
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2020-28458 | 7.3 | 0.0367 | 0.88258 | No | All versions of package datatables.net are vulnerable to Prototype Pollution due to an incomplete fix for https://snyk.io/vuln/SNYK-JS-DATATABLESNET-598806. |
| CVE-2021-23445 | 3.1 | 0.01837 | 0.76263 | No | This affects the package datatables.net before 1.11.3. If an array is passed to the HTML escape entities function it would not have its contents escaped. |
Vulnerability description
Vulnerabilities found for DataTables 1.10.18
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2021-41184 | 6.5 | 0.42847 | 0.98549 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
| CVE-2021-41183 | 6.5 | 0.07948 | 0.94011 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
| CVE-2021-41182 | 6.5 | 0.37788 | 0.98353 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
| CVE-2022-31160 | 6.1 | 0.01933 | 0.77504 | No | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
Vulnerability description
Vulnerabilities found for jQuery UI 1.12.1
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2021-41184 | 6.5 | 0.42847 | 0.98549 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
| CVE-2021-41183 | 6.5 | 0.07948 | 0.94011 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
| CVE-2021-41182 | 6.5 | 0.37788 | 0.98353 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
| CVE-2022-31160 | 6.1 | 0.01933 | 0.77504 | No | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
Vulnerability description
Vulnerabilities found for jQuery UI 1.12.1
Risk description
These vulnerabilities expose the affected applications to the risk of unauthorized access to confidential data and possibly to denial of service attacks. An attacker could search for an appropriate exploit (or create one) for any of these vulnerabilities and use it to attack the system. Notes: - The vulnerabilities are identified based on the server's version.; - Only the first 5 vulnerabilities with the highest risk are shown for each port.; Since the vulnerabilities were discovered using only version-based testing, the risk level for this finding will not exceed "high" severity. Critical risks will be assigned to vulnerabilities identified through accurate active testing methods.
Recommendation
We recommend you to upgrade the affected software to the latest version in order to eliminate the risks imposed by these vulnerabilities.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| dkim | rsa | 1392 | "v=DKIM1; t=y; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4fju5dRLECYeUvZEy2idRbmGYamu6ezAU8wSqMiwYOy3nnud83HS1VLn5VDpWim8lTgQd3gQDgT3mCT+LeRcQpLnhsgyEXGF2ivx1NFvqKChUJmfUFRWN4bq6ya9DLm+HWlFWMejMWeKDQ3jiH3T8V6tEiP882ha/imJlWq8XwXJvnYOtr+DlBClBVEW" "24j06VJKijb0ShI3xF193M/aHVxlPVVeGM3EYS7lBNSHFYFVL9rkMXpRqaBh72mf34S9Poh9mXox/hoAnZiNC8VLvlVStAS7Id8NoyJpe7x+cknqyHIOikurI8FJ9GpN+mBXJv7zPvm/F316hL7glBe3fQIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
We found insecure DNS cookie usage on the following nameservers: bristol.ns.cloudflare.com, buck.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.liverfoundation.org | TXT | Text record | "v=DMARC1; p=none; rua=mailto:63284878285c459b82b205ca01323cd7@dmarc-reports.cloudflare.net,mailto:rkltech@liverfoundation.org; ruf=mailto:rkltech@liverfoundation.org; fo=1" |
Vulnerability description
We found that the target uses p=none in the DMARC policy. The DMARC policy set to p=none means that the domain owner is not taking any action on emails that fail DMARC validation. This configuration effectively disables enforcement, allowing potentially spoofed or fraudulent emails to be delivered without any additional scrutiny.
Risk description
Emails that fail DMARC checks are still delivered to recipients. This leaves the domain highly vulnerable to email spoofing and phishing attacks, as malicious actors can impersonate the domain without facing any consequences from DMARC enforcement.
Recommendation
We recommend changing the DMARC policy to p=quarantine or, ideally, p=reject to actively block or quarantine emails that fail DMARC validation. This will enhance the security of your domain against spoofing and phishing attacks by ensuring that only legitimate emails are delivered.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.liverfoundation.org | TXT | Text record | "v=DMARC1; p=none; rua=mailto:63284878285c459b82b205ca01323cd7@dmarc-reports.cloudflare.net,mailto:rkltech@liverfoundation.org; ruf=mailto:rkltech@liverfoundation.org; fo=1" |
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 |
|---|---|---|---|
| liverfoundation.org | SPF | Sender Policy Framework | "v=spf1 include:_spf.mailersend.net include:_spf.votervoice.net include:spf.cloud.mip.com include:_spf.prod.hydra.sophos.com include:spf.protection.outlook.com ip4:18.220.12.142 -all" |
Evidence
| Software / Version | Category |
|---|---|
| Cloudflare Browser Insights | Analytics, RUM |
| Pure Chat | Live chat |
| Cloudflare Zaraz | Performance |
| Cloudflare | CDN |
| HTTP/3 | 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
| Software / Version | Category |
|---|---|
| Cloudflare Browser Insights | Analytics, RUM |
| Pure Chat | Live chat |
| Cloudflare Zaraz | Performance |
| Cloudflare | CDN |
| HTTP/3 | 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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| dkim | rsa | 1392 | "v=DKIM1; t=y; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4fju5dRLECYeUvZEy2idRbmGYamu6ezAU8wSqMiwYOy3nnud83HS1VLn5VDpWim8lTgQd3gQDgT3mCT+LeRcQpLnhsgyEXGF2ivx1NFvqKChUJmfUFRWN4bq6ya9DLm+HWlFWMejMWeKDQ3jiH3T8V6tEiP882ha/imJlWq8XwXJvnYOtr+DlBClBVEW" "24j06VJKijb0ShI3xF193M/aHVxlPVVeGM3EYS7lBNSHFYFVL9rkMXpRqaBh72mf34S9Poh9mXox/hoAnZiNC8VLvlVStAS7Id8NoyJpe7x+cknqyHIOikurI8FJ9GpN+mBXJv7zPvm/F316hL7glBe3fQIDAQAB" |
| s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDXhIafiNrllR+FefVhclDi6evxVk8pnzFXFIWJMb7nqQXceziZF9R0VyT+XqxUmUSUtmGMcmwpdweJ/OGhKrM7GJyLYuoIPziLWGUDOYrvCTUdOCBAalK1weAXIj0spMzrBjsbZMbm8xUTeK0tE0MBvuWbhLp4whP+MToYN0Z2cwIDAQAB" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv/t+Hkyw6khfjlsXpx4pCj+eB3OfhkNMt0iZt7vTa+9qH6TChQx2ODbz4MBhjZJ4BBaP/dohdVRfxI8cH5vlj/yMqy7viKrdEkmQlrp2CzCnVfvayqsIOSRX5PxwzHwnFjTstoZbGd3g02D6l3TypK5XLCez6EpAbfigv0bAnr/2IWYL4jyO27VxanV8mydh7lA4p" "TvYdIWzA1BrqTHD/MqikrdWRzDRwKGA7onEHRjI8vDCzqVyp4ThDv1cG3UW7NlJuc0V2oVsFEsr4X8CSuj10qSNayEIAwmpzZ630cV8cxFfwzuVfS5CBgs44lxyqaZDj3X6ZKOOdU+ddwL2IQIDAQAB" |
| selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCVt5AbY60i6X8Vq8GubFJVyb5df5RQQ5kipxdKcJMeXrzRNheNqRWczsfTxET4181EquwZxYhwhvTf06n1FbBl/tovlf+4lNrKdwt6JmjpTEYUceLLbsJHBuqzGnv4AqKYD7q70phnux7cazSVopv72MoukSwTX6xAH1KWHAR8sQIDAQAB; n=1024,1452154259,1" |
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Sentry | Issue trackers |
| WordPress Block Editor | Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| Facebook Login | Authentication |
| ZURB Foundation | UI frameworks |
| YouTube | Video players |
| RankMath SEO | WordPress plugins, SEO |
| Amazon Web Services | PaaS |
| AddToAny Share Buttons 1.1 | WordPress plugins |
| The Events Calendar | WordPress plugins |
| WooCommerce | Ecommerce, WordPress plugins |
| Oxygen | Page builders, WordPress plugins |
| Automatic.css | UI frameworks, WordPress plugins |
| Underscore.js 1.13.7 | JavaScript libraries |
| FlippingBook | Widgets |
| Perfmatters | WordPress plugins, Performance |
| Max Mega Menu 1.0.0 | Widgets, WordPress plugins |
| Cloudflare Browser Insights | Analytics, RUM |
| AddToAny | Widgets |
| ShareThis | Widgets |
| Pure Chat | Live chat |
| Kount | Analytics, Security |
| jQuery UI 1.12.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Google Analytics GA4 | Analytics |
| FancyBox 3.5.7 | JavaScript libraries |
| Facebook Pixel 2.9.347 | Analytics |
| DataTables 1.10.18 | JavaScript libraries |
| core-js 3.36.1 | JavaScript libraries |
| Cloudflare Zaraz | Performance |
| Font Awesome 6.4.2 | Font scripts |
| cdnjs | CDN |
| reCAPTCHA | Security |
| DoubleClick Floodlight | Advertising |
| HSTS | Security |
| Cloudflare | CDN |
| RSS | Miscellaneous |
| Open Graph | Miscellaneous |
| HTTP/3 | Miscellaneous |
| Clipboard.js | JavaScript libraries |
| Cloudflare Turnstile | Security |
| Breadcrumb NavXT 7.2.0 | WordPress plugins |
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
| Operating System | Accuracy |
|---|---|
| FreeBSD 11.0-STABLE | 91% |
Vulnerability description
OS Detection
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| liverfoundation.org | A | IPv4 address | 104.26.12.52 |
| liverfoundation.org | A | IPv4 address | 104.26.13.52 |
| liverfoundation.org | A | IPv4 address | 172.67.70.26 |
| liverfoundation.org | NS | Name server | bristol.ns.cloudflare.com |
| liverfoundation.org | NS | Name server | buck.ns.cloudflare.com |
| liverfoundation.org | MX | Mail server | 10 mx-01-us-east-2.prod.hydra.sophos.com |
| liverfoundation.org | MX | Mail server | 20 mx-02-us-east-2.prod.hydra.sophos.com |
| liverfoundation.org | SOA | Start of Authority | bristol.ns.cloudflare.com. dns.cloudflare.com. 2408044239 10000 2400 604800 1800 |
| liverfoundation.org | AAAA | IPv6 address | 2606:4700:20::681a:c34 |
| liverfoundation.org | AAAA | IPv6 address | 2606:4700:20::681a:d34 |
| liverfoundation.org | AAAA | IPv6 address | 2606:4700:20::ac43:461a |
| liverfoundation.org | TXT | Text record | "\009sophos-domain-verification=9797d36b7e20cb4a0df6163418a9906f92f94f20" |
| liverfoundation.org | TXT | Text record | "facebook-domain-verification=r1yuytmi3vrxtilisluxxcz9h2dt1j" |
| liverfoundation.org | TXT | Text record | "google-site-verification=gKmhSMM6Qdr7AZb1yED5TNeohbKR7qz8R36JrR67kgU" |
| liverfoundation.org | SPF | Sender Policy Framework | "v=spf1 include:_spf.mailersend.net include:_spf.votervoice.net include:spf.cloud.mip.com include:_spf.prod.hydra.sophos.com include:spf.protection.outlook.com ip4:18.220.12.142 -all" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
| liverfoundation.org | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
| _dmarc.liverfoundation.org | TXT | Text record | "v=DMARC1; p=none; rua=mailto:63284878285c459b82b205ca01323cd7@dmarc-reports.cloudflare.net,mailto:rkltech@liverfoundation.org; ruf=mailto:rkltech@liverfoundation.org; fo=1" |
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 |
|---|---|
| WordPress | CMS, Blogs |
| Sentry | Issue trackers |
| WordPress Block Editor | Page builders |
| MySQL | Databases |
| PHP | Programming languages |
| Facebook Login | Authentication |
| ZURB Foundation | UI frameworks |
| YouTube | Video players |
| RankMath SEO | WordPress plugins, SEO |
| Amazon Web Services | PaaS |
| AddToAny Share Buttons 1.1 | WordPress plugins |
| The Events Calendar | WordPress plugins |
| WooCommerce | Ecommerce, WordPress plugins |
| Oxygen | Page builders, WordPress plugins |
| Automatic.css | UI frameworks, WordPress plugins |
| Underscore.js 1.13.7 | JavaScript libraries |
| FlippingBook | Widgets |
| Perfmatters | WordPress plugins, Performance |
| Max Mega Menu 1.0.0 | Widgets, WordPress plugins |
| Cloudflare Browser Insights | Analytics, RUM |
| AddToAny | Widgets |
| ShareThis | Widgets |
| Pure Chat | Live chat |
| Kount | Analytics, Security |
| jQuery UI 1.12.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Google Analytics GA4 | Analytics |
| FancyBox 3.5.7 | JavaScript libraries |
| Facebook Pixel 2.9.347 | Analytics |
| DataTables 1.10.18 | JavaScript libraries |
| core-js 3.36.1 | JavaScript libraries |
| Cloudflare Zaraz | Performance |
| Font Awesome 6.4.2 | Font scripts |
| cdnjs | CDN |
| reCAPTCHA | Security |
| DoubleClick Floodlight | Advertising |
| HSTS | Security |
| Cloudflare | CDN |
| RSS | Miscellaneous |
| Open Graph | Miscellaneous |
| HTTP/3 | Miscellaneous |
| Clipboard.js | JavaScript libraries |
| Cloudflare Turnstile | Security |
| Breadcrumb NavXT 7.2.0 | WordPress plugins |
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
| Software / Version | Category |
|---|---|
| Cloudflare Browser Insights | Analytics, RUM |
| Pure Chat | Live chat |
| Cloudflare Zaraz | Performance |
| Cloudflare | CDN |
| HTTP/3 | 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.