Cyber Resilience

CVE-2025-8756

LowPublic PoC

Published: 09 August 2025

Published
09 August 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0031 54.5th percentile
Risk Priority 4 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8756 is a low-severity Incorrect Privilege Assignment (CWE-266) vulnerability in Tduckcloud Tduck-Platform. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 45.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-24 (Access Control Decisions).

Deeper analysis

CVE-2025-8756 is an improper authorization vulnerability classified as critical in TDuckCloud tduck-platform versions up to 5.1. The issue affects the preHandle function in the /manage/ file of the com.tduck.cloud.api.web.interceptor.AuthorizationInterceptor component. Published on 2025-08-09, it carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs 266 (Incorrect Privilege Assignment) and 285 (Improper Authorization).

An attacker with low privileges can exploit this vulnerability remotely by manipulating the affected function, bypassing authorization controls. The attack requires network access and low complexity with no user interaction, enabling limited impacts: low confidentiality (C:L), integrity (I:L), and availability (A:L) effects within the unscoped scope (S:U).

Advisories and further details are documented in the TDuckCloud tduck-platform GitHub repository at https://github.com/TDuckCloud/tduck-platform/issues/28 (including comment https://github.com/TDuckCloud/tduck-platform/issues/28#issue-3269885235) and VulDB entries such as https://vuldb.com/?ctiid.319261, https://vuldb.com/?id.319261, and https://vuldb.com/?submit.624188. The exploit has been publicly disclosed and may be used.

EU & UK References

Vulnerability details

A vulnerability has been found in TDuckCloud tduck-platform up to 5.1 and classified as critical. Affected by this vulnerability is the function preHandle of the file /manage/ of the component com.tduck.cloud.api.web.interceptor.AuthorizationInterceptor. The manipulation leads to improper authorization. The attack can…

more

be launched remotely. The exploit has been disclosed to the public and may be used.

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.
Why these techniques?

Direct remote authorization bypass in a public-facing web application interceptor enables exploitation of the exposed service.

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

CVEs Like This One

CVE-2025-0558Same product: Tduckcloud Tduck-Platform
CVE-2025-57631Same vendor: Tduckcloud
CVE-2025-1226Shared CWE-266, CWE-285
CVE-2026-1597Shared CWE-266, CWE-285
CVE-2026-2105Shared CWE-266, CWE-285
CVE-2025-1815Shared CWE-266, CWE-285
CVE-2025-0484Shared CWE-266, CWE-285
CVE-2026-3724Shared CWE-266, CWE-285
CVE-2026-5642Shared CWE-266, CWE-285
CVE-2026-2896Shared CWE-266, CWE-285

Affected Assets

tduckcloud
tduck-platform
≤ 5.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces authorization decisions in the AuthorizationInterceptor preHandle function to block the improper authorization bypass.

prevent

Limits privileges assigned to accounts so that successful exploitation of the CWE-266 flaw yields only minimal impact.

prevent

Ensures access control decisions are made and enforced before allowing access to the /manage/ component.

References