Vulnerability Scan Result

| Title: | 403 - Forbidden: Access is denied. |
| Description: | No description found |
| ip_address | 34.151.247.167 |
| country | BR |
| network_name | Google LLC |
| asn | AS396982 |
80/tcp | http | Microsoft-IIS/10.0 - |
443/tcp | https | Microsoft-HTTPAPI/2.0 - |
| Software / Version | Category |
|---|---|
| Google Cloud | IaaS |
| Google Cloud CDN | CDN |
| Windows Server | Operating systems |
| Microsoft ASP.NET | Web frameworks |
| IIS 10.0 | Web servers |
Web Application Vulnerabilities
Evidence
Vulnerability description
We have noticed that the target application has overly permissive settings in its client access policy files. The crossdomain.xml file controls the access of externally hosted Flash scripts to this website, while clientaccesspolicy.xml specifies other sites that can read content from this website - which is normally denied by the Same Origin Policy. This vulnerability arises from configurations that grant excessive permissions to clients.
Risk description
In `crossdomain.xml`, the external websites which are permitted to read content from this website via Flash are specified in the XML tag `<allow-access-from>`. If the value of this tag is too permissive (ex. wildcard), it means that any Flash script from an external website could access content from this website, including confidential information of users. If the allowed domains are too permissive (ex. wildcard) in `clientaccesspolicy.xml`, then any external website will be able to read content (including sensitive information) from this website. Flash is not supported anymore and this poses a risk only if the user's clients use older browsers, making them vulnerable to their information being accessed by a malicious external Flash script.
Recommendation
We recommend to carefully review the content of the policy file and permit access only for legitimate domains.
Classification
| CWE | CWE-942 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Response URL | Evidence |
|---|---|---|
| http://onr.org.br/ | http://onr.org.br/ | Communication is made over unsecure, unencrypted HTTP. |
Vulnerability description
We noticed that the communication between the web browser and the server is done using the HTTP protocol, which transmits data unencrypted over the network.
Risk description
The risk is that an attacker who manages to intercept the communication at the network level can read and modify the data transmitted (including passwords, secret tokens, credit card information and other sensitive data).
Recommendation
We recommend you to reconfigure the web server to use HTTPS - which encrypts the communication between the web browser and the server.
Classification
| CWE | CWE-319 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| Google Cloud | IaaS |
| Google Cloud CDN | CDN |
| Windows Server | Operating systems |
| Microsoft ASP.NET | Web frameworks |
| IIS 10.0 | Web servers |
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
| URL | Method | Summary |
|---|---|---|
| http://onr.org.br/ | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: OPTIONS, TRACE, GET, HEAD, POST` 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.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
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 | |
| 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-44631 | 9.8 | 0.00486 | 0.38196 | No | Buffer Underwrite vulnerability in Apache HTTP Server on crafted regular expressions in the configuration. This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue. |
| CVE-2026-29167 | 9.8 | 0.00663 | 0.47046 | No | Use After Free vulnerability in Apache HTTP Server with mod_ldap in per-directory configuration This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue. |
| CVE-2026-42535 | 9.1 | 0.00538 | 0.41221 | No | A path handling issue in mod_dav_fs in Apache 2.4.67 and earlier allows a WebDAV content author to directly manipulate trusted DAV property databases, potentially causing child process crashes. Users are recommended to upgrade to version 2.4.68, which fixes this issue. |
| CVE-2026-49975 | 7.5 | 0.0985 | 0.94962 | No | Memory Allocation with Excessive Size Value vulnerability in Apache HTTP Server's mod_http leads to denial of service via malicious HTTP requests. This issue affects Apache HTTP Server: from 2.4.17 through 2.4.67. |
| CVE-2026-42536 | 7.5 | 0.00498 | 0.38896 | No | Heap-based Buffer Overflow vulnerability in Apache HTTP Server with mod_xml2enc, xml2StartParse, and untrusted content This issue affects Apache HTTP Server: from 2.4.0 through 2.4.67. Users are recommended to upgrade to version 2.4.68, which fixes the issue. |
Vulnerability description
Vulnerabilities found for Apache HTTP Server 2.4.67
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
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| _dmarc.onr.org.br | TXT | Text record | "v=DMARC1; p=reject; sp=reject; rua=mailto:um7abn1b@ag.us.dmarcian.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.
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
We found insecure DNS cookie usage on the following nameservers: a8-64.akam.net, a14-67.akam.net, a11-65.akam.net, a22-65.akam.net, a13-67.akam.net, a1-41.akam.net
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
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" |
Vulnerability description
We found that the DKIM record uses common selectors. The use of common DKIM selectors such as default, test, dkim, or mail may indicate a lack of proper customization or key management. Attackers often target domains using such selectors because they suggest that the domain is relying on default configurations, which could be less secure and easier to exploit. This can increase the risk of DKIM key exposure or misuse.
Risk description
Using a common DKIM selector makes it easier for attackers to predict and exploit email authentication weaknesses. Attackers may attempt to find corresponding DKIM keys or improperly managed records associated with common selectors. If a common selector is coupled with a weak key length or poor key management practices, it significantly increases the likelihood of email spoofing and phishing attacks.
Recommendation
We recommend using unique, customized selectors for each DKIM key to make it more difficult for attackers to predict and target the domain's DKIM records. Regularly rotate selectors and associated keys to further strengthen the security of your domain's email authentication infrastructure.
Evidence
| DKIM selector | Key type | Key size | Value |
|---|---|---|---|
| rsa | 1296 | "v=DKIM1;" "k=rsa;" "p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCBep06alWIjdcCXIlhEzXL5rZ124xtV92u5YaWX76PyHoPG3m5MRcQHumzm3oJXv4Ax7wxnVscs/kqEG+fMWmGfJkXTS4Vv1sYLV4beJUvaVyauRirGxNoflr0wpJiL4biIdVSVbTrYD6qyplXjNpVtXU56rFI5Ku06DRU0LJcGQIDAQAB" | |
| k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
| k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
| rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" | |
| s1 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA7X1ftk5yjJPYVIaPF9tQ+9Vw0ecjM0/l8+SjHnS2uOYiZueg5yPQIE+5L5Cp4PAoDm6nLxMxCBFvXZQ7yjkZMA/jrOjiokwvqz+9vbF1M4RmmBLOuhIw72rl3Ot25dnqel4r4ET0qTSYy+2Q2/2YQVndboSTXsDfLro2E29peQkX6Md8hMM7Efe6gs4bMNNWmEetQ" "3/Pht17QE2HOUl65LNVL0Y5q/QGmZ+Y7blY9GJc1bln7ta7OtLBVpSb+ybAhYF9djgCRCNQbP0aZ3+oKCk06DRQrEh4P+LyhK4BgmiJFp6qcBOBLPRR8S3RnFQ2KsYqoL0ZraqYPUE0sPmFxwIDAQAB" |
| s2 | rsa | 1446 | "k=rsa; t=s; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAufYbVSJmP02y0zqgQNfKCxgkiGVcVShPcl/vem1lG7egan86l/3V6iBy2P/dIZXPOZEvjtimBGsm27PC5wd9ZvI6Zd7A3RKxdMILPGqzUKOalXtZMoj0N3OFoyfkp/f+F90XB2ETBLMXlf+9TuFVHkHB3SV1wrlvG8oue131dsxCze/6UytwP1gnkbd/9ao2i/A90" "y6HCZbX9jFk8JKLz8YwyCeD2AUB17V3Wd/ImMTnauhp4w1SJmJaxe0n3WGJVtIp3MC5m7mS967mpEXIDgoGXn7f6IAC0z8RglzqyKhcsuh8856+WNDRoV36pRu8Erjm590mpH0mRGlSBdC7gwIDAQAB" |
| selector1 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA9D4BnMpOQMc6KyWY7V5vCqSAKrS+fJBt5IVBcJcWnw/JoMwi3VJRrLKuLH5CWv5QFHfEsiHjCZN7aczHOQ5fyROBxV8TpbU5hv5dJpE/bXWvD0gDvf4yoFH2EUbi//+r7BNNn7siCOYFA+UNkfHp5vrymh/7jlc5UKMD8ETEfGJClPnl/cMFvPcI/Ll27h0mC" "dsVq/If6/mxIOkvt7/kP6tuIxWXzguY5D7TGtdKakM6qEPyQeyYO+5gK1B6HVJM7xHfiXRo32d4rRHwpdrsIUqcZzzY1h9IfddxEMn/HYUmFwTm61PnMDC2759WmBG3nXV4bliFpFQrX2Yi1441aQIDAQAB;" |
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| onr.org.br | SPF | Sender Policy Framework | "v=spf1 ip4:54.236.90.147 include:spf-a.onr.org.br -all" |
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| MySQL | Databases |
| PHP | Programming languages |
| anime.js 2.2.0 | JavaScript graphics |
| Ubuntu | Operating systems |
| YouTube | Video players |
| Google Cloud | IaaS |
| RankMath SEO | WordPress plugins, SEO |
| Apache HTTP Server 2.4.67 | Web servers |
| Hello Elementor 3.4.7 | WordPress themes |
| JetEngine | WordPress plugins |
| Elementor 4.0.9 | Page builders, WordPress plugins |
| JetTabs | WordPress plugins |
| WP Fastest Cache | WordPress plugins, Performance |
| Swiper | JavaScript libraries |
| Unpkg | CDN |
| jQuery CDN | CDN |
| lit-html 2.1.2 | JavaScript libraries |
| lit-element 3.1.2 | JavaScript libraries |
| jQuery UI 1.13.3 | JavaScript libraries |
| jQuery Migrate 3.4.1 | JavaScript libraries |
| jQuery 3.7.1 | JavaScript libraries |
| Google Tag Manager | Tag managers |
| Google Analytics GA4 | Analytics |
| core-js 3.46.0 | JavaScript libraries |
| Priority Hints | Performance |
| DoubleClick Floodlight | Advertising |
| Google Cloud CDN | CDN |
| Open Graph | Miscellaneous |
| LottieFiles | Miscellaneous |
| reCAPTCHA | Security |
| imagesLoaded 5.0.0 | JavaScript libraries |
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 |
|---|---|---|---|
| onr.org.br | A | IPv4 address | 34.151.247.167 |
| onr.org.br | NS | Name server | a8-64.akam.net |
| onr.org.br | NS | Name server | a14-67.akam.net |
| onr.org.br | NS | Name server | a11-65.akam.net |
| onr.org.br | NS | Name server | a22-65.akam.net |
| onr.org.br | NS | Name server | a13-67.akam.net |
| onr.org.br | NS | Name server | a1-41.akam.net |
| onr.org.br | MX | Mail server | 1 smtp.google.com |
| onr.org.br | SOA | Start of Authority | a1-41.akam.net. hostmaster.onr.org.br. 2025052792 3600 600 604800 300 |
| onr.org.br | TXT | Text record | "_m09c637le5feq7775lkq7bgh0tq98r3" |
| onr.org.br | TXT | Text record | "google-site-verification=pOwGJM7BvA7dj_Pf5LAkxnFEqVWH4-9Te7LBgs173II" |
| onr.org.br | TXT | Text record | "google-site-verification=_0BdMgK4pdFRYaAe5kSjxxSYnxUmtI1yQ0r_MmfRr90" |
| onr.org.br | TXT | Text record | "sendinblue-code:e0ecbb8458f379c4cc62396e793b6269" |
| onr.org.br | TXT | Text record | "google-site-verification=AUfuA7wXDdlW2VVJKkXwyzQvB1apXmZaQPAXT37n-rk" |
| onr.org.br | TXT | Text record | "apple-domain-verification=64SRpsmVKJUyXQ3o" |
| onr.org.br | TXT | Text record | "google-site-verification=1ZyEM6TOyI2E3AIT4HVtQii4K6P3D1fvrr7iqxpBz7M" |
| onr.org.br | TXT | Text record | "google-site-verification=ym_RZfXBh0ocaL4BJYNzDGuCobPwiEj5_buJnFBbzSU" |
| onr.org.br | TXT | Text record | "globalsign-domain-verification=avKV2iZoZrjwQ7m_W6Wx67ExO6xugrOLwev8SBUfbP" |
| onr.org.br | TXT | Text record | "google-site-verification=9od-L48QDs4rkDPWBbt2WE7QkRwzkVwIQtJo-fjpzsU" |
| onr.org.br | SPF | Sender Policy Framework | "v=spf1 ip4:54.236.90.147 include:spf-a.onr.org.br -all" |
| _dmarc.onr.org.br | TXT | Text record | "v=DMARC1; p=reject; sp=reject; rua=mailto:um7abn1b@ag.us.dmarcian.com;" |
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
| Software / Version | Category |
|---|---|
| Windows Server | Operating systems |
| Microsoft ASP.NET | Web frameworks |
| Google Cloud | IaaS |
| IIS 10.0 | Web servers |
| Google Cloud CDN | 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.
