Cyber Resilience

CVE-2025-67076

High

Published: 15 January 2026

Published
15 January 2026
Modified
21 January 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0022 44.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-67076 is a high-severity Path Traversal (CWE-22) vulnerability in Agora-Project Agora-Project. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 44.4th 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 AC-3 (Access Enforcement) and AU-13 (Monitoring for Information Disclosure).

Deeper analysis

CVE-2025-67076 is a directory traversal vulnerability (CWE-22) in the Omnispace Agora Project versions before 25.10. The issue affects the misc controller, specifically the ExternalGetFile action, which allows unauthenticated attackers to read arbitrary files on the affected system. Exploitation is limited to files that have an extension.

Unauthenticated attackers can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L), no privileges required (PR:N), and no user interaction needed (UI:N). Successful exploitation results in high confidentiality impact (C:H) by disclosing sensitive file contents, while integrity (I:N) and availability (A:N) remain unaffected under an unchanged scope (S:U), yielding a CVSS v3.1 base score of 7.5.

Mitigation details and advisories are available from the Agora Project website at https://www.agora-project.net and the Helx.io security advisory at https://www.helx.io/blog/advisory-agora-project/. The vulnerability was published on 2026-01-15.

EU & UK References

Vulnerability details

Directory traversal vulnerability in Omnispace Agora Project before 25.10 allowing unauthenticated attackers to read files on the system via the misc controller and the ExternalGetFile action. Only files with an extension can be read.

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?

Directory traversal in public-facing web app enables remote unauthenticated file read (T1190); directly facilitates arbitrary local file content disclosure (T1005).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-67079Same product: Agora-Project Agora-Project
CVE-2025-67077Same product: Agora-Project Agora-Project
CVE-2025-12824Shared CWE-22
CVE-2026-25965Shared CWE-22
CVE-2025-30567Shared CWE-22
CVE-2025-27098Shared CWE-22
CVE-2024-55457Shared CWE-22
CVE-2026-35485Shared CWE-22
CVE-2024-54909Shared CWE-22
CVE-2026-3405Shared CWE-22

Affected Assets

agora-project
agora-project
≤ 25.10

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates inputs to the ExternalGetFile action in the misc controller to reject directory traversal sequences like '../', preventing unauthorized file reads.

prevent

Enforces approved access authorizations in the application to restrict unauthenticated file access to only permitted paths and resources, blocking traversal exploits.

detect

Monitors audit logs and system alerts for unauthorized disclosures via the ExternalGetFile action, identifying directory traversal attempts and information leaks.

References