Vulnerability Scan Result
IP address | 104.21.80.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.32.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.112.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.48.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.16.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.64.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.21.96.1 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
80/tcp | http | Cloudflare http proxy |
443/tcp | https | cloudflare |
8080/tcp | http | Cloudflare http proxy |
8443/tcp | https-alt | cloudflare |
Software / Version | Category |
---|---|
CKEditor | Rich text editors |
Bootstrap 4.4.1 | UI frameworks |
toastr 2.1.3 | JavaScript frameworks |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 2.2.4 | JavaScript libraries |
jQuery UI 1.12.1 | JavaScript libraries |
Moment.js 2.24.0 | JavaScript libraries |
Parsley.js | JavaScript libraries |
PhotoSwipe | Photo galleries, JavaScript libraries |
Select2 | JavaScript libraries |
PWA | Miscellaneous |
Cloudflare | CDN |
Lodash 1.13.6 | JavaScript libraries |
HSTS | Security |
Cart Functionality | Ecommerce |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
6.1 | CVE-2022-31160 | 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`. | jquery_ui 1.12.1 | |
5 | CVE-2022-24785 | Moment.js is a JavaScript date library for parsing, validating, manipulating, and formatting dates. A path traversal vulnerability impacts npm (server) users of Moment.js between versions 1.0.1 and 2.29.1, especially if a user-provided locale string is directly used to switch moment locale. This problem is patched in 2.29.2, and the patch can be applied to all affected versions. As a workaround, sanitize the user-provided locale name before passing it to Moment.js. | moment 2.24.0 | |
5 | CVE-2022-31129 | moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input. | moment 2.24.0 | |
4.3 | CVE-2021-41182 | 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. | jquery_ui 1.12.1 | |
4.3 | CVE-2021-41183 | 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. | jquery_ui 1.12.1 | |
4.3 | CVE-2021-41184 | 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. | jquery_ui 1.12.1 | |
4.3 | CVE-2015-9251 | jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. | jquery 2.2.4 | |
4.3 | CVE-2019-11358 | jQuery before 3.4.0, as used in Drupal, Backdrop CMS, and other products, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized source object contained an enumerable __proto__ property, it could extend the native Object.prototype. | jquery 2.2.4 | |
4.3 | CVE-2020-11023 | In jQuery versions greater than or equal to 1.0.3 and before 3.5.0, passing HTML containing <option> elements from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. | jquery 2.2.4 | |
4.3 | CVE-2020-11022 | In jQuery versions greater than or equal to 1.2 and before 3.5.0, passing HTML from untrusted sources - even after sanitizing it - to one of jQuery's DOM manipulation methods (i.e. .html(), .append(), and others) may execute untrusted code. This problem is patched in jQuery 3.5.0. | jquery 2.2.4 |
Vulnerability description
We noticed known vulnerabilities in the target application based on the server responses. They are usually related to outdated systems and expose the affected applications to the risk of unauthorized access to confidential data and possibly denial of service attacks. Depending on the system distribution the affected software can be patched but displays the same version, requiring manual checking.
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-1026 |
OWASP Top 10 - 2017 | A9 - Using Components with Known Vulnerabilities |
OWASP Top 10 - 2021 | A6 - Vulnerable and Outdated Components |
Evidence
URL | Evidence |
---|---|
https://bgcco.com.au/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`script-src: script-src directive is missing. object-src: Missing object-src allows the injection of plugins which can execute JavaScript. We recommend setting it to 'none'. base-uri: Missing base-uri allows the injection of base tags. They can be used to set the base URL for all relative (script) URLs to an attacker controlled domain. We recommend setting it to 'none' or 'self'. default-src: The default-src directive should be set as a fall-back when other restrictions have not been specified. ` |
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
URL | Evidence |
---|---|
https://bgcco.com.au/ | Response headers do not include the Referrer-Policy HTTP security header as well as the <meta> tag with name 'referrer' is not present in the response. |
Vulnerability description
We noticed that the target application's server responses lack the <code>Referrer-Policy</code> HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://bgcco.com.au/themes | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the <code>X-Content-Type-Options</code> header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://bgcco.com.au/themes | 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.
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-693 |
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://bgcco.com.au/themes | 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
CKEditor | Rich text editors |
Bootstrap 4.4.1 | UI frameworks |
toastr 2.1.3 | JavaScript frameworks |
Google Font API | Font scripts |
HTTP/3 | Miscellaneous |
jQuery 2.2.4 | JavaScript libraries |
jQuery UI 1.12.1 | JavaScript libraries |
Moment.js 2.24.0 | JavaScript libraries |
Parsley.js | JavaScript libraries |
PhotoSwipe | Photo galleries, JavaScript libraries |
Select2 | JavaScript libraries |
PWA | Miscellaneous |
Cloudflare | CDN |
Lodash 1.13.6 | JavaScript libraries |
HSTS | Security |
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.
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.
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.
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
bgcco.com.au | SPF | Sender Policy Framework | "v=spf1 +mx +a +ip4:3.105.181.81 +include:_spf.google.com ~all" |
Vulnerability description
We found that the Sender Policy Framework (SPF) record for the domain is configured with ~all (soft fail), which indicates that emails from unauthorized IP addresses are not explicitly denied. Instead, the recipient mail server is instructed to treat these messages with suspicion but may still accept them. This configuration may not provide enough protection against email spoofing and unauthorized email delivery, leaving the domain more vulnerable to impersonation attempts.
Recommendation
We recommend changing the SPF record's ~all (soft fail) directive to -all (hard fail). The -all setting tells recipient mail servers to reject emails from any IP addresses not listed in the SPF record, providing stronger protection against email spoofing. Ensure that all legitimate IP addresses and services that send emails on behalf of your domain are properly included in the SPF record before implementing this change.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.bgcco.com.au | TXT | Text record | "v=DMARC1; p=none; sp=none" |
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.
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.bgcco.com.au | TXT | Text record | "v=DMARC1; p=none; sp=none" |
Vulnerability description
We found that the DMARC record for the domain is configured with sp=none, meaning that no policy is enforced for subdomains. This allows subdomains to send emails without being subject to DMARC checks, making it easier for attackers to spoof emails from these subdomains. Subdomains are often overlooked in email security, and attackers can exploit this misconfiguration to launch phishing or spoofing attacks from seemingly legitimate subdomains of a protected domain.
Recommendation
To mitigate the risk, we recommend that the subdomain policy should be updated to sp=reject to ensure that any email failing DMARC checks from subdomains is automatically rejected. This will help prevent unauthorized emails from being sent from subdomains, reducing the risk of spoofing and phishing. Additionally, it's important to regularly monitor DMARC reports to track email activity from subdomains and adjust policies as needed to maintain consistent security across the entire domain.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.bgcco.com.au | TXT | Text record | "v=DMARC1; p=none; sp=none" |
Vulnerability description
We found that the DMARC record for the domain is not configured with rua tag. When a DMARC record is not configured with the rua (Reporting URI for Aggregate Reports) tag, the domain owner misses out on critical feedback regarding the domain's email authentication performance. Aggregate reports are essential for monitoring how a domain's DMARC policy is applied across various mail servers and whether legitimate or malicious emails are being sent on behalf of the domain. Without this reporting, domain administrators have no visibility into how their DMARC policy is being enforced, which hinders their ability to detect potential spoofing or authentication issues.
Recommendation
We recommend configuring the rua tag in the DMARC record to receive aggregate reports from mail servers. This tag should point to a reliable email address or monitoring service capable of handling DMARC aggregate reports, such as rua=mailto:dmarc-reports@example.com. These reports provide valuable insights into how email from the domain is being treated by receiving mail servers, highlighting potential authentication issues and attempts to spoof the domain. Regularly reviewing these reports will help ensure the DMARC policy is properly enforced and that any email authentication failures are addressed in a timely manner.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.bgcco.com.au | TXT | Text record | "v=DMARC1; p=none; sp=none" |
Vulnerability description
We found that the DMARC record for the domain is not configured with ruf tag. A missing ruf (forensic reporting) tag in a DMARC record indicates that the domain owner has not enabled the collection of detailed failure reports. Forensic reports provide valuable insights into specific instances where emails fail DMARC authentication. Without the ruf tag, the domain administrator loses the ability to receive and analyze these reports, making it difficult to investigate individual email failures or identify targeted phishing or spoofing attacks that may be exploiting weaknesses in the email authentication setup.
Recommendation
We recommend configuring the ruf tag in the DMARC record. This tag specifies where forensic reports should be sent, providing the domain owner with detailed data on DMARC validation failures. Forensic reports allow administrators to analyze why certain emails failed authentication, making it easier to fine-tune DMARC policies or address potential vulnerabilities. Ensure that the ruf email address belongs to a secure and trusted location capable of handling sensitive email data.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3tINcG+S2HwsXxzf+RAz5KaUvPyyUrpEslpuCPq+1aYLd8xURlgS79T+PwAYGh4j+I9iSEt9Dm1jrBVGPU50mkDvqTPEl47HKHZ27jVWw2ufo9DXutpf2eqjeGGAM4qka9KGvn+V+tFhz5Bq9vKmxlkIeOVTR+MTPyeYjqC9s4E5qB65M3ZdOMlbwIvGJhqh" "nYmMM7F/vnZ+9wNYJTirortz9KXovW+KZFgqmznZiycFkUDcoMwnYiG0DLrRCGJgHaygGxAWvvKMJwzk1MJ2jy2aOCjFBbMSkwboKhFgrVbZDN5W+2ATFFSF6n1s7w2UxCFP8qcxGRNMIt6DAopIwIDAQAB;" |
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.
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
bgcco.com.au | A | IPv4 address | 104.21.112.1 |
bgcco.com.au | A | IPv4 address | 104.21.16.1 |
bgcco.com.au | A | IPv4 address | 104.21.96.1 |
bgcco.com.au | A | IPv4 address | 104.21.32.1 |
bgcco.com.au | A | IPv4 address | 104.21.48.1 |
bgcco.com.au | A | IPv4 address | 104.21.80.1 |
bgcco.com.au | A | IPv4 address | 104.21.64.1 |
bgcco.com.au | NS | Name server | davina.ns.cloudflare.com |
bgcco.com.au | NS | Name server | otto.ns.cloudflare.com |
bgcco.com.au | MX | Mail server | 1 aspmx.l.google.com |
bgcco.com.au | MX | Mail server | 10 alt3.aspmx.l.google.com |
bgcco.com.au | MX | Mail server | 10 alt4.aspmx.l.google.com |
bgcco.com.au | MX | Mail server | 5 alt1.aspmx.l.google.com |
bgcco.com.au | MX | Mail server | 5 alt2.aspmx.l.google.com |
bgcco.com.au | SOA | Start of Authority | davina.ns.cloudflare.com. dns.cloudflare.com. 2362244892 10000 2400 604800 1800 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:6001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:2001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:7001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:5001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:1001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:4001 |
bgcco.com.au | AAAA | IPv6 address | 2606:4700:3030::6815:3001 |
bgcco.com.au | TXT | Text record | "google-site-verification=TSz2Vf3fw4vOpK-HYcRgYJuXe_KnFf0wCfmZQanY1hY" |
bgcco.com.au | SPF | Sender Policy Framework | "v=spf1 +mx +a +ip4:3.105.181.81 +include:_spf.google.com ~all" |
_dmarc.bgcco.com.au | TXT | Text record | "v=DMARC1; p=none; sp=none" |
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.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3tINcG+S2HwsXxzf+RAz5KaUvPyyUrpEslpuCPq+1aYLd8xURlgS79T+PwAYGh4j+I9iSEt9Dm1jrBVGPU50mkDvqTPEl47HKHZ27jVWw2ufo9DXutpf2eqjeGGAM4qka9KGvn+V+tFhz5Bq9vKmxlkIeOVTR+MTPyeYjqC9s4E5qB65M3ZdOMlbwIvGJhqh" "nYmMM7F/vnZ+9wNYJTirortz9KXovW+KZFgqmznZiycFkUDcoMwnYiG0DLrRCGJgHaygGxAWvvKMJwzk1MJ2jy2aOCjFBbMSkwboKhFgrVbZDN5W+2ATFFSF6n1s7w2UxCFP8qcxGRNMIt6DAopIwIDAQAB;" |
Evidence
Software / Version | Category |
---|---|
Cloudflare | CDN |
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.