Vulnerability Scan Result

| Title: | Closed tender â Request for proposal for Sharepoint administrators for United Nations International Computing Centre (UNICC), Viet Nam (Ref. 2-180101) â for Vietnam by UNDP in ICT & Telecommunications sector â DevelopmentAid |
| Description: | Overview : UNDP Vietnam seeks proposals from firms/institutions/organizations for qualified Sharepoint administrator(s) for United Nations International Computing Centre (UNICC), Viet Nam (Ref. 2-180101). The SharePoint administrator(s) will be res |
| ip_address | 85.10.136.6 |
| country | NL |
| network_name | Signet B.V. |
| asn | AS20857 |
80/tcp | http | Golang net/http server - |
443/tcp | https | Golang net/http server - |
465/tcp | https | Golang net/http server - |
587/tcp | http | Golang net/http server - |
5000/tcp | http | Golang net/http server - |
| Software / Version | Category |
|---|---|
| Angular 20.3.25 | JavaScript frameworks |
| Linkedin Ads | Advertising |
| Linkedin Insight Tag | Analytics |
| Microsoft Clarity | Analytics |
| Express | Web frameworks, Web servers |
| Facebook Pixel 2.9.338 | Analytics |
| Google Font API | Font scripts |
| Zone.js | JavaScript frameworks |
| core-js 3.32.2 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| Howler.js | JavaScript libraries |
| MySQL | Databases |
| Node.js | Programming languages |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Showdown | JavaScript libraries |
| DoubleClick Floodlight | Advertising |
| PWA | Miscellaneous |
| WordPress | CMS, Blogs |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| TypeScript | Programming languages |
Web Application Vulnerabilities
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://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | 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 | Method | Parameters | Evidence |
|---|---|---|---|
| https://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | GET | Headers: User-Agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 | The following form sends inputs of type password plainly in the URL: ` |
Vulnerability description
We found a form which is submitted using a GET method and has inputs of the type password. The end result is that passwords are submitted in URLs.
Risk description
Passwords submitted in URLs have a higher chance of being leaked. The main reason is that URLs can be leaked in browser cross-site requests via the Referer header. Additionally, URLs are usually stored in all kinds of logs. If any access or error logs of the server were publicly accessible, an attacker could also harvest password from it.
Recommendation
You should submit passwords using POST rather than GET. This way sensitive data won't be shared to other locations via URLs.
Classification
| CWE | CWE-598 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| URL | Evidence |
|---|---|
| https://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | 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-1021 |
| OWASP Top 10 - 2017 | |
| OWASP Top 10 - 2021 |
Evidence
| Software / Version | Category |
|---|---|
| Angular 20.3.25 | JavaScript frameworks |
| Linkedin Ads | Advertising |
| Linkedin Insight Tag | Analytics |
| Microsoft Clarity | Analytics |
| Express | Web frameworks, Web servers |
| Facebook Pixel 2.9.338 | Analytics |
| Google Font API | Font scripts |
| Zone.js | JavaScript frameworks |
| core-js 3.32.2 | JavaScript libraries |
| Google Analytics GA4 | Analytics |
| Howler.js | JavaScript libraries |
| MySQL | Databases |
| Node.js | Programming languages |
| Open Graph | Miscellaneous |
| PHP | Programming languages |
| Showdown | JavaScript libraries |
| DoubleClick Floodlight | Advertising |
| PWA | Miscellaneous |
| WordPress | CMS, Blogs |
| reCAPTCHA | Security |
| Google Tag Manager | Tag managers |
| TypeScript | Programming languages |
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 | Evidence |
|---|---|
| https://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | 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://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | 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
| URL | Method | Summary |
|---|---|---|
| https://www.developmentaid.org/tenders/view/368245/request-for-proposal-for-sharepoint-administrators-for-united-nations-international-computing-centre | 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.
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 |
Infrastructure Vulnerabilities
Evidence
| Domain Queried | DNS Record Type | Description | Value |
|---|---|---|---|
| www.developmentaid.org | A | IPv4 address | 85.10.136.6 |
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 |
|---|---|
| Linux 4.15 - 5.6 | 100% |
Vulnerability description
OS Detection
Evidence
| Software / Version | Category |
|---|---|
| WordPress | CMS, Blogs |
| TypeScript | Programming languages |
| MySQL | Databases |
| PHP | Programming languages |
| Node.js | Programming languages |
| Bootstrap | UI frameworks |
| AMP | JavaScript frameworks |
| Zone.js | JavaScript frameworks |
| Angular 20.3.25 | JavaScript frameworks |
| Express | Web frameworks, Web servers |
| Swiper | JavaScript libraries |
| Priority Hints | Performance |
| Linkedin Ads | Advertising |
| Showdown | JavaScript libraries |
| Microsoft Clarity | Analytics |
| Linkedin Insight Tag | Analytics |
| Google Tag Manager | Tag managers |
| Facebook Pixel 2.9.338 | Analytics |
| core-js 3.32.2 | JavaScript libraries |
| Google Font API | Font scripts |
| DoubleClick Floodlight | Advertising |
| reCAPTCHA | Security |
| 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.
