Vulnerability Scan Result

| Title: | WayinVideo - Discover, Create, Share |
| Description: | Grasp video moments and create viral clips in a flash. Tailored for video enthusiasts and creators, WayinVideo uncovers the most compelling stories from videos with ease and brilliance. |
| ip_address | 35.84.129.190 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
| ip_address | 44.253.136.93 |
| country | US |
| network_name | Amazon.com, Inc. |
| asn | AS16509 |
80/tcp | http | awselb/2.0 - |
443/tcp | https | - - |
| Software / Version | Category |
|---|---|
| TikTok Pixel | Analytics |
| Twitter Ads | Advertising |
| Reddit Ads | Advertising |
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Microsoft Clarity | Analytics |
| Google Sign-in | Authentication |
| Google Analytics | Analytics |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Nginx 1.31.2 | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| PostHog | Analytics |
| React | JavaScript frameworks |
| React Router 7.1.5 | JavaScript frameworks |
| Sentry | Issue trackers |
| Stripe dahlia | Payment processors |
| DoubleClick Floodlight | Advertising |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Clickbank | Affiliate programs |
| Rewardful | Affiliate programs |
| Google Tag Manager | Tag managers |
Web Application Vulnerabilities
Evidence
| URL | Evidence |
|---|---|
| https://wayin.ai/wayinvideo/video/result | 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://wayin.ai/wayinvideo/video/result | 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 | Evidence |
|---|---|
| https://wayin.ai/wayinvideo/video/result | Response headers do not include the X-Content-Type-Options HTTP security header |
Vulnerability description
We noticed that the target application's server responses lack the X-Content-Type-Options header. This header is particularly important for preventing Internet Explorer from reinterpreting the content of a web page (MIME-sniffing) and thus overriding the value of the Content-Type header.
Risk description
The risk is that lack of this header could make possible attacks such as Cross-Site Scripting or phishing in Internet Explorer browsers.
Recommendation
We recommend setting the X-Content-Type-Options header such as `X-Content-Type-Options: nosniff`.
Classification
| CWE | CWE-693 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| TikTok Pixel | Analytics |
| Twitter Ads | Advertising |
| Reddit Ads | Advertising |
| Amazon Web Services | PaaS |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Microsoft Clarity | Analytics |
| Google Sign-in | Authentication |
| Google Analytics | Analytics |
| MySQL | Databases |
| HeroUI | UI frameworks |
| Nginx 1.31.2 | Web servers, Reverse proxies |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| PostHog | Analytics |
| React | JavaScript frameworks |
| React Router 7.1.5 | JavaScript frameworks |
| Sentry | Issue trackers |
| Stripe dahlia | Payment processors |
| DoubleClick Floodlight | Advertising |
| Priority Hints | Performance |
| WordPress | CMS, Blogs |
| Clickbank | Affiliate programs |
| Rewardful | Affiliate programs |
| 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
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
| CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
|---|---|---|---|---|---|
| CVE-2026-44578 | 8.6 | 0.37756 | 0.98353 | No | Next.js is a React framework for building full-stack web applications. From 13.4.13 to before 15.5.16 and 16.2.5, self-hosted applications using the built-in Node.js server can be vulnerable to server-side request forgery through crafted WebSocket upgrade requests. An attacker can cause the server to proxy requests to arbitrary internal or external destinations, which may expose internal services or cloud metadata endpoints. Vercel-hosted deployments are not affected. This vulnerability is fixed in 15.5.16 and 16.2.5. |
| CVE-2026-44574 | 8.1 | 0.00383 | 0.3013 | No | Next.js is a React framework for building full-stack web applications. From 15.4.0 to before 15.5.16 and 16.2.5, applications that rely on middleware to protect dynamic routes can be vulnerable to authorization bypass. In affected deployments, specially crafted query parameters can alter the dynamic route value seen by the page while leaving the visible path unchanged, which can allow protected content to be rendered without passing the expected middleware check. This vulnerability is fixed in 15.5.16 and 16.2.5. |
| CVE-2026-45109 | 7.5 | 0.00386 | 0.30416 | No | Next.js is a React framework for building full-stack web applications. From 15.2.0 to before 15.5.18 and 16.2.6, it was found that the fix addressing CVE-2026-44575 did not apply to middleware.ts with Turbopack. This vulnerability is fixed in 15.5.18 and 16.2.6. |
| CVE-2026-44579 | 7.5 | 0.00461 | 0.36653 | No | Next.js is a React framework for building full-stack web applications. From to before 15.5.16 and 16.2.5, applications using Partial Prerendering through the Cache Components feature can be vulnerable to connection exhaustion through crafted POST requests to a server action. In affected configurations, a malicious request can trigger a request-body handling deadlock that leaves connections open for an extended period, consuming file descriptors and server capacity until legitimate users are denied service. This vulnerability is fixed in 15.5.16 and 16.2.5. |
| CVE-2026-44575 | 7.5 | 0.01048 | 0.59932 | No | Next.js is a React framework for building full-stack web applications. From 15.2.0 to before 15.5.16 and 16.2.5, App Router applications that rely on middleware or proxy-based checks for authorization can allow unauthorized access through transport-specific route variants used for segment prefetching. In affected configurations, specially crafted .rsc and segment-prefetch URLs can resolve to the same page without being matched by the intended middleware rule, which can allow protected content to be reached without the expected authorization check. This vulnerability is fixed in 15.5.16 and 16.2.5. |
Vulnerability description
Vulnerabilities found for Next.js 15.5.9
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
We checked 2056 selectors but found no DKIM records.
Vulnerability description
We found that no DKIM record was configured. When a DKIM (DomainKeys Identified Mail) record is not present for a domain, it means that outgoing emails from that domain are not cryptographically signed. DKIM is a critical component of email authentication, allowing recipients to verify that an email was genuinely sent from an authorized server and that the message has not been altered in transit. The absence of a DKIM record leaves the domain vulnerable to email spoofing and phishing attacks, as attackers can send fraudulent emails that appear to originate from the domain without any cryptographic verification.
Risk description
Without a DKIM record, recipients have no way of verifying the integrity or authenticity of emails sent from the domain. This increases the likelihood of phishing and spoofing attacks, where malicious actors impersonate the domain to send fraudulent emails. This can lead to significant security incidents, such as credential theft, financial fraud, or the distribution of malware. Additionally, many email providers use DKIM as part of their spam and reputation filters, meaning that emails from a domain without DKIM may be flagged as spam or rejected, impacting the deliverability and reputation of legitimate emails.
Recommendation
We recommend implementing DKIM for your domain to enhance email security and protect your brand from email-based attacks. Generate a DKIM key pair (public and private keys), publish the public key in the DNS under the appropriate selector, and configure your email servers to sign outgoing messages using the private key. Ensure that the DKIM key length is at least 1024 bits to prevent cryptographic attacks. Regularly monitor DKIM signatures to ensure the system is functioning correctly and update keys periodically to maintain security.
Evidence
We found insecure DNS cookie usage on the following nameservers: ns01.domaincontrol.com, ns02.domaincontrol.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
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| Next.js 15.5.9 | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
| MySQL | Databases |
| PHP | Programming languages |
| HeroUI | UI frameworks |
| React | JavaScript frameworks |
| Stripe dahlia | Payment processors |
| Next.js App Router | JavaScript frameworks, Web servers |
| Amazon Web Services | PaaS |
| Reddit Ads | Advertising |
| Clickbank | Affiliate programs |
| Twitter Ads | Advertising |
| Rewardful | Affiliate programs |
| PostHog | Analytics |
| Microsoft Clarity | Analytics |
| Google Tag Manager | Tag managers |
| Framer Motion | JavaScript libraries |
| Cloudflare Turnstile | Security |
| Priority Hints | Performance |
| DoubleClick Floodlight | Advertising |
| AWS Certificate Manager | SSL/TLS certificate authorities |
| Webpack | Miscellaneous |
| Open Graph | Miscellaneous |
| Google Analytics | Analytics |
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.wayin.ai | TXT | Text record | "v=DMARC1;p=reject;rua=mailto:webmaster@wayin.ai;ruf=mailto:webmaster@wayin.ai;fo=1;adkim=s;aspf=s;sp=reject;" |
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| wayin.ai | A | IPv4 address | 35.84.129.190 |
| wayin.ai | A | IPv4 address | 44.253.136.93 |
| wayin.ai | NS | Name server | ns01.domaincontrol.com |
| wayin.ai | NS | Name server | ns02.domaincontrol.com |
| wayin.ai | MX | Mail server | 5 mxbiz1.qq.com |
| wayin.ai | MX | Mail server | 10 mxbiz2.qq.com |
| wayin.ai | SOA | Start of Authority | ns01.domaincontrol.com. dns.jomax.net. 2026060301 28800 7200 604800 600 |
| wayin.ai | SPF | Sender Policy Framework | "v=spf1 include:spf.mail.qq.com -all" |
| _dmarc.wayin.ai | TXT | Text record | "v=DMARC1;p=reject;rua=mailto:webmaster@wayin.ai;ruf=mailto:webmaster@wayin.ai;fo=1;adkim=s;aspf=s;sp=reject;" |
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 |
|---|---|---|---|
| wayin.ai | SPF | Sender Policy Framework | "v=spf1 include:spf.mail.qq.com -all" |