Vulnerability Scan Result

Title: | Dramacool | Asian Drama, Movies and Shows English Sub |
Description: | Watch drama asian Online for free releases in Korean, Taiwanese, Thailand, Japanese and Chinese with English subtitles on Dramacool. |
ip_address | 104.21.80.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.112.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.48.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.32.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.16.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.64.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
ip_address | 104.21.96.1 |
country | - |
network_name | Cloudflare Inc |
asn | AS13335 |
80/tcp | http | Cloudflare http proxy - |
443/tcp | https | cloudflare - |
2082/tcp | http | Cloudflare http proxy - |
2083/tcp | https | nginx - |
2086/tcp | http | Cloudflare http proxy - |
2087/tcp | https | nginx - |
8080/tcp | http | Cloudflare http proxy - |
8443/tcp | http | cloudflare - |
Software / Version | Category |
---|---|
Contact Form 7 | WordPress plugins, Form builders |
Font Awesome | Font scripts |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.6.0 | JavaScript libraries |
jQuery UI 1.12.1 | JavaScript libraries |
Slick | JavaScript libraries |
LiteSpeed | Web servers |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Cloudflare Rocket Loader | Performance |
WordPress | CMS, Blogs |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
LiteSpeed Cache | Caching, WordPress plugins |
Yoast SEO 25.7 | SEO, WordPress plugins |
Web Application Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | Summary |
---|---|---|---|---|
CVE-2021-41184 | 6.5 | 0.29896 | 0.96471 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
CVE-2021-41183 | 6.5 | 0.01751 | 0.81792 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
CVE-2021-41182 | 6.5 | 0.26482 | 0.96116 | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
CVE-2022-31160 | 6.1 | 0.06788 | 0.9092 | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
Risk description
The risk is that an attacker could search for an appropriate exploit (or create one himself) for any of these vulnerabilities and use it to attack the system. 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
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-1035 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Evidence
URL | Evidence |
---|---|
https://dramacool.com.tr/ | 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
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://dramacool.com.tr/ | 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://dramacool.com.tr/ | 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
Software / Version | Category |
---|---|
Contact Form 7 | WordPress plugins, Form builders |
Font Awesome | Font scripts |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.6.0 | JavaScript libraries |
jQuery UI 1.12.1 | JavaScript libraries |
Slick | JavaScript libraries |
LiteSpeed | Web servers |
MySQL | Databases |
Open Graph | Miscellaneous |
PHP | Programming languages |
Cloudflare Rocket Loader | Performance |
WordPress | CMS, Blogs |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
LiteSpeed Cache | Caching, WordPress plugins |
Yoast SEO 25.7 | SEO, WordPress plugins |
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
Website is accessible.
Infrastructure Vulnerabilities
Evidence
CVE | CVSS | EPSS Score | EPSS Percentile | CISA KEV | Summary |
---|---|---|---|---|---|
CVE-2021-41184 | 6.5 | 0.29896 | 0.96471 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `of` option of the `.position()` util from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `of` option is now treated as a CSS selector. A workaround is to not accept the value of the `of` option from untrusted sources. |
CVE-2021-41183 | 6.5 | 0.01751 | 0.81792 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of various `*Text` options of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. The values passed to various `*Text` options are now always treated as pure text, not HTML. A workaround is to not accept the value of the `*Text` options from untrusted sources. |
CVE-2021-41182 | 6.5 | 0.26482 | 0.96116 | No | jQuery-UI is the official jQuery user interface library. Prior to version 1.13.0, accepting the value of the `altField` option of the Datepicker widget from untrusted sources may execute untrusted code. The issue is fixed in jQuery UI 1.13.0. Any string value passed to the `altField` option is now treated as a CSS selector. A workaround is to not accept the value of the `altField` option from untrusted sources. |
CVE-2022-31160 | 6.1 | 0.06788 | 0.9092 | No | jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Versions prior to 1.13.2 are potentially vulnerable to cross-site scripting. Initializing a checkboxradio widget on an input enclosed within a label makes that parent label contents considered as the input label. Calling `.checkboxradio( "refresh" )` on such a widget and the initial HTML contained encoded HTML entities will make them erroneously get decoded. This can lead to potentially executing JavaScript code. The bug has been patched in jQuery UI 1.13.2. To remediate the issue, someone who can change the initial HTML can wrap all the non-input contents of the `label` in a `span`. |
Vulnerability description
Vulnerabilities found for jQuery UI 1.12.1
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 found insecure DNS cookie usage on the following nameservers: itzel.ns.cloudflare.com, jaxson.ns.cloudflare.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 |
MySQL | Databases |
PHP | Programming languages |
Contact Form 7 | WordPress plugins, Form builders |
LiteSpeed | Web servers |
Google Analytics GA4 | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
LiteSpeed Cache | Caching, WordPress plugins |
Yoast SEO 25.7 | SEO, WordPress plugins |
Slick | JavaScript libraries |
jQuery UI | JavaScript libraries |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Cloudflare Browser Insights | Analytics, RUM |
Font Awesome | Font scripts |
Open Graph | Miscellaneous |
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 |
Contact Form 7 | WordPress plugins, Form builders |
LiteSpeed | Web servers |
Google Analytics GA4 | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
LiteSpeed Cache | Caching, WordPress plugins |
Yoast SEO 25.7 | SEO, WordPress plugins |
Cloudflare Rocket Loader | Performance |
Font Awesome | Font scripts |
Slick | JavaScript libraries |
jQuery UI 1.12.1 | JavaScript libraries |
jQuery 3.6.0 | JavaScript libraries |
Google Tag Manager | Tag managers |
Cloudflare Browser Insights | Analytics, RUM |
Open Graph | Miscellaneous |
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 |
---|---|
cPanel | Hosting panels |
Cloudflare Browser Insights | Analytics, RUM |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
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 |
Contact Form 7 | WordPress plugins, Form builders |
LiteSpeed | Web servers |
Google Analytics GA4 | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
LiteSpeed Cache | Caching, WordPress plugins |
Yoast SEO 25.7 | SEO, WordPress plugins |
Slick | JavaScript libraries |
jQuery UI | JavaScript libraries |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Cloudflare Browser Insights | Analytics, RUM |
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 Browser Insights | Analytics, RUM |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
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 |
---|---|---|---|
dramacool.com.tr | A | IPv4 address | 104.21.112.1 |
dramacool.com.tr | A | IPv4 address | 104.21.64.1 |
dramacool.com.tr | A | IPv4 address | 104.21.32.1 |
dramacool.com.tr | A | IPv4 address | 104.21.96.1 |
dramacool.com.tr | A | IPv4 address | 104.21.16.1 |
dramacool.com.tr | A | IPv4 address | 104.21.80.1 |
dramacool.com.tr | A | IPv4 address | 104.21.48.1 |
dramacool.com.tr | NS | Name server | itzel.ns.cloudflare.com |
dramacool.com.tr | NS | Name server | jaxson.ns.cloudflare.com |
dramacool.com.tr | SOA | Start of Authority | itzel.ns.cloudflare.com. dns.cloudflare.com. 2376803535 10000 2400 604800 1800 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:4001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:2001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:1001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:3001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:7001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:6001 |
dramacool.com.tr | AAAA | IPv6 address | 2606:4700:3030::6815:5001 |
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