Cyber Posture

CVE-2026-25561

HighPublic PoC

Published: 07 February 2026

Published
07 February 2026
Modified
10 February 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0001 2.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-25561 is a high-severity Incorrect Authorization (CWE-863) vulnerability in Wekan Project Wekan. 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 2.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-863

Periodic review and update of procedures reduces incorrect authorization implementations over time.

addresses: CWE-863

Supervision identifies cases where authorization logic incorrectly permits unauthorized actions.

addresses: CWE-863

Defining permitted attribute values and auditing modifications reduces the chance of incorrect authorization outcomes due to tampered or missing labels.

addresses: CWE-863

The authorization process and usage restrictions help prevent incorrect authorization for remote access types.

addresses: CWE-863

Establishing configuration and connection requirements helps ensure correct rather than incorrect authorization for wireless access.

addresses: CWE-863

Establishing connection authorization processes for mobile devices helps ensure authorization decisions are correctly implemented rather than incorrect.

addresses: CWE-863

Monitoring account use, notifying on changes, and reviewing accounts for compliance corrects incorrect authorization assignments.

addresses: CWE-863

Ensures authorization decisions for external system use are correctly implemented and enforced.

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.
T1565.001 Stored Data Manipulation Impact
Adversaries may insert, delete, or manipulate data at rest in order to influence external outcomes or hide activity, thus threatening the integrity of the data.
Why these techniques?

Authorization bypass in public-facing WeKan web app directly enables remote exploitation via T1190; resulting ability to associate attachments with arbitrary objects enables stored data manipulation/pollution via T1565.001.

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

NVD Description

WeKan versions prior to 8.19 contain an authorization weakness in the attachment upload API. The API does not fully validate that provided identifiers (such as boardId, cardId, swimlaneId, and listId) are consistent and refer to a coherent card/board relationship, enabling…

more

attempts to upload attachments with mismatched object relationships.

Deeper analysisAI

CVE-2026-25561, published on 2026-02-07, affects WeKan versions prior to 8.19 and stems from an authorization weakness (CWE-863) in the attachment upload API. The API fails to fully validate that provided identifiers—such as boardId, cardId, swimlaneId, and listId—are consistent and refer to a coherent card/board relationship. This flaw enables attackers to upload attachments using mismatched object relationships. The vulnerability has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N), highlighting its network accessibility, low attack complexity, and high integrity impact.

Unauthenticated remote attackers (PR:N) can exploit this issue over the network without user interaction. By supplying inconsistent identifiers during attachment uploads, they bypass intended authorization checks, allowing attachments to be associated with arbitrary boards, cards, swimlanes, or lists. This results in a high integrity impact (I:H), potentially enabling unauthorized data manipulation or pollution within WeKan instances.

Mitigation requires upgrading to WeKan version 8.19 or later, where the issue is addressed via the fix in GitHub commit 1d16955b6d4f0a0282e89c2c1b0415c7597019b8. Further details on the vulnerability and remediation are provided in the VulnCheck advisory at https://www.vulncheck.com/advisories/wekan-attachment-upload-object-relationship-validation-bypass and on the WeKan website at https://wekan.fi/.

Details

CWE(s)

Affected Products

wekan project
wekan
≤ 8.19

CVEs Like This One

CVE-2026-25859Same product: Wekan Project Wekan
CVE-2026-25564Same product: Wekan Project Wekan
CVE-2026-1963Same product: Wekan Project Wekan
CVE-2026-1962Same product: Wekan Project Wekan
CVE-2026-25563Same product: Wekan Project Wekan
CVE-2026-30846Same product: Wekan Project Wekan
CVE-2026-30845Same product: Wekan Project Wekan
CVE-2026-25560Same product: Wekan Project Wekan
CVE-2026-30844Same product: Wekan Project Wekan
CVE-2026-2206Same product: Wekan Project Wekan

References