Vulnerability Scan Result

IP address | 188.114.96.3 |
Country | - |
AS number | AS13335 |
Net name | Cloudflare Inc |
IP address | 188.114.97.3 |
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 |
---|---|
Emotion | JavaScript frameworks, Development |
Font Awesome | Font scripts |
Bootstrap 4.6.2 | UI frameworks |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
MUI | UI frameworks |
Next.js 15.1.6 | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
Open Graph | Miscellaneous |
PayPal | Payment processors |
React | JavaScript frameworks |
PWA | Miscellaneous |
Webpack | Miscellaneous |
Cloudflare | CDN |
Google Tag Manager | Tag managers |
Web Application Vulnerabilities
Evidence
URL | Evidence |
---|---|
https://www.azzamods.com/ | 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
URL | Evidence |
---|---|
https://www.azzamods.com/ | 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 | A6 - Security Misconfiguration |
OWASP Top 10 - 2021 | A5 - Security Misconfiguration |
Evidence
Software / Version | Category |
---|---|
Emotion | JavaScript frameworks, Development |
Font Awesome | Font scripts |
Bootstrap 4.6.2 | UI frameworks |
Google Analytics GA4 | Analytics |
HTTP/3 | Miscellaneous |
jQuery 3.7.1 | JavaScript libraries |
MUI | UI frameworks |
Next.js 15.1.6 | JavaScript frameworks, Web frameworks, Web servers, Static site generator |
Open Graph | Miscellaneous |
PayPal | Payment processors |
React | JavaScript frameworks |
PWA | Miscellaneous |
Webpack | Miscellaneous |
Cloudflare | CDN |
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
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.
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
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.azzamods.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; adkim=r; aspf=r; rua=mailto:a0296f4848b043e394872acc98cbe0fa@dmarc-reports.cloudflare.net" |
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.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
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.azzamods.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; adkim=r; aspf=r; rua=mailto:a0296f4848b043e394872acc98cbe0fa@dmarc-reports.cloudflare.net" |
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 |
---|---|---|---|
azzamods.com | A | IPv4 address | 188.114.97.3 |
azzamods.com | A | IPv4 address | 188.114.96.3 |
azzamods.com | NS | Name server | dave.ns.cloudflare.com |
azzamods.com | NS | Name server | gina.ns.cloudflare.com |
azzamods.com | MX | Mail server | 34 route1.mx.cloudflare.net |
azzamods.com | MX | Mail server | 54 route3.mx.cloudflare.net |
azzamods.com | MX | Mail server | 64 route2.mx.cloudflare.net |
azzamods.com | SOA | Start of Authority | dave.ns.cloudflare.com. dns.cloudflare.com. 2371848938 10000 2400 604800 1800 |
azzamods.com | AAAA | IPv6 address | 2a06:98c1:3121::3 |
azzamods.com | AAAA | IPv6 address | 2a06:98c1:3120::3 |
azzamods.com | TXT | Text record | "google-site-verification=fKzKhmodIH-y_I0sLAor8LePoq4OHW2FQbNfMsjxsoQ" |
azzamods.com | TXT | Text record | "stripe-verification=fc0d423c01172d03394d324560777d7995fb273ffe0e4aded4981c054ff762c8" |
azzamods.com | TXT | Text record | "yandex-verification: 4d4075077203911a" |
azzamods.com | TXT | Text record | "yandex-verification: b8a71b259b74e4aa" |
azzamods.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:amazonses.com include:_spf.mx.cloudflare.net include:sendgrid.net -all" |
_dmarc.azzamods.com | TXT | Text record | "v=DMARC1; p=quarantine; sp=quarantine; adkim=r; aspf=r; rua=mailto:a0296f4848b043e394872acc98cbe0fa@dmarc-reports.cloudflare.net" |
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 12.0-RELEASE | 90% |
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
azzamods.com | SPF | Sender Policy Framework | "v=spf1 include:_spf.google.com include:amazonses.com include:_spf.mx.cloudflare.net include:sendgrid.net -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx7lmHhSZJMpPgP7XiFTjqukInHao/J7ugM+/mv4/BzijwtS/wE7eqTB4UTrk/3nD4nCuwnKcDeOMIFUKzgOUvc832WQy6+qj4TtBDetkzb8pNf0UvrcPKkhevMlxu/yuCsCbF0lWf3Kn2AMsJCLqjx3V4oAIjZLiZkM4f4lmvNB1GmfrDrgKnkSERd6OBWHEQYjeS" "bhWrQj4wJ1CoXeHVteRVLTh0kaQUAhgESDaV6BWZ0C2ElsKL3vtdV0T4eGRf8noNcYXgKgsCPjw5nsuCMsOaqRKcyryzdP+PUgIp5iO2NjD4c5DfVGfLf9gEeVqeizbztWi8Iz5JZbhzY1CXQIDAQAB" |
s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA012ioP1Zn5rRjTvkmbzwRSX72Fc1pM8k8CqBXZ1g54MDvyj4NbSXdW5Fissrn2p0bTAcegwFr2uau0TK45FvRfOfkN4i5GPz4CQU0t934D7I+C/Jcn2/EJG4M28zFwtGDdUWWtnAg/z8iyAV9NkBDSEzRRWgbSCT4hxHbEU+ate3rmE85LmzykQp2kF58qS26xfdV" "z9xV1eNqu0kb6yTlNFISbEzIDOzd9QzNcPgbPMU+qeV1FYAE+ETWxiKF5a3Zx/vjr1YVOrGFX4O702iUQU+LtYSbmc2VzNdTSKGhWaLphKTNSZ/03D140hQw1I+dXtih6b6Fhy8gK9hzU6bzwIDAQAB" |
Evidence
Software / Version | Category |
---|---|
Bootstrap | UI frameworks |
React | JavaScript frameworks |
PayPal | Payment processors |
jQuery | JavaScript libraries |
Google Tag Manager | Tag managers |
Google Analytics GA4 | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
PWA | Miscellaneous |
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 |
---|---|
Bootstrap | UI frameworks |
PayPal | Payment processors |
Google Analytics | Analytics |
Cloudflare | CDN |
HTTP/3 | Miscellaneous |
jQuery | JavaScript libraries |
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.