Cyber Resilience

CVE-2026-22877

Low

Published: 27 February 2026

Published
27 February 2026
Modified
27 February 2026
KEV Added
Patch
CVSS Score v3.1 3.7 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0055 41.8th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-22877 is a low-severity Path Traversal (CWE-22) vulnerability in Copeland Xweb 300D Pro Firmware. Its CVSS base score is 3.7 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 41.8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-22877 is an arbitrary file-read vulnerability (CWE-22) affecting XWEB Pro version 1.12.1 and prior. Published on 2026-02-27, it has a CVSS v3.1 base score of 3.7 (AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N), indicating low severity with network accessibility but high attack complexity required.

Unauthenticated attackers can exploit this vulnerability remotely to read arbitrary files on the affected system. While the primary impact is limited confidentiality (low), the vulnerability may also enable denial-of-service conditions.

CISA's ICS Advisory ICSA-26-057-10 provides details on the issue, available at https://www.cisagov/CSAF/blob/develop/csaf_files/OT/white/2026/icsa-26-057-10.json and https://www.cisa.gov/news-events/ics-advisories/icsa-26-057-10. Vendor guidance on system software updates is at https://webapps.copeland.com/Dixell/Pages/SystemSoftwareUpdate.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

An arbitrary file-read vulnerability exists in XWEB Pro version 1.12.1 and prior, enabling unauthenticated attackers to read arbitrary files on the system, and potentially causing a denial-of-service attack.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Unauthenticated remote arbitrary file read in public-facing XWEB Pro web application directly enables T1190 (Exploit Public-Facing Application). Facilitates T1005 (Data from Local System) by allowing remote access to arbitrary files for collection.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-25111Same product: Copeland Xweb 300D Pro
CVE-2026-23702Same product: Copeland Xweb 300D Pro
CVE-2026-25085Same product: Copeland Xweb 300D Pro
CVE-2026-21718Same product: Copeland Xweb 300D Pro
CVE-2026-20902Same product: Copeland Xweb 300D Pro
CVE-2026-24689Same product: Copeland Xweb 300D Pro
CVE-2026-25109Same product: Copeland Xweb 300D Pro
CVE-2026-20910Same product: Copeland Xweb 300D Pro
CVE-2026-24663Same product: Copeland Xweb 300D Pro
CVE-2026-21389Same product: Copeland Xweb 300D Pro

Affected Assets

copeland
xweb 300d pro firmware
≤ 1.12.1
copeland
xweb 500d pro firmware
≤ 1.12.1
copeland
xweb 500b pro firmware
≤ 1.12.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely remediation of the arbitrary file-read flaw through vendor-provided software updates for XWEB Pro.

prevent

Prevents exploitation of the path traversal vulnerability (CWE-22) by validating and sanitizing file path inputs to block unauthorized file access.

prevent

Enforces logical access controls to restrict unauthenticated remote reading of arbitrary system files despite the vulnerability.

References