Vulnerability Scan Result

| Title: | American BioIdentity | A premier firm offering FBI fingerprinting services, lifetime fingerprint archiving, legal names changes, notary services, passport photos, and more. |
| Description: | No description found |
| ip_address | 151.101.130.159 |
| country | US |
| network_name | Fastly, Inc. |
| asn | AS54113 |
80/tcp | http | Varnish - |
443/tcp | https | Varnish - |
| Software / Version | Category |
|---|---|
| Clipboard.js | JavaScript libraries |
| FitVids.JS 4.27.4 | Widgets, Video players |
| Google Font API | Font scripts |
| Flywheel 5.1.0 | PaaS, Hosting |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| WordPress 7.0 | CMS, Blogs |
| Divi 4.27.4 | Page builders, WordPress themes, WordPress plugins |
| Lodash 1.13.8 | JavaScript libraries |
| RSS | Miscellaneous |
Web Application Vulnerabilities
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://americanbioidentity.com/wp-content/themes/Divi/ | 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 | Response has an internal server error status code: 500 |
Vulnerability description
We noticed that the target application's website does not properly handle or incorrectly manages exceptional conditions like Internal Server Errors. These errors can reveal sensitive information through their error messages. For instance, an error message could inadvertently disclose system paths or private application details.
Risk description
The risk exists that attackers could utilize information revealed in Internal Server Error messages to mount more targeted and effective attacks. Detailed error messages could, for example, expose a path traversal weakness (CWE-22) or other exploitable system vulnerabilities.
Recommendation
Ensure that error messages only contain minimal details that are useful to the intended audience, and nobody else. The messages need to strike the balance between being too cryptic and not being cryptic enough. They should not necessarily reveal the methods that were used to determine the error. Such detailed information can be used to refine the original attack to increase the chances of success. If errors must be tracked in some detail, capture them in log messages - but consider what could occur if the log messages can be viewed by attackers. Avoid recording highly sensitive information such as passwords in any form. Avoid inconsistent messaging that might accidentally tip off an attacker about internal state, such as whether a username is valid or not.
Classification
| CWE | CWE-209 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://americanbioidentity.com/ | 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
| URL | Evidence |
|---|---|
| https://americanbioidentity.com/ | 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 |
|---|---|
| Clipboard.js | JavaScript libraries |
| FitVids.JS 4.27.4 | Widgets, Video players |
| Google Font API | Font scripts |
| Flywheel 5.1.0 | PaaS, Hosting |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| WordPress 7.0 | CMS, Blogs |
| Divi 4.27.4 | Page builders, WordPress themes, WordPress plugins |
| Lodash 1.13.8 | JavaScript libraries |
| RSS | 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.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://americanbioidentity.com/ | 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
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://americanbioidentity.com/ | 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@coloradofingerprinting.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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.americanbioidentity.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dmarc-reports@americanbioidentity.com; pct=100; adkim=r; aspf=r" |
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 |
|---|---|---|---|
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
Vulnerability description
We found that the target has more than one configured DNS SPF (Sender Policy Framework) record. SPF is designed to prevent email spoofing by specifying which mail servers are allowed to send email on behalf of a domain. According to RFC 7208, a domain must have only one SPF record. Multiple SPF records can cause validation issues, leading to failed email authentication checks. This could impact email deliverability, and legitimate emails may be rejected or marked as spam.
Risk description
Having multiple SPF records poses a significant risk to email security and deliverability. When a receiving email server encounters more than one SPF record, it might fail to properly validate the SPF configuration, leading to the rejection of legitimate emails or their classification as spam. This can negatively affect business operations by disrupting email communication with customers, partners, or internal stakeholders. Furthermore, failure to comply with SPF best practices can make the domain more vulnerable to email spoofing attacks, which could damage the organization's reputation and lead to phishing attempts using the domain name.
Recommendation
We recommend removing any redundant or conflicting SPF records and ensuring that only one SPF record is present. The multiple records should be merged into a single SPF entry that includes all necessary authorized mail servers. For example, if two SPF records exist, they can be combined into one as follows:\nv=spf1 include:spf1.example.com include:spf2.example.com -all\nAfterward, verify that the single SPF record covers all the intended mail servers. Test the SPF configuration using email testing tools to confirm that it works correctly and that email deliverability is not negatively impacted.
Evidence
We found insecure DNS cookie usage on the following nameservers: ns-1480.awsdns-57.org, ns-1582.awsdns-05.co.uk, ns-234.awsdns-29.com, ns-883.awsdns-46.net
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 |
|---|---|---|---|
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.americanbioidentity.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dmarc-reports@americanbioidentity.com; pct=100; adkim=r; aspf=r" |
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
We found insecure EDNS configuration on the following nameservers: ns-1582.awsdns-05.co.uk, ns-883.awsdns-46.net ns-1582.awsdns-05.co.uk:
ns-883.awsdns-46.net:
Vulnerability description
We found that the server does not properly implement EDNS (Extension Mechanisms for DNS). EDNS allows larger DNS packets and supports modern features such as DNSSEC.
Risk description
The risk exists because improper or missing EDNS support can lead to truncated responses, degraded DNS performance, and compatibility issues with DNSSEC. This exposes users to risks such as incomplete DNS resolution and failed DNSSEC validation.
Recommendation
We recommend ensuring the proper implementation of EDNS on the DNS server. Update the DNS server software to support EDNS fully, including modern features like DNSSEC. Regularly test DNS configurations to ensure compliance and performance.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.americanbioidentity.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dmarc-reports@americanbioidentity.com; pct=100; adkim=r; aspf=r" |
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.
Risk description
Without forensic reports (ruf), domain owners have limited visibility into the specifics of failed DMARC validation. This means potential malicious activity, such as email spoofing or phishing attempts, might go unnoticed until they result in more significant security breaches or reputational damage. Forensic reports allow for quick response to email abuses by providing detailed information about the failure, including the header information of the emails involved. The absence of this data hampers an organization's ability to identify and mitigate threats targeting its domain, increasing the risk of ongoing spoofing and fraud.
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 |
|---|---|---|---|
| rsa | 1140 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgIYyE5nGfxAdgy/n9BXiig2bWAI0DEWQx/MGlMRHm1gKAWEWT3pOz1ebf1TbHI5/F5wMjxfdPARpKwaBfEfGfAHffV3mWIpQ5S5+tqjVePaJToO6NaIbM7PEdHtKHIW1pj0y4apTpBnEJI8BKk" "tTZFALUZhVn632fCVxM7ABsg8Lmv+458p94pKVjJR/lKW3ZsDQCuiZqFUHOFVrH5sqQ2Fq2JsBY72doC6igwrl/lltM8jYGJshT8PmDFAbQSQPRkCWRUhlXIXNuqGIjxRz/zyodj0pRUwzEcY0pbuuZti785twkOTDZE7MgNsRlwllupG1mLh94TM4OxN88cYhgQIDAQAB" | |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0yPoI3VhUYr5Vijnn8WjQSRz6rl40Ov8w2byGP6rmAhGcU0UVKtZq6gDDkoqZLhfsYen8B26HWekXvW0BKIptps+OuSYFi0Eu+1RIp0JkIt0Kaa3hfCOMtQ4Dg0c3Qo2nKftY8jMBMQU9O5+LwCQX5SX1dGmq6km6iA3F0Ng9UjvvKn+r2KsVRPXkFzo2SYnK74D/" "qFBNgAfHACIxCdF8RLn1mj/ljoGp+YHVZoYKgePS7vKPRaL9OydS3Ifb3K/jPUnVRIZDp+rKJ98K62vc4ekXYeN7weIs/1Kc7OtmB6AudKAfX9odwvWIFW2gKpsVWr7CJlHsrLkqDFtA3JYVwIDAQAB" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5YbQsI2Clwq6gSh9RfrInLao3s5aDPiChDWX1DJhLB6KB/5CEpApmTKa+FHO2f92owpTA6Uh/oZTOGNIvCoKE/st2uz1y2uA8wfft97pq503wziCAt3D3sWSRJKmf2/Cb31Pf3e0WaOoIMZ3ZVDE8+SPbq/uhsFEePL1pYKbEFAYoMFZjJdAE2xyYeUeKfs3ejvxk" "xqllL49GjLA++DZXvtFHevqArEf/VTklwRNlZZo0GwP0MzG9uNBxeqBF7Cxcd7RJCivJZJDbFEQYK3XbFswB6auWucKXadU3VNzq8Osg5gBJAbdnbxHXbVVUq0xuEIwWstyzq0kit4akCq5NwIDAQAB" |
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| americanbioidentity.com | A | IPv4 address | 151.101.130.159 |
| americanbioidentity.com | NS | Name server | ns-1480.awsdns-57.org |
| americanbioidentity.com | NS | Name server | ns-1582.awsdns-05.co.uk |
| americanbioidentity.com | NS | Name server | ns-234.awsdns-29.com |
| americanbioidentity.com | NS | Name server | ns-883.awsdns-46.net |
| americanbioidentity.com | MX | Mail server | 1 aspmx.l.google.com |
| americanbioidentity.com | MX | Mail server | 10 alt3.aspmx.l.google.com |
| americanbioidentity.com | MX | Mail server | 10 alt4.aspmx.l.google.com |
| americanbioidentity.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
| americanbioidentity.com | MX | Mail server | 5 alt2.aspmx.l.google.com |
| americanbioidentity.com | SOA | Start of Authority | ns-1582.awsdns-05.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
| americanbioidentity.com | TXT | Text record | "google-site-verification=5GIarr7ao0HkcFLMFyz-vdJyx2k5_qD1ONwrBOY3RFI" |
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
| americanbioidentity.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
| _dmarc.americanbioidentity.com | TXT | Text record | "v=DMARC1; p=none; rua=mailto:dmarc-reports@americanbioidentity.com; pct=100; adkim=r; aspf=r" |
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
| Operating System | Accuracy |
|---|---|
| Crestron XPanel control system | 90% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| Flywheel | PaaS, Hosting |
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.
