Vulnerability Scan Result

IP address | 104.26.1.23 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 172.67.73.134 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 104.26.0.23 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
Software / Version | Category |
---|---|
Adobe Fonts | Font scripts |
Google Analytics | Analytics |
GSAP 3.12.5 | JavaScript frameworks |
Open Graph | Miscellaneous |
Render | PaaS |
Ruby | Programming languages |
Ruby on Rails | Web frameworks |
Stimulus | JavaScript frameworks |
Turbo | Performance |
Typekit | Font scripts |
PWA | Miscellaneous |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
Lodash 4.17.21 | JavaScript libraries |
Quantcast Measure | Analytics |
HSTS | Security |
RSS | Miscellaneous |
Cart Functionality | Ecommerce |
Web Application Vulnerabilities
Evidence
URL | Cookie Name | Evidence |
---|---|---|
https://airmail.news/issues/2020-5-30/a-debtors-prison | _air_mail_profile | The server responded with Set-Cookie header(s) that does not specify the HttpOnly flag: Set-Cookie: _air_mail_profile=MHeS8dGU9nK%2BnTsRT2yIj795QIH0SL5eCEQ6G7HXBluFRmNYL1UXuoHBIHnWgVhi2gvgyekwAY45hVgbK6iLtG03j0IHxw8v5xKTutJdillgN4qVM9huTBSNN8Dzz4299IEpNr0EYJa1wrdIqJxK45Ha1wU%2Fh%2FAg0EE1Fk%2BYvUwGJIeMc6clkIgFVQ%3D%3D--AhiHk7ipSgFnEVpZ--%2BDd8Wc9o4cqGd8MiKu1Dxw%3D%3D |
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://airmail.news/issues/2020-5-30/a-debtors-prison | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Adobe Fonts | Font scripts |
Google Analytics | Analytics |
GSAP 3.12.5 | JavaScript frameworks |
Open Graph | Miscellaneous |
Render | PaaS |
Ruby | Programming languages |
Ruby on Rails | Web frameworks |
Stimulus | JavaScript frameworks |
Turbo | Performance |
Typekit | Font scripts |
PWA | Miscellaneous |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
Lodash 4.17.21 | JavaScript libraries |
Quantcast Measure | Analytics |
HSTS | Security |
RSS | Miscellaneous |
Cart Functionality | Ecommerce |
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
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).
Classification
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Vulnerability description
Website is accessible.
Evidence
URL | Method | Parameters | Evidence |
---|---|---|---|
https://airmail.news/issues/2020-5-30/a-debtors-prison | 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: advertising@airmail.news press@airmail.news |
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 | A6: Security Misconfiguration |
OWASP Top 10 - 2021 | A4: Insecure Design |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
airmail.news | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:sendgrid.net include:helpscoutemail.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.airmail.news | TXT | Text record | "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@airmail.news" |
_dmarc.airmail.news | TXT | Text record | "v=DMARC1; p=reject; rua=mailto:re+fn8qolpb9zq@dmarc.postmarkapp.com; ruf=mailto:dmarc@airmail.news" |
Vulnerability description
We found that the target is configured with more than one DMARC (Domain-based Message Authentication, Reporting, and Conformance) record in its DNS settings. According to the DMARC specification, only a single DMARC record is allowed per domain. When multiple DMARC records exist, email receivers may ignore the DMARC policy, leading to an improper application of email authentication and security checks. This misconfiguration weakens the domain’s email authentication stance, potentially allowing spoofed or fraudulent emails to bypass security checks. Such inconsistencies can lead to confusion for mail receivers on how to handle emails that fail SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) checks.
Risk description
When a domain has multiple DMARC records, email servers may not process the DMARC policy correctly, leading to confusion about how to handle emails that fail SPF and DKIM checks. This misconfiguration can be exploited by malicious actors to send spoofed or fraudulent emails that appear to come from the affected domain. As a result, organizations may face an increased risk of phishing attacks targeting employees or customers, potential damage to their reputation, and disruptions to the delivery of legitimate emails, as some mail servers may ignore the intended DMARC policy altogether.
Recommendation
To resolve the issue of multiple DMARC records, ensure that only one valid DMARC record is published in your domain's DNS. Remove any duplicate or conflicting entries and verify the configuration using tools like MXToolbox or DMARCian. Additionally, implement a strict DMARC policy such as p=reject or p=quarantine to ensure emails that fail SPF or DKIM checks are properly handled. If subdomains are in use, configure the sp tag appropriately. Enable DMARC reporting by setting up the rua and ruf tags to receive aggregate and forensic reports, which can help monitor for ongoing issues or abuse.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.airmail.news | TXT | Text record | "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@airmail.news" |
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.airmail.news | TXT | Text record | "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@airmail.news" |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.airmail.news | TXT | Text record | "v=DMARC1; p=reject; rua=mailto:re+fn8qolpb9zq@dmarc.postmarkapp.com; ruf=mailto:dmarc@airmail.news" |
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 |
---|---|---|---|
airmail.news | A | IPv4 address | 104.26.0.23 |
airmail.news | A | IPv4 address | 172.67.73.134 |
airmail.news | A | IPv4 address | 104.26.1.23 |
airmail.news | NS | Name server | jason.ns.cloudflare.com |
airmail.news | NS | Name server | linda.ns.cloudflare.com |
airmail.news | MX | Mail server | 1 aspmx.l.google.com |
airmail.news | MX | Mail server | 10 alt3.aspmx.l.google.com |
airmail.news | MX | Mail server | 10 alt4.aspmx.l.google.com |
airmail.news | MX | Mail server | 15 4u6zrsuwolw7w7ynotljiib4udwjkuktogjj3y5xmsh6ssvjsnea.mx-verification.google.com |
airmail.news | MX | Mail server | 5 alt1.aspmx.l.google.com |
airmail.news | MX | Mail server | 5 alt2.aspmx.l.google.com |
airmail.news | SOA | Start of Authority | jason.ns.cloudflare.com. dns.cloudflare.com. 2372723967 10000 2400 604800 1800 |
airmail.news | AAAA | IPv6 address | 2606:4700:20::ac43:4986 |
airmail.news | AAAA | IPv6 address | 2606:4700:20::681a:117 |
airmail.news | AAAA | IPv6 address | 2606:4700:20::681a:17 |
airmail.news | TXT | Text record | "MS=421414FFD0DB4E6CD56FD2F924BA1197F7080176" |
airmail.news | TXT | Text record | "apple-domain-verification=R8owlMzC0jRSNbaab4gyD4BtFUhnw2q137LAtkpL0-s" |
airmail.news | TXT | Text record | "facebook-domain-verification=rc53v8ofqakltt366inc7rxv4ndhjm" |
airmail.news | TXT | Text record | "pinterest-site-verification=77461403edda89100db8421980fe4ac4" |
airmail.news | TXT | Text record | "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@airmail.news" |
airmail.news | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:sendgrid.net include:helpscoutemail.com ~all" |
airmail.news | CAA | Certificate Authority Authorization | 0 issue "comodoca.com" |
airmail.news | CAA | Certificate Authority Authorization | 0 issue "digicert.com; cansignhttpexchanges=yes" |
airmail.news | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
airmail.news | CAA | Certificate Authority Authorization | 0 issue "pki.goog; cansignhttpexchanges=yes" |
airmail.news | CAA | Certificate Authority Authorization | 0 issue "ssl.com" |
airmail.news | CAA | Certificate Authority Authorization | 0 issuewild "comodoca.com" |
airmail.news | CAA | Certificate Authority Authorization | 0 issuewild "digicert.com; cansignhttpexchanges=yes" |
airmail.news | CAA | Certificate Authority Authorization | 0 issuewild "letsencrypt.org" |
airmail.news | CAA | Certificate Authority Authorization | 0 issuewild "pki.goog; cansignhttpexchanges=yes" |
airmail.news | CAA | Certificate Authority Authorization | 0 issuewild "ssl.com" |
_dmarc.airmail.news | TXT | Text record | "v=DMARC1; p=reject; rua=mailto:re+fn8qolpb9zq@dmarc.postmarkapp.com; ruf=mailto:dmarc@airmail.news" |
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 |
---|---|
FreeBSD 11.0-RELEASE | 91% |
Vulnerability description
OS Detection
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
We managed to detect the redirect using the following Request / Response chain.
Recommendation
Vulnerability checks are skipped for ports that redirect to another port. We recommend scanning the redirected port directly.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl4c9Z4JsSrbIlBoI/RsdCKN7x5vRNjyvEwzI+AASlX1qX7zX71OLiREUgLps1IpO6kWtpLoFXwfGXb7YXeAtTc9fQZYvQAhbJ+GIsCk4dFs9EiqiGEkc2svyY2r1fm9WtfZ3nJreWZPr7Jt9obtVGlflsdsKXyoU4dHBzMVurwSrMHOznLaw4DqzPgD3TiCwM" "Dmzwrrz5uQCe6ALkZLu5LY/4cswmhzrW1rjOjRtxHJl2szbkOtCzdY74ZPCjJ4qk/ek5Vo6MV5PYAK06UkeJlpFrRGx9Qu5Ld/hmC7jkbCjWsOqLCDUKcpHbBKkrRLLKsbCrS/kOeEtS2GxWiRHsQIDAQAB" | |
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsBdJt0Tt3v19kQCjMHZh6UvMnvPUyGKAmJoA2lR5Vn+7aEK6PJroGtI2Zq2L0VUtifOux9Q4RSXKUVIOUhebKlc8nIlpvEn4uqR7m2ceW8v9+H5bRXphXNjoX6b0+qpGi3XNwVe9fMxzXlXNEUV0Dv4wKQ8SdwxYCJmbtBfTiZ7HtleTCJAED4kV50chr1kq+X+bi" "nt5vgPmeupfgisF+fbPxkgm5faoG5QbMuLnxpwdomm1L1x6hrFEIdCF4Gpz0AZf+5JI5j/F+NyHPO0GQLi4AYJf+LsT+qevRUJ6Rpk5VKA32WzRpnD3muwaRXwdtkjdM8xGfh849mkJCZdk5wIDAQAB" |
s2 | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUtAPeDWH34/VQZqyeU5m5PmPcnojzyjbarPabQ5RkOvQLLVioFKmZ8t0jQQSe+VWHlu8CMPQLG+9kCyqJP1RRZ3esIaUbdwk3RcQMALCOU+75u4MMF11viCTaaQLuVC/ldNubo+rWJMsGcQOXAJ+s5Xqf/NF6+SS1ZolDoLKzQIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Cloudflare | CDN |
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 |
---|---|
Cloudflare | CDN |
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.