Vulnerability Scan Result
Title: | No title found |
Description: | No description found |
IP address | 143.204.68.103 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
IP address | 143.204.68.94 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
IP address | 143.204.68.61 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
IP address | 143.204.68.97 |
Country | US |
AS number | AS16509 |
Net name | Amazon Inc |
80/tcp | http | Amazon CloudFront httpd |
443/tcp | https | CloudFront |
Software / Version | Category |
---|---|
Amazon Web Services | PaaS |
AWS Certificate Manager | SSL/TLS certificate authorities |
Amazon CloudFront | CDN |
Facebook Pixel | Analytics |
Fourthwall \1 | Ecommerce |
Google Analytics | Analytics |
React | JavaScript frameworks |
PWA | Miscellaneous |
Webpack | Miscellaneous |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Lodash 4.6.1 | JavaScript libraries |
Optimizely | A/B Testing, Personalisation |
Varnish | Caching |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
6.8 | CVE-2018-16487 | A prototype pollution vulnerability was found in lodash <4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype. | lodash 4.6.1 | |
6.5 | CVE-2021-23337 | Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function. | lodash 4.6.1 | |
6.4 | CVE-2019-10744 | Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. | lodash 4.6.1 | |
5.8 | CVE-2020-8203 | Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20. | lodash 4.6.1 | |
5 | CVE-2020-28500 | Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions. | lodash 4.6.1 |
Vulnerability description
We noticed known vulnerabilities in the target application based on the server responses. They are usually related to outdated systems and expose the affected applications to the risk of unauthorized access to confidential data and possibly denial of service attacks. Depending on the system distribution the affected software can be patched but displays the same version, requiring manual checking.
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-1026 |
OWASP Top 10 - 2017 | A9 - Using Components with Known Vulnerabilities |
OWASP Top 10 - 2021 | A6 - Vulnerable and Outdated Components |
Evidence
URL | Evidence |
---|---|
https://flipboard.com/redirect | 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Evidence |
---|---|
https://flipboard.com/redirect | Response headers include the HTTP Content-Security-Policy security header with the following security issues:`script-src: 'self' can be problematic if you host JSONP, Angular or user uploaded files. script-src: 'unsafe-eval' allows the execution of code injected into DOM APIs such as eval(). script-src: ''unsafe-inline'' allows the execution of unsafe in-page scripts and event handlers. script-src: Allow only resources downloaded over HTTPS. object-src: Missing object-src allows the injection of plugins which can execute JavaScript. We recommend setting it to 'none'. default-src: The default-src directive should be set as a fall-back when other restrictions have not been specified. base-uri: Missing base-uri allows the injection of base tags. They can be used to set the base URL for all relative (script) URLs to an attacker controlled domain. We recommend setting it to 'none' or 'self'.` |
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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Amazon Web Services | PaaS |
AWS Certificate Manager | SSL/TLS certificate authorities |
Amazon CloudFront | CDN |
Facebook Pixel | Analytics |
Fourthwall \1 | Ecommerce |
Google Analytics | Analytics |
React | JavaScript frameworks |
PWA | Miscellaneous |
Webpack | Miscellaneous |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
Lodash 4.6.1 | JavaScript libraries |
Optimizely | A/B Testing, Personalisation |
Varnish | Caching |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
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.
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 |
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.
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
OWASP Top 10 - 2017 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
URL | Method | Summary |
---|---|---|
https://flipboard.com/redirect?url=https://beforeitsnews.com/family-parenting/2025/01/claim-your-government-issued-sick-and-family-leave-credit-up-to-32220-today-2452164.html?utm_source=flipboard&utm_content=WealthUp%2Fmagazine%2FFlipboard+Magazine&v=D3Y1Vp1yFa1MevrYlmMCalUExvBsBl0egXQIta9-J9IAAAGUhlcV1g | 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.
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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Infrastructure Vulnerabilities
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.flipboard.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:postmaster@flipboard.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.
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.flipboard.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:postmaster@flipboard.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.
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.flipboard.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:postmaster@flipboard.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.
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 |
---|---|---|---|
flipboard.com | A | IPv4 address | 143.204.68.103 |
flipboard.com | A | IPv4 address | 143.204.68.97 |
flipboard.com | A | IPv4 address | 143.204.68.94 |
flipboard.com | A | IPv4 address | 143.204.68.61 |
flipboard.com | NS | Name server | ns-1510.awsdns-60.org |
flipboard.com | NS | Name server | ns-1756.awsdns-27.co.uk |
flipboard.com | NS | Name server | ns-60.awsdns-07.com |
flipboard.com | NS | Name server | ns-816.awsdns-38.net |
flipboard.com | MX | Mail server | 10 aspmx.l.google.com |
flipboard.com | MX | Mail server | 20 alt1.aspmx.l.google.com |
flipboard.com | MX | Mail server | 20 alt2.aspmx.l.google.com |
flipboard.com | MX | Mail server | 30 aspmx2.googlemail.com |
flipboard.com | MX | Mail server | 30 aspmx3.googlemail.com |
flipboard.com | MX | Mail server | 30 aspmx4.googlemail.com |
flipboard.com | MX | Mail server | 30 aspmx5.googlemail.com |
flipboard.com | SOA | Start of Authority | ns-816.awsdns-38.net. awsdns-hostmaster.amazon.com. 1371041870 43200 10800 1209600 3600 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:6c00:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:e400:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:a600:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:7200:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:600:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:f400:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:ac00:15:d33e:2640:93a1 |
flipboard.com | AAAA | IPv6 address | 2600:9000:225d:5c00:15:d33e:2640:93a1 |
flipboard.com | TXT | Text record | "_wpengine-sso-challenge.flipboard.com= 2KkDEiUGF0IvgPeA6uHIcV57z9H" |
flipboard.com | TXT | Text record | "_wpengine-sso-challenge= 2KkDEiUGF0IvgPeA6uHIcV57z9H" |
flipboard.com | TXT | Text record | "atlassian-domain-verification=dZ8g4eOwcpvhvx5AD10LH0gUSjKTUUgORwal07qANXl3412gq8IYKOlI4oa4llnl" |
flipboard.com | TXT | Text record | "google-site-verification=196ICmalqDggbij227IKpDuO8wjKIGJOoWQUKVR0B0U" |
flipboard.com | TXT | Text record | "google-site-verification=47g-PnfQPJHjb8Ze5YYF-hF2ABg67yFQc-kwrSv8PAY" |
flipboard.com | TXT | Text record | "google-site-verification=9rExE5dYg3CPZ3GFGvrkj2MbbKAkdHHH5aRUYSnq9w4" |
flipboard.com | TXT | Text record | "google-site-verification=BqjKftnKldO1vP49cSkz2ryHMLPk5y3V6-JlkIhUo1U" |
flipboard.com | TXT | Text record | "google-site-verification=EU2djlhiCyLFRE6dqL0HEIwLSclUSRLzkbvQ4ObXr7I" |
flipboard.com | TXT | Text record | "google-site-verification=eqogjmVDZB-9UMYUFvv5OlEO_a20KZadbY7DJw35Dys" |
flipboard.com | TXT | Text record | "have-i-been-pwned-verification=6b731851fd4ef8a6d49f6f8ff8f3eed4" |
flipboard.com | SPF | Sender Policy Framework | "v=spf1 include:servers.mcsv.net include:sendgrid.net include:_spf.google.com ip4:54.243.226.239 ip4:107.22.115.145 -all" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "amazon.com" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "amazonaws.com" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "amazontrust.com" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "awstrust.com" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "digicert.com" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "letsencrypt.org" |
flipboard.com | CAA | Certificate Authority Authorization | 0 issue "pki.goog" |
_dmarc.flipboard.com | TXT | Text record | "v=DMARC1; p=quarantine; pct=100; rua=mailto:postmaster@flipboard.com" |
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.
Vulnerability description
OS detection couldn't determine the operating system.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
flipboard.com | SPF | Sender Policy Framework | "v=spf1 include:servers.mcsv.net include:sendgrid.net include:_spf.google.com ip4:54.243.226.239 ip4:107.22.115.145 -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCKvnnCtscZ3ZwyzkgZxdRA7uUq5lcpiHBj498yhprzF6OwoSgmZIne//pRlX01b0/nYViN9tdzRSvAbtOG2CW9AumzoXQT0ZBYyMN9mJWEoAuTC32kbEite2xcys7r1Om/jhIDiq5V7SvFbtUlKjbbnBM4E0PpWZYZaZPr6etdzwIDAQAB" | |
k1 | rsa | 1296 | "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDbNrX2cY/GUKIFx2G/1I00ftdAj713WP9AQ1xir85i89sA2guU0ta4UX1Xzm06XIU6iBP41VwmPwBGRNofhBVR+e6WHUoNyIR4Bn84LVcfZE20rmDeXQblIupNWBqLXM1Q+VieI/eZu/7k9/vOkLSaQQdml4Cv8lb3PcnluMVIhQIDAQAB;" |
smtpapi | rsa | 1296 | "k=rsa; t=s; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPtW5iwpXVPiH5FzJ7Nrl8USzuY9zqqzjE0D1r04xDN6qwziDnmgcFNNfMewVKN2D1O+2J9N14hRprzByFwfQW76yojh54Xu3uSbQ3JP0A7k8o8GutRF8zbFUA8n0ZH2y0cIEjMliXY4W4LwPA7m4q0ObmvSjhd63O9d8z1XkUBwIDAQAB" |