Vulnerability Scan Result

| Title: | Widely used Daemon Tools disk app backdoored in monthlong supply-chain attack - Ars Technica |
| Description: | Daemon Tools users: It's time to check your machines for stealthy infections, stat. |
| ip_address | 3.134.6.97 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
| ip_address | 52.15.226.100 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
80/tcp | http | awselb/2.0 - |
443/tcp | https | awselb/2.0 - |
8080/tcp | https | nginx - |
| Software / Version | Category |
|---|---|
| Boomerang | JavaScript libraries, RUM |
| Alpine.js 3.15.10 | JavaScript frameworks |
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Linkedin Insight Tag | Analytics |
| Google Publisher Tag | Advertising |
| web-vitals | JavaScript libraries, RUM |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Piwik PRO Core | Analytics |
| Preact | JavaScript libraries |
| Skimlinks | Affiliate programs |
| Snowplow Analytics | Analytics, IaaS |
| DoubleClick Floodlight | Advertising |
| The SEO Framework | SEO, WordPress plugins |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Admiral | Miscellaneous |
| DoubleClick for Publishers (DFP) | Advertising |
| Google Tag Manager | Tag managers |
Web Application Vulnerabilities
Evidence
| Software / Version | Category |
|---|---|
| Boomerang | JavaScript libraries, RUM |
| Alpine.js 3.15.10 | JavaScript frameworks |
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Linkedin Insight Tag | Analytics |
| Google Publisher Tag | Advertising |
| web-vitals | JavaScript libraries, RUM |
| jQuery 3.7.1 | JavaScript libraries |
| MySQL | Databases |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Piwik PRO Core | Analytics |
| Preact | JavaScript libraries |
| Skimlinks | Affiliate programs |
| Snowplow Analytics | Analytics, IaaS |
| DoubleClick Floodlight | Advertising |
| The SEO Framework | SEO, WordPress plugins |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Admiral | Miscellaneous |
| DoubleClick for Publishers (DFP) | Advertising |
| Google Tag Manager | Tag managers |
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://arstechnica.com/security/2026/05/widely-used-daemon-tools-disk-app-backdoored-in-monthlong-supply-chain-attack/ | 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://arstechnica.com/security/2026/05/widely-used-daemon-tools-disk-app-backdoored-in-monthlong-supply-chain-attack/ | 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 | Evidence |
|---|---|
| https://arstechnica.com/security/2026/05/widely-used-daemon-tools-disk-app-backdoored-in-monthlong-supply-chain-attack/ | 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-1021 |
| 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://arstechnica.com/security/2026/05/widely-used-daemon-tools-disk-app-backdoored-in-monthlong-supply-chain-attack/ | 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: adinquiries@condenast.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
We found insecure DNS cookie usage on the following nameservers: ns-1285.awsdns-32.org, ns-2008.awsdns-59.co.uk, ns-493.awsdns-61.com, ns-783.awsdns-33.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
We found insecure EDNS configuration on the following nameservers: ns-783.awsdns-33.net ns-783.awsdns-33.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 |
|---|---|---|---|
| arstechnica.com | SPF | Sender Policy Framework | "v=spf1 include:_u.arstechnica.com._spf.smart.ondmarc.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
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| Kaltura | Video players, Livestreaming |
| Amazon Web Services | PaaS |
| Amazon Advertising | Advertising |
| Piwik PRO Core | Analytics |
| Linkedin Insight Tag | Analytics |
| DoubleClick Floodlight | Advertising |
| AWS Certificate Manager | SSL/TLS certificate authorities |
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 |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| Kaltura | Video players, Livestreaming |
| Amazon Web Services | PaaS |
| Alpine.js | JavaScript frameworks |
| The SEO Framework | SEO, WordPress plugins |
| Integral Ad Science | Advertising |
| Google Tag Manager | Tag managers |
| Google Publisher Tag | Advertising |
| DoubleClick for Publishers (DFP) | Advertising |
| Underscore.js 1.13.7 | JavaScript libraries |
| jQuery | JavaScript libraries |
| Clipboard.js | JavaScript libraries |
| Linkedin Insight Tag | Analytics |
| DoubleClick Floodlight | Advertising |
| Amazon Advertising | Advertising |
| Piwik PRO Core | Analytics |
| AWS Certificate Manager | SSL/TLS certificate authorities |
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 2.6.32 | 90% |
Vulnerability description
OS Detection
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| arstechnica.com | A | IPv4 address | 52.15.226.100 |
| arstechnica.com | A | IPv4 address | 3.134.6.97 |
| arstechnica.com | NS | Name server | ns-1285.awsdns-32.org |
| arstechnica.com | NS | Name server | ns-2008.awsdns-59.co.uk |
| arstechnica.com | NS | Name server | ns-493.awsdns-61.com |
| arstechnica.com | NS | Name server | ns-783.awsdns-33.net |
| arstechnica.com | MX | Mail server | 1 aspmx.l.google.com |
| arstechnica.com | MX | Mail server | 10 alt3.aspmx.l.google.com |
| arstechnica.com | MX | Mail server | 10 alt4.aspmx.l.google.com |
| arstechnica.com | MX | Mail server | 5 alt1.aspmx.l.google.com |
| arstechnica.com | MX | Mail server | 5 alt2.aspmx.l.google.com |
| arstechnica.com | SOA | Start of Authority | ns-1285.awsdns-32.org. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
| arstechnica.com | TXT | Text record | "facebook-domain-verification=qptjyerza2q11uv3fe6aay6hbsncr8" |
| arstechnica.com | TXT | Text record | "google-site-verification=HdFEloOqFNJZvQWa7SK2BRmWVt8aVnPuagqXZ-C2U5U" |
| arstechnica.com | TXT | Text record | "google-site-verification=OtVm0j4Rqs4y10N827uQ_n8ZnMtO0vfqw1k5NCzaJvo" |
| arstechnica.com | TXT | Text record | "google-site-verification=Xt1q2fpVK6qREDXADvlLz2O5pvmUz9G_xxoGdeEnrH0" |
| arstechnica.com | TXT | Text record | "google-site-verification=XuFuLW59WRoAbzeQ-wsF0JwpaeYwtdzRmtiktfi3Pmc" |
| arstechnica.com | TXT | Text record | "google-site-verification=nso4GHYIGZwo4gB6AoUxzJWkxOUdx83kbGeREAxnv3A" |
| arstechnica.com | TXT | Text record | "loaderio=2fd6086b1c3ba926ae36db37131123f7" |
| arstechnica.com | TXT | Text record | "yahoo-verification-key=bP+HO9s82IBxbotbnF/O1nN4Jo4VfFXq5JNFAPCK8+o=" |
| arstechnica.com | SPF | Sender Policy Framework | "v=spf1 include:_u.arstechnica.com._spf.smart.ondmarc.com ~all" |
| _dmarc.arstechnica.com | TXT | Text record | "v=DMARC1; p=reject; pct=100; sp=reject; rua=mailto:a6816915@inbox.ondmarc.com; ruf=mailto:a6816915@inbox.ondmarc.com; adkim=r; aspf=r; fo=1; rf=afrf; ri=3600" |
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.arstechnica.com | TXT | Text record | "v=DMARC1; p=reject; pct=100; sp=reject; rua=mailto:a6816915@inbox.ondmarc.com; ruf=mailto:a6816915@inbox.ondmarc.com; adkim=r; aspf=r; fo=1; rf=afrf; ri=3600" |
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1410 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1IDic8gDpPld9ikHSPwQ9cm8LVP99QcAlF9b+TGoB7Za1QFHuWrFTGISRRWOuNnUWcoDe98r46GbM4p6H80un+dwibMC9Tpq4Wn1kVJkxPbvpD60lUMtd9L+MyeYcvv1sIGyv6V3oN8djgCHztjC1J/C335N6GN0RyZlbCVTZAbv6fmbzbV09QpyU5gxXpA" "kApD/252XOJ0ain0m8KZQxgWze/CpED+K3jxtsYh0Npe0XzgLUahQtE+JGgdQ9DmipAhvAJ/FXJg6R5oAO9q1d+oj6XCHyLrs8wjUhXVqYbFOOMLjUyC5F1zsWHtoa6+OwWgy0srQ5g9xW9vMzNFG8QIDAQAB" | |
| k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
| k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
| sailthru | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpx1ENTG5ib/6GpYve89CWxPzYEo3YbHh9VRVQCbEOV/GFdORuDoe54C3RCTykODSnL7sUtbVVQ9Lmy463f81yLCOf6zVBDNj0bo0P8fhEr6hKYyukBxuQosGR7DHwekgpDzPTuU36Z3N70+BsnBdJGc8+HLsBI5a+puqDp/krdQIDAQAB" |
