Vulnerability Scan Result


Title: | NMi | NMi Expert Services - Advisory, Testing, Inspection, Certification, and Calibration for Measuring and Weighing Instruments |
Description: | NMi, your trusted metrology experts, providing services for measuring and weighing instruments. We shape standards, ensure real-world viability, and enhance market entry for advanced technologies. Partner with us to secure your future—this is MEASURING TOMORROW. |
IP address | 108.128.144.250 |
Country | IE ![]() |
AS number | AS16509 |
Net name | Amazon Inc |
80/tcp | http | nginx - |
443/tcp | https | nginx - |
Software / Version | Category |
---|---|
AdRoll | Advertising, Retargeting |
Linkedin Ads | Advertising |
Linkedin Insight Tag | Analytics |
Clipboard.js | JavaScript libraries |
FitVids.JS 14.2.1.3 | Widgets, Video players |
waitForImages | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
Google Analytics | Analytics |
jQuery | JavaScript libraries |
ProgressBar.js 1.13.3 | JavaScript libraries |
Modernizr | JavaScript libraries |
MySQL | Databases |
Nginx | Web servers, Reverse proxies |
prettyPhoto | JavaScript libraries |
OWL Carousel | JavaScript libraries |
PHP 7.4.26 | Programming languages |
The Events Calendar | WordPress plugins |
WordPress | CMS, Blogs |
HubSpot WordPress plugin 11.1.75 | WordPress plugins |
wpBakery | Page builders, WordPress plugins |
EmbedPlus 14.2.1.3 | WordPress plugins |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
HubSpot | Marketing automation |
HubSpot Analytics | Analytics |
Lodash 1.13.7 | JavaScript libraries |
Moove GDPR Consent | Cookie compliance, WordPress plugins |
HSTS | Security |
Slider Revolution 6.7.25 | Widgets, Photo galleries |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
Web Application Vulnerabilities
Evidence
Risk Level | CVSS | CVE | Summary | Affected software |
---|---|---|---|---|
9.8 | CVE-2022-37454 | The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface. | php 7.4.26 | |
7.1 | CVE-2022-31630 | In PHP versions prior to 7.4.33, 8.0.25 and 8.1.12, when using imageloadfont() function in gd extension, it is possible to supply a specially crafted font file, such as if the loaded font is used with imagechar() function, the read outside allocated buffer will be used. This can lead to crashes or disclosure of confidential information. | php 7.4.26 | |
6.8 | CVE-2021-21708 | In PHP versions 7.4.x below 7.4.28, 8.0.x below 8.0.16, and 8.1.x below 8.1.3, when using filter functions with FILTER_VALIDATE_FLOAT filter and min/max limits, if the filter fails, there is a possibility to trigger use of allocated memory after free, which can result it crashes, and potentially in overwrite of other memory chunks and RCE. This issue affects: code that uses FILTER_VALIDATE_FLOAT with min/max limits. | php 7.4.26 | |
6.8 | CVE-2022-31625 | In PHP versions 7.4.x below 7.4.30, 8.0.x below 8.0.20, and 8.1.x below 8.1.7, when using Postgres database extension, supplying invalid parameters to the parametrized query may lead to PHP attempting to free memory using uninitialized data as pointers. This could lead to RCE vulnerability or denial of service. | php 7.4.26 | |
6.5 | CVE-2022-31629 | In PHP versions before 7.4.31, 8.0.24 and 8.1.11, the vulnerability enables network and same-site attackers to set a standard insecure cookie in the victim's browser which is treated as a `__Host-` or `__Secure-` cookie by PHP applications. | php 7.4.26 |
Vulnerability description
We noticed known vulnerabilities in the target application based on the server responses. They are usually related to outdated systems and expose the affected applications to the risk of unauthorized access to confidential data and possibly denial of service attacks. Depending on the system distribution the affected software can be patched but displays the same version, requiring manual checking.
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.
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-1026 |
OWASP Top 10 - 2017 | A9 - Using Components with Known Vulnerabilities |
OWASP Top 10 - 2021 | A6 - Vulnerable and Outdated Components |
Evidence
URL | Evidence |
---|---|
https://nmi.nl/ | 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
Software / Version | Category |
---|---|
AdRoll | Advertising, Retargeting |
Linkedin Ads | Advertising |
Linkedin Insight Tag | Analytics |
Clipboard.js | JavaScript libraries |
FitVids.JS 14.2.1.3 | Widgets, Video players |
waitForImages | JavaScript libraries |
jQuery Migrate 3.4.1 | JavaScript libraries |
Google Analytics | Analytics |
jQuery | JavaScript libraries |
ProgressBar.js 1.13.3 | JavaScript libraries |
Modernizr | JavaScript libraries |
MySQL | Databases |
Nginx | Web servers, Reverse proxies |
prettyPhoto | JavaScript libraries |
OWL Carousel | JavaScript libraries |
PHP 7.4.26 | Programming languages |
The Events Calendar | WordPress plugins |
WordPress | CMS, Blogs |
HubSpot WordPress plugin 11.1.75 | WordPress plugins |
wpBakery | Page builders, WordPress plugins |
EmbedPlus 14.2.1.3 | WordPress plugins |
reCAPTCHA | Security |
Google Tag Manager | Tag managers |
HubSpot | Marketing automation |
HubSpot Analytics | Analytics |
Lodash 1.13.7 | JavaScript libraries |
Moove GDPR Consent | Cookie compliance, WordPress plugins |
HSTS | Security |
Slider Revolution 6.7.25 | Widgets, Photo galleries |
Wordfence Login Security 1.1.15 | WordPress plugins, Security |
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
Website is accessible.
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
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.nmi.nl | TXT | Text record | "v=DMARC1; p=quarantine; ruf=mailto:helpdesk@nmi.nl; fo=1; pct=100; aspf=r;" |
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.nmi.nl | TXT | Text record | "v=DMARC1; p=quarantine; ruf=mailto:helpdesk@nmi.nl; fo=1; pct=100; aspf=r;" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.nmi.nl | TXT | Text record | "v=DMARC1; p=quarantine; ruf=mailto:helpdesk@nmi.nl; fo=1; pct=100; aspf=r;" |
Vulnerability description
We found that the DMARC record for the domain is not configured with rua tag. When a DMARC record is not configured with the rua (Reporting URI for Aggregate Reports) tag, the domain owner misses out on critical feedback regarding the domain's email authentication performance. Aggregate reports are essential for monitoring how a domain's DMARC policy is applied across various mail servers and whether legitimate or malicious emails are being sent on behalf of the domain. Without this reporting, domain administrators have no visibility into how their DMARC policy is being enforced, which hinders their ability to detect potential spoofing or authentication issues.
Risk description
The absence of rua reporting creates a significant blind spot in the domain's email security posture. Without aggregate reports, domain administrators cannot track DMARC compliance across email sent from their domain, leaving them unaware of potential misconfigurations or unauthorized use of their domain for malicious purposes, such as phishing or spoofing. This lack of visibility increases the risk of undetected spoofing attempts, which could damage the domain's reputation and lead to financial, operational, or reputational harm. Moreover, legitimate email issues, such as misaligned SPF or DKIM configurations, may also go unnoticed, affecting email deliverability.
Recommendation
We recommend configuring the rua tag in the DMARC record to receive aggregate reports from mail servers. This tag should point to a reliable email address or monitoring service capable of handling DMARC aggregate reports, such as rua=mailto:dmarc-reports@example.com. These reports provide valuable insights into how email from the domain is being treated by receiving mail servers, highlighting potential authentication issues and attempts to spoof the domain. Regularly reviewing these reports will help ensure the DMARC policy is properly enforced and that any email authentication failures are addressed in a timely manner.
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
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
nmi.nl | A | IPv4 address | 108.128.144.250 |
nmi.nl | NS | Name server | ns01.hostnet.nl |
nmi.nl | NS | Name server | ns02.hostnet.nl |
nmi.nl | MX | Mail server | 0 nmi-nl.mail.protection.outlook.com |
nmi.nl | SOA | Start of Authority | ns01.hostnet.nl. hostmaster.hostnet.nl. 2025022001 14400 3600 1209600 900 |
nmi.nl | TXT | Text record | "MS=ms91924873" |
nmi.nl | TXT | Text record | "MS=4E8425500BC70791CBBA69F09C8835A7BE305639" |
nmi.nl | TXT | Text record | "Sendinblue-code:753bf0525b1763500a8c23056b5741de" |
nmi.nl | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com ip4:81.4.81.50/32 ip4:89.20.171.250/29 include:spf2.nmi.nl include:25245054.spf01.hubspotemail.net -all" |
_dmarc.nmi.nl | TXT | Text record | "v=DMARC1; p=quarantine; ruf=mailto:helpdesk@nmi.nl; fo=1; pct=100; aspf=r;" |
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
Vulnerability description
OS detection couldn't determine the operating system.
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 |
---|---|---|---|
nmi.nl | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com ip4:81.4.81.50/32 ip4:89.20.171.250/29 include:spf2.nmi.nl include:25245054.spf01.hubspotemail.net -all" |
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
k3 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsYGiMSn7fsUqSvfSX40x9R1OlRtbNiCY80lHRIlcKx3XDIR7257aUx+q9CSIARdfTL6KCuLGNFx5g9TgVr6png4ajcieSQGtOehBgxnkDN8aAA5TX0FmFrcefJU0JoxLOF09EKgXxhSSHCk/ekVb0PXSboHXoZ9+EI404F1qhcwXXIgHXTaUthHTut2P6BBZh" "IXIgvDe/w49GchR7MRJqjNb7neEBbYHbgWuBTvvHCg7Gy6m6n9krYK+ROWq3dVvXy9plAGK3ygM+HtjIiMt7arRGMOF0WgDTz7YdN9BGpt6BvXxLnjiQcgS5T9n+cIyPZgiWzDMXNlaEEdKTEKxrwIDAQAB;" |
k2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv2aC2KjGKLOwTweBY5A9RpjsxaBXR9r7OAU6U8/zn92ivImI75naUujWbItRI/QmL1jy5PWGqLwoUA0b90ObWaLDc+i9MtTNmGeWO009hr20fIxhGg6XBT2kjZ1DTThopSe1nAndsupmcBwlQ5Q6LJ+ZAxLcujnPIxM0ZBLmgpkv8u6RfY4eFP8OLvdAW3oSu" "B0DyLDigQX4Sj8wBO4YIdQH6AAmBeOsidsKAFNFUCpc3vCxtBDR12U+cBg724l3sBkMQ8evnz6idnqxq9QAVYh8k4kJ+RP+6cqTdy7LjIm8xY/bQNpQIpGUAuDo2DjLcCDun9DAI4Q/3z+Q0o9QuQIDAQAB;" |
rsa | 1296 | "k=rsa;p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDeMVIzrCa3T14JsNY0IRv5/2V1/v2itlviLQBwXsa7shBD6TrBkswsFUToPyMRWC9tbR/5ey0nRBH0ZVxp+lsmTxid2Y2z+FApQ6ra2VsXfbJP3HE6wAO0YTVEJt1TmeczhEd2Jiz/fcabIISgXEdSpTYJhb0ct0VJRxcg4c8c7wIDAQAB" | |
rsa1 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4O94QoO3z7s/YIbiNcyEOWFnrquBm+5vORArvQKRBBi/2QO6d5bADz8iejcNXey03mlDEDccvCsfu9URh9G900+ipWUkmlCMps1vBLnNTJ/zgGmhCsSoPkwDLYvmk3eeTWo6oSlHV7kjimWlGIMX6ofzFhD5YybMOTilNbDlzrH7mT+JAzjN18uo+UUnAzUui" "XgbVReYxF3+uWZmdxsWtK7Ik7872psTBII+9KC77jJJtD9lNQ3gVNGJn5AKSzD+Ph6qUFWPXe8KySgNVsd2z3JMTfBOiyTQKUf7qo4q9g1+Rx64kgK2UpzNWguGdArx46rTNGIT+PA9QAGQ4lfGIQIDAQAB" |
rsa2 | rsa | 1422 | "v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqZm2jO28ydxnPweYXwinV4Z4oweetwynsigdoS41KLfbWpojQtDp/hOSHOvHxvx3LFaY9jJUc05S98x4Mrbcs2v3Nu0+rXuSJxPVHRX+S3fQq1ZHS1NFkcGUnkRjvyWU02IuogzT9gO36PCghOnsCpCfqpMUs9H6c7VOvo9j7E3fYBQDl/VtKUrCfzVslOn85" "bbsCfX7djQc1WcLJidQIQHxZGeBZ6e5QDcLcAQgjrwwp3/6VoRPYlGwb6Gd5n8FW8JbJdDk4JERBHmOvwAs1n1OmgfR9KKg1SL/PtJ5d3pfHRbjfeE+PpcBsRG8YmDTeuuio1KOz7Q6YkzrSWBGBQIDAQAB" |
selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCuwFWI6WeSw7ddznUWN/eRiGS5qdHeV4YCO1KkgE77Vonfc2fVAwqdLdZbunIiauta9oJhMQgPy8ACmBRzjZsoiLNyMPNAcD5Ba5aP+H5YQ3FOhsiizxuGdypFN7opC3bdmoWsNjkGpufsKQRBqOCE4nqrZFkZ+DtKVRAKJ4DiRQIDAQAB;" |