CVE-2026-18362
Deferred Deferred - Pending Action

Brute-Force Authentication Bypass in IRIS Web Application

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

Publication date: 2026-07-30

Last updated on: 2026-07-30

Assigner: sba-research

Description

The IRIS web application in version 2.4.26 and possibly others does not protect its user authentication against brute-force attacks.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-30
Last Modified
2026-07-30
Generated
2026-08-19
AI Q&A
2026-07-30
EPSS Evaluated
2026-08-18
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
iris iris_web_application 2.4.26

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-770 The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The IRIS web application version 2.4.26 and possibly others lacks brute-force protection for user authentication. This allows attackers to repeatedly attempt login credentials without being locked out or rate-limited, potentially gaining unauthorized access.

Detection Guidance

Check for repeated failed login attempts to the /auth/mfa-verify endpoint without account lockouts or rate-limiting. Monitor HTTP 200 responses for incorrect OTP submissions, which indicate missing brute-force protection.

Impact Analysis

An attacker could exploit this to guess weak passwords or bypass authentication, leading to unauthorized access to sensitive data or system functions. This undermines account security and could result in data breaches or system compromise.

Compliance Impact

This vulnerability may violate compliance requirements that mandate strong authentication and protection against unauthorized access, such as GDPR's data security principles or HIPAA's access controls. Non-compliance could lead to legal penalties or reputational damage.

Mitigation Strategies

Implement rate-limiting on the /auth/mfa-verify endpoint to block excessive requests. Configure HTTP 429 responses for repeated failed OTP attempts to prevent brute-force attacks.

Chat Assistant

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

EPSS Chart