Vulnerability Scan Result

| Title: | Contact Us | Thomas Kennedy Group |
| Description: | Contact the Thomas Kennedy Group for all of your real estate needs. Get in touch with our team today for expert guidance and solutions. |
| ip_address | 190.92.157.250 |
| country | US |
| network_name | A2 Hosting, Inc. |
| asn | AS55293 |
21/tcp | ftp | Pure-FTPd - |
25/tcp | smtp | - - |
53/tcp | domain | PowerDNS Authoritative Server 4.9.14 |
80/tcp | http | LiteSpeed - |
110/tcp | pop3 | Dovecot pop3d - |
111/tcp | rpcbind | - 2-4 |
143/tcp | imap | Dovecot imapd - |
443/tcp | https | LiteSpeed - |
465/tcp | smtp | Exim smtpd 4.99.4 |
587/tcp | smtp | Exim smtpd 4.99.4 |
993/tcp | imap | Dovecot imapd - |
995/tcp | pop3 | Dovecot pop3d - |
2078/tcp | https | cPanel httpd - |
2080/tcp | https | cPanel httpd - |
2082/tcp | infowave | - - |
2083/tcp | radsec | - - |
2086/tcp | gnunet | - - |
2087/tcp | eli | - - |
3306/tcp | mysql | MariaDB - |
| Software / Version | Category |
|---|---|
| Elementor 4.1.3 | Page builders, WordPress plugins |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| Bootstrap | UI frameworks |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| GSAP | JavaScript frameworks |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Slick | JavaScript libraries |
| LiteSpeed | Web servers |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| RankMath SEO | WordPress plugins, SEO |
| Redux Framework 4.5.11 | WordPress plugins |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress 7.0 | CMS, Blogs |
| Chart.js | JavaScript graphics |
| HSTS | Security |
| RSS | Miscellaneous |
| Slider Revolution 6.6.19 | Widgets, Photo galleries |
| Trustindex | Reviews |
Web Application Vulnerabilities
Evidence
| URL | Evidence |
|---|---|
| https://thomaskennedygroup.com/contact-us/ | 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
| URL | Evidence |
|---|---|
| https://thomaskennedygroup.com/contact-us/ | 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
| Software / Version | Category |
|---|---|
| Elementor 4.1.3 | Page builders, WordPress plugins |
| Font Awesome | Font scripts |
| Google Font API | Font scripts |
| Bootstrap | UI frameworks |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| GSAP | JavaScript frameworks |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Slick | JavaScript libraries |
| LiteSpeed | Web servers |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| RankMath SEO | WordPress plugins, SEO |
| Redux Framework 4.5.11 | WordPress plugins |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| WordPress 7.0 | CMS, Blogs |
| Chart.js | JavaScript graphics |
| HSTS | Security |
| RSS | Miscellaneous |
| Slider Revolution 6.6.19 | Widgets, Photo galleries |
| Trustindex | Reviews |
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
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://thomaskennedygroup.com/contact-us/ | 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: tom@thomaskennedygroup.com 20tom@thomaskennedygroup.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
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2026-42001 | 7.5 | 0.00365 | 0.282 | No | Insufficient Validation of Autoprimary SOA Queries |
| CVE-2026-42000 | 6.8 | 0.00324 | 0.24002 | No | Insufficient Validation of Names During AXFR |
| CVE-2026-42002 | 5.9 | 0.00354 | 0.27118 | No | Concurrency and locking defects in GSS-TSIG |
| CVE-2026-42396 | 4.9 | 0.00474 | 0.37171 | No | Insufficient Validation of Member Zone Data May Cause Catalog Zone Transfer to Fail |
Vulnerability description
Vulnerabilities found for Powerdns Authoritative Server 4.9.14
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
We managed to detect a publicly accessible MySQL service. PORT STATE SERVICE VERSION 3306/tcp open mysql MariaDB
Vulnerability description
We identified that the MySQL service is publicly accessible. MySQL serves as a common database for numerous web applications and services for data storage, making it a potential prime target for determined attackers.
Risk description
The risk exists that an attacker exploits this issue by launching a password-based attack on the MySQL service. Furthermore, they could exploit zero-day vulnerabilities to obtain remote access to the MySQL database server, thereby gaining complete control over its operating system and associated services. Such an attack could lead to the exposure of confidential or sensitive information.
Recommendation
We recommend turning off public Internet access to MySQL and opting for a Virtual Private Network (VPN) that enforces two-factor authentication (2FA). Avoid enabling direct user authentication to the MySQL service via the Internet, as this could enable attackers to engage in password-guessing and potentially initiate attacks leading to complete control. However, if the MySQL service is required to be directly accessible over the Internet, we recommend reconfiguring it to be accessible only from known IP addresses.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| thomaskennedygroup.com | SPF | Sender Policy Framework | "v=spf1 +a +mx +ip4:190.92.157.250 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.
Risk description
The ~all directive in an SPF record allows unauthorized emails to pass through some email servers, even though they fail SPF verification. While such emails may be marked as suspicious or placed into a spam folder, not all mail servers handle soft fail conditions consistently. This creates a risk that malicious actors can spoof the domain to send phishing emails or other fraudulent communications, potentially causing damage to the organization's reputation and leading to successful social engineering attacks.
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZtVnAxLofK97uOJ6Ryje/JD/wBMD8ZXM8pRobVzC5W3Yq6EQ6P5H68p8YebLXtIs382MvX1IXtZtotdBzC/DWGERShRKvaOOJXd05ErLDPPjc2mBV7JNHdr8gDo3XvJ74M5tY2QPQ4yu+cbqqzrPJOkw+vI33keA7An6zsNHDs+cTrRsb8EKN3DkV4KGHFkn" "uUegK8ZHBgOrkEj15BZtgxFYrZF3EIF9npCbEJ1PJYvXHCPcJfQTAtUoaVN/EZXxfMskGk88Tt2SX6ts50AlxjZr8wvB0TO1iR74c8DAeiCoyKTMgYqycpYAExy7FQkuehZcoB56NC8DZiDmghjJQIDAQAB;" |
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.thomaskennedygroup.com | TXT | Text record | "v=DMARC1;p=reject;sp=none;adkim=r;aspf=r;pct=100;fo=1;rf=afrf;ri=86400;rua=mailto:tom@thomaskennedygroup.com;ruf=mailto:tom@thomaskennedygroup.com" |
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.
Risk description
When the DMARC record is configured with sp=none, subdomains are not subject to DMARC enforcement, allowing attackers to spoof emails from subdomains without being blocked. This creates a significant risk of phishing and impersonation attacks, where malicious emails appear to originate from trusted subdomains. These spoofed emails can be used to deceive users or damage the organization's reputation, undermining the security benefits of DMARC for the primary 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
We managed to detect a publicly accessible Post Office Protocol (POP3) service. Starting Nmap ( https://nmap.org ) at 2026-06-18 09:43 EEST Nmap scan report for thomaskennedygroup.com (190.92.157.250) Host is up (0.10s latency). rDNS record for 190.92.157.250: server.p8dmc.com
PORT STATE SERVICE VERSION 995/tcp open ssl/pop3 Dovecot pop3d |_pop3-capabilities: AUTH-RESP-CODE SASL(PLAIN LOGIN) USER RESP-CODES TOP UIDL CAPA PIPELINING
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 7.52 seconds
Vulnerability description
We found that the Post Office Protocol (POP3) service is publicly accessible and doesn’t include STARTTLS capability. Email clients use the Post Office Protocol (POP) to download emails for user accounts. Some POP servers are initially set up to operate over an unsecured protocol. When email clients download email content through this plaintext protocol, it can pose a substantial risk to the organization's network, especially depending on which user account is set to receive the emails.
Risk description
Exposing this service online can enable attackers to conduct man-in-the-middle attacks, thereby gaining access to sensitive user credentials and the contents of emails. Given that POP3 operates via a plaintext protocol, the entirety of the data exchanged between the client and server is left unencrypted. This critical information could then be leveraged in further attacks on the organization's network.
Recommendation
We recommend turning off POP3 access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the POP3 service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, activating STARTTLS capability (switching the connection to a secure communication) or utilizing Secure POP3 (POP3S) is recommended, as this protocol employs encryption.
Evidence
We managed to detect a publicly accessible File Transfer Protocol (FTP) service. PORT STATE SERVICE VERSION 21/tcp open ftp Pure-FTPd
Vulnerability description
We found that the File Transfer Protocol (FTP) service is publicly accessible. The FTP enables client systems to connect to upload and download files. Nonetheless, FTP lacks encryption for the data exchanged between the server and the client, leaving all transferred data exposed in plaintext.
Risk description
Exposing this service online can enable attackers to execute man-in-the-middle attacks, capturing sensitive user credentials and the contents of files because FTP operates without encryption. The entirety of the communication between the client and the server remains unsecured in plaintext. This acquired information could further facilitate additional attacks within the network.
Recommendation
We recommend turning off FTP access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the FTP service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, utilizing SFTP (Secure File Transfer Protocol) is recommended as this protocol employs encryption to secure data transfers.
Evidence
We found insecure DNS cookie usage on the following nameservers: ns19092157250.a2dns.com, ns19092157251.a2dns.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 |
|---|---|---|---|
| thomaskennedygroup.com | A | IPv4 address | 190.92.157.250 |
| thomaskennedygroup.com | NS | Name server | ns19092157250.a2dns.com |
| thomaskennedygroup.com | NS | Name server | ns19092157251.a2dns.com |
| thomaskennedygroup.com | MX | Mail server | 1 SMTP.GOOGLE.com |
| thomaskennedygroup.com | SOA | Start of Authority | ns19092157250.a2dns.com. root.server.p8dmc.com. 2026061701 3600 1800 1209600 86400 |
| thomaskennedygroup.com | TXT | Text record | "google-site-verification=aRpBb6FtIPB-BMVnAahJkatGtv4m3reqZmFTPGXXp5k" |
| thomaskennedygroup.com | SPF | Sender Policy Framework | "v=spf1 +a +mx +ip4:190.92.157.250 include:_spf.google.com ~all" |
| _dmarc.thomaskennedygroup.com | TXT | Text record | "v=DMARC1;p=reject;sp=none;adkim=r;aspf=r;pct=100;fo=1;rf=afrf;ri=86400;rua=mailto:tom@thomaskennedygroup.com;ruf=mailto:tom@thomaskennedygroup.com" |
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| default | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvZtVnAxLofK97uOJ6Ryje/JD/wBMD8ZXM8pRobVzC5W3Yq6EQ6P5H68p8YebLXtIs382MvX1IXtZtotdBzC/DWGERShRKvaOOJXd05ErLDPPjc2mBV7JNHdr8gDo3XvJ74M5tY2QPQ4yu+cbqqzrPJOkw+vI33keA7An6zsNHDs+cTrRsb8EKN3DkV4KGHFkn" "uUegK8ZHBgOrkEj15BZtgxFYrZF3EIF9npCbEJ1PJYvXHCPcJfQTAtUoaVN/EZXxfMskGk88Tt2SX6ts50AlxjZr8wvB0TO1iR74c8DAeiCoyKTMgYqycpYAExy7FQkuehZcoB56NC8DZiDmghjJQIDAQAB;" |
| rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApILWZVhZLhfwZpczTmJ8/gtj3OhF7Rt3TlvBZib0XJ54+9B3oBGuW2steNgfG6RiYh+njAIZ4njTQ/5rk4Pd57K+iuUFyeNhjz0vlOLnGF2cc3RqzkciTUAqPkwFsTr71QFZWuPWzzU+ma/T15oTJgAttCV/DQPLkKv7+3EWlSSfBTaZLN98r+jHgX2dwr4uw" "y8rii1BKuLKV1kddWN1XgeDS0y/TDZ33fBLGf1zEJeMCy4jCLd2Ym3YvV0weCLRKWmQ/lyU2XdkhOuFCEO3Sq0VZNxIEU7QIvCxOQmASazvbSoo6I1meCg+pNsL/sWCaCPzVPURtBIbOxOEn8OndwIDAQAB" |
Evidence
| Software / Version | Category |
|---|---|
| Basic | 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.
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 |
|---|---|
| Linux 3.10 - 4.11 | 95% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| Basic | 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.
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.
