CVE-2026-22095
Deferred Deferred - Pending Action

Command Injection in Web Server Diagnosis Tool

Vulnerability report for CVE-2026-22095, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-13

Last updated on: 2026-07-13

Assigner: Dutch Institute for Vulnerability Disclosure

Description

The network diagnosis endpoint on the web server at port 8090 is vulnerable to command injection.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-13
Last Modified
2026-07-13
Generated
2026-08-02
AI Q&A
2026-07-13
EPSS Evaluated
2026-08-01
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-77 The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a command injection issue found in the network diagnosis endpoint of a web server running on port 8090. It allows an attacker to execute arbitrary commands on the server by exploiting the endpoint.

Detection Guidance

This vulnerability involves a command injection flaw in the network diagnosis endpoint on a web server running on port 8090. To detect it, you can perform the following steps:

  • Identify if port 8090 is open and hosting a web server. Use a port scanner like nmap to check for open ports: nmap -p 8090 <target_IP>
  • Check if the network diagnosis endpoint is accessible. You can use curl or a web browser to send a request to the endpoint: curl http://<target_IP>:8090/network_diagnosis
  • Test for command injection by sending crafted input to the endpoint. For example, append a semicolon followed by a command (e.g., ; id) to the request parameters. If the response includes the output of the injected command, the system is vulnerable.
  • Use vulnerability scanners like Nessus or OpenVAS to detect known vulnerabilities associated with this CVE, if signatures are available.
Impact Analysis

An attacker exploiting this vulnerability could execute arbitrary commands on the affected server without any privileges or user interaction. This can lead to full compromise of the server, including unauthorized access, data theft, service disruption, or further attacks within the network.

Compliance Impact

This vulnerability, which involves command injection on a network diagnosis endpoint, can significantly impact compliance with common standards and regulations such as GDPR and HIPAA.

  • GDPR: The vulnerability could lead to unauthorized access to sensitive data, violating GDPR's requirements for data protection and privacy. Under GDPR, organizations must implement appropriate technical measures to ensure data security. A command injection flaw may allow attackers to exfiltrate personal data, leading to potential fines and legal consequences for non-compliance.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability poses a risk of unauthorized access to patient data. HIPAA mandates safeguards to protect PHI, and a command injection flaw could result in a breach, triggering reporting obligations and potential penalties.

Additionally, the high CVSS base score (9.3) indicates a severe risk, which may require immediate remediation to meet compliance requirements for security controls and risk management under frameworks like ISO 27001 or NIST.

Mitigation Strategies

To mitigate this command injection vulnerability, take the following immediate steps:

  • Disable or restrict access to the vulnerable network diagnosis endpoint on port 8090. This can be done by configuring the web server to block access to the endpoint or by applying firewall rules to restrict access to trusted IPs only.
  • Apply any available patches or updates from the vendor. Since no resources are provided, check the vendor's website or security advisories for fixes.
  • Implement input validation and sanitization for the network diagnosis endpoint to prevent command injection. Ensure that user-supplied input is properly escaped or filtered.
  • Monitor network traffic and logs for suspicious activity targeting port 8090. Set up alerts for unusual requests or command injection attempts.
  • Consider deploying a web application firewall (WAF) to block malicious requests targeting the vulnerable endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-22095. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart