Vulnerability Scan Result

Title: | Intimacy Medical - At-home Solutions For Intimate Health |
Description: | Discover Intimacy Medical—innovative devices and wellness solutions designed for men, women, and couples to transform their intimate health. |
ip_address | 84.32.84.174 |
country | LT ![]() |
network_name | Ripe NCC ASN Block |
asn | AS47583 |
ip_address | 84.32.84.223 |
country | LT ![]() |
network_name | Ripe NCC ASN Block |
asn | AS47583 |
80/tcp | http | nginx - |
443/tcp | https | hcdn - |
Software / Version | Category |
---|---|
TikTok Pixel | Analytics |
Clipboard.js | JavaScript libraries |
Elementor 3.32.4 | Page builders, WordPress plugins |
Hello Elementor 3.4.4 | WordPress themes |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
Google Analytics | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP 8.2.28 | Programming languages |
Site Kit 1.163.0 | Analytics, WordPress plugins |
Stripe | Payment processors |
The SEO Framework | SEO, WordPress plugins |
Twitter Emoji (Twemoji) | Font scripts |
Underscore.js 1.13.7 | JavaScript libraries |
Priority Hints | Performance |
WooCommerce 10.2.2 | Ecommerce, WordPress plugins |
WooCommerce Stripe Payment Gateway | WordPress plugins |
WordPress | CMS, Blogs |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Hostinger | Hosting |
Outbrain | Widgets, Advertising |
HSTS | Security |
RSS | Miscellaneous |
Taboola | Advertising |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
Web Application Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
---|---|---|---|---|
CVE-2025-6491 | 5.9 | 0.00219 | 0.44515 | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 when parsing XML data in SOAP extensions, overly large (>2Gb) XML namespace prefix may lead to null pointer dereference. This may lead to crashes and affect the availability of the target server. |
CVE-2025-1735 | 5.9 | 0.00163 | 0.37811 | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* pgsql and pdo_pgsql escaping functions do not check if the underlying quoting functions returned errors. This could cause crashes if Postgres server rejects the string as invalid. |
CVE-2025-1220 | 3.7 | 0.00118 | 0.31429 | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 some functions like fsockopen() lack validation that the hostname supplied does not contain null characters. This may lead to other functions like parse_url() treat the hostname in different way, thus opening way to security problems if the user code implements access checks before access using such functions. |
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
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
Software / Version | Category |
---|---|
TikTok Pixel | Analytics |
Clipboard.js | JavaScript libraries |
Elementor 3.32.4 | Page builders, WordPress plugins |
Hello Elementor 3.4.4 | WordPress themes |
jQuery Migrate 3.4.1 | JavaScript libraries |
core-js 3.39.0 | JavaScript libraries |
Google Analytics | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
jQuery UI 1.13.3 | JavaScript libraries |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP 8.2.28 | Programming languages |
Site Kit 1.163.0 | Analytics, WordPress plugins |
Stripe | Payment processors |
The SEO Framework | SEO, WordPress plugins |
Twitter Emoji (Twemoji) | Font scripts |
Underscore.js 1.13.7 | JavaScript libraries |
Priority Hints | Performance |
WooCommerce 10.2.2 | Ecommerce, WordPress plugins |
WooCommerce Stripe Payment Gateway | WordPress plugins |
WordPress | CMS, Blogs |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Hostinger | Hosting |
Outbrain | Widgets, Advertising |
HSTS | Security |
RSS | Miscellaneous |
Taboola | Advertising |
Wordfence Login Security 1.1.15 | WordPress plugins, 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
URL | Evidence |
---|---|
https://intimacymedical.com/ | Response headers include the HTTP Content-Security-Policy security header with the following security issues: |
Vulnerability description
We noticed that the Content-Security-Policy (CSP) header configured for the web application includes unsafe directives. The CSP header activates a protection mechanism implemented in web browsers which prevents exploitation of Cross-Site Scripting vulnerabilities (XSS) by restricting the sources from which content can be loaded or executed.
Risk description
For example, if the unsafe-inline directive is present in the CSP header, the execution of inline scripts and event handlers is allowed. This can be exploited by an attacker to execute arbitrary JavaScript code in the context of the vulnerable application.
Recommendation
Remove the unsafe values from the directives, adopt nonces or hashes for safer inclusion of inline scripts if they are needed, and explicitly define the sources from which scripts, styles, images or other resources can be loaded.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
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.
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.
Infrastructure Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
---|---|---|---|---|---|
CVE-2025-6491 | 5.9 | 0.00219 | 0.44515 | No | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 when parsing XML data in SOAP extensions, overly large (>2Gb) XML namespace prefix may lead to null pointer dereference. This may lead to crashes and affect the availability of the target server. |
CVE-2025-1735 | 5.9 | 0.00163 | 0.37811 | No | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* pgsql and pdo_pgsql escaping functions do not check if the underlying quoting functions returned errors. This could cause crashes if Postgres server rejects the string as invalid. |
CVE-2025-1220 | 3.7 | 0.00118 | 0.31429 | No | In PHP versions:8.1.* before 8.1.33, 8.2.* before 8.2.29, 8.3.* before 8.3.23, 8.4.* before 8.4.10 some functions like fsockopen() lack validation that the hostname supplied does not contain null characters. This may lead to other functions like parse_url() treat the hostname in different way, thus opening way to security problems if the user code implements access checks before access using such functions. |
Vulnerability description
Vulnerabilities found for PHP 8.2.28
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.intimacymedical.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:1c1dfd7a@mxtoolbox.dmarc-report.com; ruf=mailto:1c1dfd7a@forensics.dmarc-report.com; fo=1" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.intimacymedical.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:1c1dfd7a@mxtoolbox.dmarc-report.com; ruf=mailto:1c1dfd7a@forensics.dmarc-report.com; fo=1" |
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
We found insecure DNS cookie usage on the following nameservers: ns2.dns-parking.com, ns1.dns-parking.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 |
---|---|---|---|
intimacymedical.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 |
---|---|---|---|
intimacymedical.com | A | IPv4 address | 84.32.84.230 |
intimacymedical.com | A | IPv4 address | 84.32.84.255 |
intimacymedical.com | NS | Name server | ns2.dns-parking.com |
intimacymedical.com | NS | Name server | ns1.dns-parking.com |
intimacymedical.com | MX | Mail server | 5 ALT2.ASPMX.L.GOOGLE.com |
intimacymedical.com | MX | Mail server | 10 ALT4.ASPMX.L.GOOGLE.com |
intimacymedical.com | MX | Mail server | 5 ALT1.ASPMX.L.GOOGLE.com |
intimacymedical.com | MX | Mail server | 1 ASPMX.L.GOOGLE.com |
intimacymedical.com | MX | Mail server | 10 ALT3.ASPMX.L.GOOGLE.com |
intimacymedical.com | SOA | Start of Authority | ns1.dns-parking.com. dns.hostinger.com. 2025100909 10000 2400 604800 600 |
intimacymedical.com | AAAA | IPv6 address | 2a02:4780:25:d375:f65a:5e9d:4c5c:b7c0 |
intimacymedical.com | AAAA | IPv6 address | 2a02:4780:26:1e8c:3303:48ac:6d41:10 |
intimacymedical.com | TXT | Text record | "google-site-verification=dojAUCJIdfXcQJqFzIEm21Mkf8FpoiLoLYrm3nkfJjE" |
intimacymedical.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com ~all" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issuewild "sectigo.com" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issue "globalsign.com" |
intimacymedical.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog" |
_dmarc.intimacymedical.com | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:1c1dfd7a@mxtoolbox.dmarc-report.com; ruf=mailto:1c1dfd7a@forensics.dmarc-report.com; fo=1" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAss1dRDsmtIxTDpFLsr8Y92DXULTu1gHSUjeM+KEclJ+Zh2tM/F4s5WnphxmqRucvzvHe3V8qk4+5PlzQwk78lS1w555CBHpEygUdQ81OyiSZUtEQ5yBGco2U072WE/bwMtSHS5NaQEaE1MWJCXztynGXN4mqBTml2iGK/yfZJt2o8+EU+6FJ1ytQjQnepaRkv" "JGhFiG3qj4HbHvPDhZvTdQvXMHfcK0SPyzwEB76vN2HPoPpdE7lfSMmdpT6++nLQ8bL8tS5K3/wA9Ey9VRRS1YDU4j5wImMT80o6HxpmFaI0R8zzceUduhYLrKFQslkBuD7K31HaBWtI6yCuy7eQwIDAQAB" |
Evidence
Software / Version | Category |
---|---|
WordPress | CMS, Blogs |
MySQL | Databases |
PHP 8.2.28 | Programming languages |
Stripe | Payment processors |
Hello Elementor 3.4.4 | WordPress themes |
The SEO Framework | SEO, WordPress plugins |
WooCommerce 10.2.2 | Ecommerce, WordPress plugins |
WooCommerce Stripe Payment Gateway | WordPress plugins |
Elementor 3.32.4 | Page builders, WordPress plugins |
Site Kit 1.163.0 | Analytics, WordPress plugins |
Underscore.js 1.13.7 | JavaScript libraries |
Outbrain | Widgets, Advertising |
jQuery Migrate 3.4.1 | JavaScript libraries |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics | Analytics |
Taboola | Advertising |
Hostinger CDN | CDN |
Hostinger | Hosting |
HSTS | Security |
HTTP/3 | Miscellaneous |
Priority Hints | Performance |
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.
Evidence
Operating System | Accuracy |
---|---|
Linux 4.15 - 5.6 | 94% |
Vulnerability description
OS Detection