CVE-2026-22096
Deferred Deferred - Pending Action

Authentication Bypass in Webserver on Port 8090

Vulnerability report for CVE-2026-22096, 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 webserver running on port 8090 does not require authentication. This allows for sensitive information leakage such as configured passwords, or uploading files through different endpoints.

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-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists because the webserver running on port 8090 does not require any authentication.

As a result, unauthorized users can access sensitive information such as configured passwords or upload files through various endpoints on the server.

Detection Guidance

To detect this vulnerability, you can check if a webserver is running on port 8090 without requiring authentication. This can be done by scanning for open ports and attempting to access the webserver to verify if authentication is enforced.

  • Use a port scanner like nmap to check if port 8090 is open: nmap -p 8090 <target_IP_or_hostname>
  • Manually access the webserver on port 8090 using a web browser or curl to see if it responds without prompting for credentials: curl http://<target_IP_or_hostname>:8090
  • Check for sensitive information exposure by inspecting the responses from the webserver, such as configuration files or endpoints that allow file uploads.
Impact Analysis

The vulnerability can lead to leakage of sensitive information, including passwords configured on the server.

Additionally, attackers can upload files through different endpoints, potentially leading to further compromise of the system.

Compliance Impact

This vulnerability can significantly impact compliance with common standards and regulations such as GDPR and HIPAA due to its potential for sensitive information leakage and unauthorized access.

  • GDPR: The vulnerability allows unauthorized access to sensitive information, which may include personal data. Under GDPR, organizations must protect personal data from unauthorized access and disclosure. Failure to do so can result in violations of Articles 5 (principles relating to processing of personal data), 32 (security of processing), and 33 (notification of a personal data breach), leading to potential fines and legal consequences.
  • HIPAA: For organizations handling protected health information (PHI), this vulnerability poses a risk of unauthorized access to PHI. HIPAA requires covered entities to implement safeguards to ensure the confidentiality, integrity, and availability of PHI. A breach caused by this vulnerability could violate the HIPAA Security Rule (45 CFR Part 164, Subpart C) and result in penalties.
  • General impact: The lack of authentication on a webserver exposing sensitive data or allowing file uploads can lead to data breaches, which may trigger mandatory breach notifications under regulations like GDPR and HIPAA. Organizations may face reputational damage, legal liabilities, and financial penalties if they fail to mitigate such vulnerabilities.
Mitigation Strategies

Immediate steps to mitigate this vulnerability include restricting access to the webserver and enforcing authentication.

  • Enable authentication on the webserver running on port 8090 to prevent unauthorized access.
  • Restrict access to port 8090 using a firewall or network security group to allow only trusted IP addresses.
  • Review the webserver configuration to ensure sensitive information is not exposed and file upload endpoints are secured.
  • Monitor the webserver for any unauthorized access attempts or unusual activity.

Chat Assistant

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

EPSS Chart