Vulnerability Scan Result

| Title: | Automated Warehouse Robots | Warehouse Robotics Solutions |
| Description: | Boost efficiency with Locus Robotics. Our AI-driven warehouse robotics solutions transform fulfillment, making automated warehouses smarter and faster. |
| ip_address | 141.193.213.20 |
| country | US |
| network_name | Cloudflare, Inc. |
| asn | AS209242 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | Cloudflare http proxy - |
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 | Cloudflare http proxy - |
| Software / Version | Category |
|---|---|
| Lenis 1.0.29 | JavaScript libraries |
| 6sense | Marketing automation, Personalisation |
| Linkedin Insight Tag | Analytics |
| cdnjs | CDN |
| Clipboard.js | JavaScript libraries |
| SoundCloud | Widgets |
| Magnific Popup | JavaScript libraries |
| Dreamdata | Marketing automation, Analytics |
| Elementor 4.0.3 | Page builders, WordPress plugins |
| Hello Elementor 3.1.1 | WordPress themes |
| Facebook Pixel | Analytics |
| Google Font API | Font scripts |
| Bootstrap 1.3.0 | UI frameworks |
| Elementor Header & Footer Builder | WordPress plugins |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| Google Analytics | Analytics |
| GSAP 3.12.2 | JavaScript frameworks |
| Google Tag Manager for WordPress 1.22.3 | WordPress plugins |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Slick 1.8.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Select2 | JavaScript libraries |
| DoubleClick Floodlight | Advertising |
| Google Call Conversion Tracking | Analytics |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| Wistia | Video players |
| WordPress | CMS, Blogs |
| WP Engine | PaaS, Hosting |
| ClickCease | Security |
| Cloudflare | CDN |
| Cloudflare Bot Management | Security |
| Demandbase | Analytics, Personalisation |
| Download Monitor 5.1.13 | WordPress plugins |
| Google Tag Manager | Tag managers |
| jsDelivr | CDN |
| Lead Forensics | Analytics |
| LiveIntent | Email, Advertising |
| Lodash 1.13.7 | JavaScript libraries |
| Marketo | Marketing automation |
| OneTrust | Cookie compliance |
| HSTS | Security |
| RSS | Miscellaneous |
| Zoominfo | Analytics |
| Yoast SEO 27.5 | SEO, WordPress plugins |
Web Application Vulnerabilities
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://locusrobotics.com/ | JC_from, JC_fv | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: JC_from=https%3A%2F%2Fwww.google.com%2F Set-Cookie: JC_fv=5%2F13%2F2026%204%3A36%3A17%20AM |
Vulnerability description
We found that a cookie has been set without the HttpOnly flag, which means it can be accessed by potentially malicious JavaScript code running inside the web page. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk is that an attacker who injects malicious JavaScript code on the page (e.g. by using an XSS attack) can access the cookie and can send it to another site. In case of a session cookie, this could lead to session hijacking.
Recommendation
Ensure that the HttpOnly flag is set for all cookies.
Classification
| CWE | CWE-1004 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
|---|---|---|---|---|
| CVE-2019-8331 | 6.1 | 0.01668 | 0.82251 | In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible in the tooltip or popover data-template attribute. |
| CVE-2018-20677 | 6.1 | 0.09999 | 0.93117 | In Bootstrap before 3.4.0, XSS is possible in the affix configuration target property. |
| CVE-2018-20676 | 6.1 | 0.05658 | 0.90442 | In Bootstrap before 3.4.0, XSS is possible in the tooltip data-viewport attribute. |
| CVE-2018-14042 | 6.1 | 0.02281 | 0.8481 | In Bootstrap before 4.1.2, XSS is possible in the data-container property of tooltip. |
| CVE-2018-14040 | 6.1 | 0.01874 | 0.8328 | In Bootstrap before 4.1.2, XSS is possible in the collapse data-parent attribute. |
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 | Cookie Name | Evidence |
|---|---|---|
| https://locusrobotics.com/ | JC_from | Set-Cookie: .locusrobotics.com |
Vulnerability description
We found that the target application sets cookies with a domain scope that is too broad. Specifically, cookies intended for use within a particular application are configured in such a way that they can be accessed by multiple subdomains of the same primary domain.
Risk description
The risk is that a cookie set for example.com may be sent along with the requests sent to dev.example.com, calendar.example.com, hostedsite.example.com. Potentially risky websites under your main domain may access those cookies and use the victim session from the main site.
Recommendation
The `Domain` attribute should be set to the origin host to limit the scope to that particular server. For example if the application resides on server app.mysite.com, then it should be set to `Domain=app.mysite.com`
Classification
| CWE | CWE-614 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Cookie Name | Evidence |
|---|---|---|
| https://locusrobotics.com/ | JC_from, JC_fv | Set-Cookie: JC_from=https%3A%2F%2Fwww.google.com%2F Set-Cookie: JC_fv=5%2F13%2F2026%204%3A36%3A17%20AM |
Vulnerability description
We found that a cookie has been set without the Secure flag, which means the browser will send it over an unencrypted channel (plain HTTP) if such a request is made. The root cause for this usually revolves around misconfigurations in the code or server settings.
Risk description
The risk exists that an attacker will intercept the clear-text communication between the browser and the server and he will steal the cookie of the user. If this is a session cookie, the attacker could gain unauthorized access to the victim's web session.
Recommendation
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
Classification
| CWE | CWE-614 |
| 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 | Evidence |
|---|---|
| https://locusrobotics.com/ | 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 X-Content-Type-Options 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.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
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 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| Lenis 1.0.29 | JavaScript libraries |
| 6sense | Marketing automation, Personalisation |
| Linkedin Insight Tag | Analytics |
| cdnjs | CDN |
| Clipboard.js | JavaScript libraries |
| SoundCloud | Widgets |
| Magnific Popup | JavaScript libraries |
| Dreamdata | Marketing automation, Analytics |
| Elementor 4.0.3 | Page builders, WordPress plugins |
| Hello Elementor 3.1.1 | WordPress themes |
| Facebook Pixel | Analytics |
| Google Font API | Font scripts |
| Bootstrap 1.3.0 | UI frameworks |
| Elementor Header & Footer Builder | WordPress plugins |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| core-js 3.46.0 | JavaScript libraries |
| Google Analytics | Analytics |
| GSAP 3.12.2 | JavaScript frameworks |
| Google Tag Manager for WordPress 1.22.3 | WordPress plugins |
| HTTP/3 | Miscellaneous |
| jQuery 3.7.1 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| Slick 1.8.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Select2 | JavaScript libraries |
| DoubleClick Floodlight | Advertising |
| Google Call Conversion Tracking | Analytics |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| Wistia | Video players |
| WordPress | CMS, Blogs |
| WP Engine | PaaS, Hosting |
| ClickCease | Security |
| Cloudflare | CDN |
| Cloudflare Bot Management | Security |
| Demandbase | Analytics, Personalisation |
| Download Monitor 5.1.13 | WordPress plugins |
| Google Tag Manager | Tag managers |
| jsDelivr | CDN |
| Lead Forensics | Analytics |
| LiveIntent | Email, Advertising |
| Lodash 1.13.7 | JavaScript libraries |
| Marketo | Marketing automation |
| OneTrust | Cookie compliance |
| HSTS | Security |
| RSS | Miscellaneous |
| Zoominfo | Analytics |
| Yoast SEO 27.5 | SEO, 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.
Classification
| CWE | CWE-200 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://locusrobotics.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
| URL | Evidence |
|---|---|
| https://locusrobotics.com/ | 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
| URL | Method | Parameters | Evidence |
|---|---|---|---|
| https://locusrobotics.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 |
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 |
|---|---|---|---|
| _dmarc.locusrobotics.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc-reports@locusrobotics.com; ruf=mailto:dmarc-reports@locusrobotics.com" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.locusrobotics.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc-reports@locusrobotics.com; ruf=mailto:dmarc-reports@locusrobotics.com" |
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 DNS cookie usage on the following nameservers: ns11.domaincontrol.com, ns12.domaincontrol.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
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| locusrobotics.com | A | IPv4 address | 141.193.213.20 |
| locusrobotics.com | NS | Name server | ns11.domaincontrol.com |
| locusrobotics.com | NS | Name server | ns12.domaincontrol.com |
| locusrobotics.com | MX | Mail server | 10 s1190127922.m.en25.com |
| locusrobotics.com | MX | Mail server | 0 locusrobotics-com.mail.protection.outlook.com |
| locusrobotics.com | SOA | Start of Authority | ns11.domaincontrol.com. dns.jomax.net. 2026051202 86400 7200 3600000 86400 |
| locusrobotics.com | TXT | Text record | "atlassian-domain-verification=j1csVDaRpZeUDX/nhx3b5u7lBTy/UV2H/9H4foUoxggf9Ze/rEyU2HYF1wZGyPWt" |
| locusrobotics.com | TXT | Text record | "sophos-domain-verification=31ee220bf4290da8255c2bf128712be89b650235ae8246098e79f3c1d9e62fe7" |
| locusrobotics.com | TXT | Text record | "atlassian-sending-domain-verification=71ffb341-229b-4fc9-9111-9288c71c24ec" |
| locusrobotics.com | TXT | Text record | "figma-domain-verification=2360822562b3a0239c45ff20763f8fe22a4d6b7f5147cf21a42eb9b28bdec59c-1738092303" |
| locusrobotics.com | TXT | Text record | "anthropic-domain-verification-59wf43=3IHBIhmhRZF5TJ6zLQvxh39qJ" |
| locusrobotics.com | TXT | Text record | "apple-domain-verification=2MKcpK79BQA3rXQM" |
| locusrobotics.com | TXT | Text record | "autodesk-domain-verification=ulWhuhxMIZYggtkvJ6rB" |
| locusrobotics.com | TXT | Text record | "mongodb-site-verification=0NAjvNCsq0LP9JSFgvJCzbFGQKk8KO4Y" |
| locusrobotics.com | TXT | Text record | "dell-technologies-domain-verification=locusrobotics.com_80bb1c1a-e17b-41b9-ace3-4ef277fd1322_1781197070" |
| locusrobotics.com | TXT | Text record | "google-site-verification=HB6jcr7kA0ccauzJZ4o-uojgb5cpxuORzYI5Zr4iRMU" |
| locusrobotics.com | TXT | Text record | "google-site-verification=wmnYtQRErGYZPSjOARzJ1_eDiBSF9DJHMMgPyBYFPHU" |
| locusrobotics.com | TXT | Text record | "adobe-idp-site-verification=9eb3fe862d4acd9a5c6b3fffa4b3bf00a56274b486d892175c5ffa0dcd0ce1d7" |
| locusrobotics.com | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:_spf.google.com include:_spf.salesforce.com include:mktomail.com include:spf.mandrillapp.com ip4:152.193.78.90 ip4:50.170.153.202 -all" |
| _dmarc.locusrobotics.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:dmarc-reports@locusrobotics.com; ruf=mailto:dmarc-reports@locusrobotics.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 |
|---|---|---|---|
| k1 | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbNrX2cY/GUKIFx2G/1I00ftdAj713WP9AQ1xir85i89sA2guU0ta4UX1Xzm06XIU6iBP41VwmPwBGRNofhBVR+e6WHUoNyIR4Bn84LVcfZE20rmDeXQblIupNWBqLXM1Q+VieI/eZu/7k9/vOkLSaQQdml4Cv8lb3PcnluMVIhQIDAQAB;" |
| m1 | rsa | 1296 | "v=DKIM1;k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCAQHZ/rqhg50m7QYxu/2yBCj5ZraIHUtYSZJdCUbPZmU73RIs2D524qVtuYVu9/C4ilx25UYPaSWJ9df9/rgmJdv2I2MP31zuXzw5rZUUKxOIA+sINy6XwXmFjngPMpt0AHgx3ome4v5fgpMLhV+LaIxBvUdWvDnqBNb6JgDXi6wIDAQAB" |
| mandrill | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrLHiExVd55zd/IQ/J/mRwSRMAocV/hMB3jXwaHH36d9NaVynQFYV8NaWi69c1veUtRzGt7yAioXqLj7Z4TeEUoOLgrKsn8YnckGs9i3B3tVFB+Ch/4mPhXWiNfNdynHWBcPcbJ8kjEQ2U8y78dHZj1YeRXXVvWob2OaKynO8/lQIDAQAB;" |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA39bn19AA1qZmfMv7F1fnNrgysFA68ajjY+rxUVO9D8LVOhI1BMsoVvcxnA/V/ZH0VTUNdAsJKJuin7lTFUd2avoKkYtIHyu5gUGUYfWUyXq+GuefCU+WpJ4Sf77l3FQitN7fckYsz+dqcyYHpoNy6CgMkzb5GcMPqEumbrqOgDY/bGIouQ42ycFIGiPv4KIgJmEsK" "FDnaedwtHHX8qkTur/XB3WK00LLROsiLy82lguVw5Fyj5nPgAprMCSHscZTAENrbqyFK86H5TY8vFi07EiuIJPdWrAGlSb3itS0dBk+cQYdN8MEo8JsUPYltjKDI24fMZLXltUwSXV0geJiVQIDAQAB" |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwOW8mf52nzS3j9qkVySka1jnn5hfky2iNoq1P4vUh4AP9fprPd50hdafOYIEQntxejvX2T1gSjKUTG2PtEqkThqVCiPPpoKna0YrrS1xM5BClCWxAzw1MalosomU9RyB5x/AjkvV1BeDrFVXTP4Q3ayqyC9NgAmk8/ILs69O5HoIGs/8DRIXy3ZXrlFdXSv55NwzK" "0XmVstT8JLxwsl2sCQRk/wAHImyYnq8J5W/A6oqbKNexy31vqHcy8ibCw4CNSXegSpZf/UfI0nEStH5yCRg0+Cr3VtGGhTtLjp1xQoQLWtHnQR2goEgHqJq+tE3HCLvW2R40U9sgTCbxaOaZQIDAQAB" |
| selector2 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwD/7PpIGzVn3lDtn4yhGDb+nNebhj9BLMY4t3P3aw7NMI8Ydwo5WEq6MaA3l1f6szxYZ6NOD3yNwJimeBB8I/miyFe8iPC3Rh/I0zZwflNEzaEKEWxI38nVQFt4hhbhKlrBIIYdCUa2f8YGuR8rSAgzWzE7qk9zjApm8QGGaCeQIDAQAB;" |
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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 |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| locusrobotics.com | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:_spf.google.com include:_spf.salesforce.com include:mktomail.com include:spf.mandrillapp.com ip4:152.193.78.90 ip4:50.170.153.202 -all" |
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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 |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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 |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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 |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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
| Operating System | Accuracy |
|---|---|
| FreeBSD 12.0-RELEASE | 92% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| PHP | Programming languages |
| Cloudflare Bot Management | Security |
| 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.
