Vulnerability Scan Result

Title: | Europe Moves to Use $232 Billion From Frozen Russian Assets to Fund Ukraine — UNITED24 Media |
Description: | BREAKING! The EU plans to utilize $232 billion in frozen Russian central bank assets to support Ukraine as other funding sources diminish. |
ip_address | 195.189.240.11 |
country | UA ![]() |
network_name | Se DIIA |
asn | AS212542 |
80/tcp | http | - - |
443/tcp | https | - - |
Software / Version | Category |
---|---|
Google Analytics | Analytics |
Nginx | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PWA | Miscellaneous |
Cookiebot | Cookie compliance |
Google Tag Manager | Tag managers |
HSTS | Security |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://united24media.com/latest-news/europe-moves-to-use-232-billion-from-frozen-russian-assets-to-fund-ukraine-12449 | 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-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://united24media.com/latest-news/europe-moves-to-use-232-billion-from-frozen-russian-assets-to-fund-ukraine-12449 | Response headers do not include the Referrer-Policy HTTP security header as well as the |
Vulnerability description
We noticed that the target application's server responses lack the Referrer-Policy
HTTP header, which controls how much referrer information the browser will send with each request originated from the current web application.
Risk description
The risk is that if a user visits a web page (e.g. "http://example.com/pricing/") and clicks on a link from that page going to e.g. "https://www.google.com", the browser will send to Google the full originating URL in the `Referer` header, assuming the Referrer-Policy header is not set. The originating URL could be considered sensitive information and it could be used for user tracking.
Recommendation
The Referrer-Policy header should be configured on the server side to avoid user tracking and inadvertent information leakage. The value `no-referrer` of this header instructs the browser to omit the Referer header entirely.
Classification
CWE | CWE-693 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
Software / Version | Category |
---|---|
Google Analytics | Analytics |
Nginx | Web servers, Reverse proxies |
Open Graph | Miscellaneous |
PWA | Miscellaneous |
Cookiebot | Cookie compliance |
Google Tag Manager | Tag managers |
HSTS | 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
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
Vulnerability description
Website is accessible.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://united24media.com/latest-news/europe-moves-to-use-232-billion-from-frozen-russian-assets-to-fund-ukraine-12449 | 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: welcome@united24media.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 |
Evidence
URL | Method | Summary |
---|---|---|
https://united24media.com/latest-news/europe-moves-to-use-232-billion-from-frozen-russian-assets-to-fund-ukraine-12449 | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: GET,HEAD` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
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.
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.united24media.com | TXT | Text record | "v=DMARC1;p=reject;sp=reject;pct=10;adkim=r;aspf=r;fo=1;ri=86400;rua=mailto:dmarc@united24media.com" |
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
We found insecure EDNS configuration on the following nameservers: ns-1431.awsdns-50.org, ns-547.awsdns-04.net ns-1431.awsdns-50.org:
ns-547.awsdns-04.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
We found insecure DNS cookie usage on the following nameservers: ns-1431.awsdns-50.org, ns-1659.awsdns-15.co.uk, ns-236.awsdns-29.com, ns-547.awsdns-04.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
DKIM selector | Key type | Key size | Value |
---|---|---|---|
dkim | rsa | 1020 | "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw/qWohqBszfu4LQ7QnVNIVJyreHcbVnn11n/Wky+Swvch+dJSe2CX+mPSl8Rdk1HIeAYKUFUQtfZNBGiRV36LLb0wn/k3gycvxWz/AYut09W/PRBpeCVzh62Z+HqUB" "vZJCiMgwW7NkVUNqvofW7vBsfa48U1yCu1PACphq2DCJebzbQKtM0E8YLyIExHtrkLmck8yzBWqLn1vl3pIV/WE98HXP1bCy/VPE+JYjvAJ+FfEl3m1tA4UjfwWeFMSeBfMRAvVduKswpFbPfjhXkNgS4PSr6j76eZML/5s+b2HEweIstKDLV0pg33VJSHWv8LiPmbSkyuOicEUrvKuk5jAQIDAQAB" |
Vulnerability description
We found that the DKIM key length is under 1024-bit. When a DKIM (DomainKeys Identified Mail) key length is under 1024-bit, it is considered weak by modern cryptographic standards. Shorter key lengths, such as 512 or 768 bits, are vulnerable to brute-force attacks, where an attacker could potentially forge a valid DKIM signature for a domain. This undermines the entire purpose of DKIM, which is to authenticate email messages and prevent email spoofing by verifying that the message headers have not been tampered with. A DKIM key under 1024 bits significantly reduces the difficulty for attackers to break the signature.
Risk description
The primary risk of using a DKIM key with fewer than 1024 bits is that it weakens the domain's email authentication security, making it more susceptible to brute-force attacks. If an attacker successfully forges a DKIM signature, they can impersonate legitimate senders and send fraudulent or phishing emails that appear authentic to the recipient. This can lead to financial losses, reputational damage, and an increased risk of targeted attacks, as recipients are more likely to trust emails that pass DKIM verification.
Recommendation
We recommend using a DKIM key with a length of at least 1024 bits. Ideally, 2048-bit keys should be used, as they provide a higher level of security and are more resistant to brute-force attacks. Organizations should regularly audit their DKIM configurations and rotate cryptographic keys periodically to maintain security. In addition, any DKIM keys that are less than 1024 bits should be immediately replaced with stronger keys to prevent exploitation.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
dkim | rsa | 1020 | "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw/qWohqBszfu4LQ7QnVNIVJyreHcbVnn11n/Wky+Swvch+dJSe2CX+mPSl8Rdk1HIeAYKUFUQtfZNBGiRV36LLb0wn/k3gycvxWz/AYut09W/PRBpeCVzh62Z+HqUB" "vZJCiMgwW7NkVUNqvofW7vBsfa48U1yCu1PACphq2DCJebzbQKtM0E8YLyIExHtrkLmck8yzBWqLn1vl3pIV/WE98HXP1bCy/VPE+JYjvAJ+FfEl3m1tA4UjfwWeFMSeBfMRAvVduKswpFbPfjhXkNgS4PSr6j76eZML/5s+b2HEweIstKDLV0pg33VJSHWv8LiPmbSkyuOicEUrvKuk5jAQIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
dkim | rsa | 1020 | "v=DKIM1; h=sha256; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw/qWohqBszfu4LQ7QnVNIVJyreHcbVnn11n/Wky+Swvch+dJSe2CX+mPSl8Rdk1HIeAYKUFUQtfZNBGiRV36LLb0wn/k3gycvxWz/AYut09W/PRBpeCVzh62Z+HqUB" "vZJCiMgwW7NkVUNqvofW7vBsfa48U1yCu1PACphq2DCJebzbQKtM0E8YLyIExHtrkLmck8yzBWqLn1vl3pIV/WE98HXP1bCy/VPE+JYjvAJ+FfEl3m1tA4UjfwWeFMSeBfMRAvVduKswpFbPfjhXkNgS4PSr6j76eZML/5s+b2HEweIstKDLV0pg33VJSHWv8LiPmbSkyuOicEUrvKuk5jAQIDAQAB" |
rsa | 1074 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzIhrCn2LHbaWGxJOiqYDYtyYvQzVIT6Duuj6ZZIV5CLj2BlweNB1nzaY/heaUsdSUIE3Nx8pP7c8+Er0sE7pduNZsrfjAx2RtoImf8X6twN+mzj7VF6FlNCut3abJfYbCigEwz2" "O2BXPewopmc3bllg0dODlgBhEgrn/UaTplDtS4rhymlbiajurR6nbAygrmFb+euffTNjYwfRWW5fPZUiSjdn5zXwndCLz5UHsdrMxMw8QnSFRuc+ubKQq+BRSBuTHhqT2Ovtk79XijsmbMqt7oy2vyEu5ARuUgIIzZipA49XJJsEZkrPYQ+V9Xj6SsAOr8ge/9J62qtqNL3zZowIDAQAB" |
Evidence
Operating System | Accuracy |
---|---|
Tomato 1.28 (Linux 2.4.20) | 100% |
Vulnerability description
OS Detection
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
united24media.com | SPF | Sender Policy Framework | "v=spf1 a mx ip4:195.189.240.160 ip4:195.189.240.204 include:_spf.google.com include:mxsspf.sendpulse.com -all" |
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
united24media.com | A | IPv4 address | 195.189.240.11 |
united24media.com | NS | Name server | ns-1431.awsdns-50.org |
united24media.com | NS | Name server | ns-1659.awsdns-15.co.uk |
united24media.com | NS | Name server | ns-236.awsdns-29.com |
united24media.com | NS | Name server | ns-547.awsdns-04.net |
united24media.com | MX | Mail server | 1 smtp.google.com |
united24media.com | SOA | Start of Authority | ns-236.awsdns-29.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 |
united24media.com | TXT | Text record | "8t9pfkpznbsyvjvqt6gkz8dxwn1yzzww" |
united24media.com | TXT | Text record | "google-site-verification=0C_38xRuA_8ark-IZxlG1PHCYr46lBMvetjsKMXlNLo" |
united24media.com | TXT | Text record | "google-site-verification=VxFvc2RSBCbgUFH2TEKdxhgUlPKJ0rzcn-I9RO9E_TM" |
united24media.com | TXT | Text record | "slack-domain-verification=3tDefjKwJBjWQmHwqfIdnrZXir2C460hC78I0EHk" |
united24media.com | SPF | Sender Policy Framework | "v=spf1 a mx ip4:195.189.240.160 ip4:195.189.240.204 include:_spf.google.com include:mxsspf.sendpulse.com -all" |
_dmarc.united24media.com | TXT | Text record | "v=DMARC1;p=reject;sp=reject;pct=10;adkim=r;aspf=r;fo=1;ri=86400;rua=mailto:dmarc@united24media.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.