Cyber Resilience

CVE-2026-1172

MediumPublic PoC

Published: 19 January 2026

Published
19 January 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 5.5 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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.0030 54.0th percentile
Risk Priority 11 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-1172 is a medium-severity Improper Resource Shutdown or Release (CWE-404) vulnerability in Birkir Prime. Its CVSS base score is 5.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 46.0% 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 SC-5 (Denial-of-service Protection).

Deeper analysis

CVE-2026-1172 is a denial-of-service vulnerability (CWE-404) in birkir prime versions up to 0.4.0.beta.0. The affected component is an unknown function within the /graphql file of the GraphQL Directive Handler. Manipulation of this function leads to denial of service, with a CVSS v3.1 base score of 5.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L).

Unauthenticated remote attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Successful exploitation results in low-impact availability disruption, causing denial of service without compromising confidentiality or integrity.

The project was notified early via GitHub issue #543 but has not responded. No patches or official mitigations are available. The exploit has been publicly disclosed and may be used, with details referenced in the birkir prime GitHub repository and VulDB entries (ctiid.341766, id.341766, submit.731103).

EU & UK References

Vulnerability details

A vulnerability has been found in birkir prime up to 0.4.0.beta.0. The affected element is an unknown function of the file /graphql of the component GraphQL Directive Handler. The manipulation leads to denial of service. Remote exploitation of the attack…

more

is possible. The exploit has been disclosed to the public and may be used. The project was informed of the problem early through an issue report but has not responded yet.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Direct application-level DoS via unauthenticated exploitation of the public-facing GraphQL handler (CWE-404 resource handling flaw).

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

CVEs Like This One

CVE-2026-1173Same product: Birkir Prime
CVE-2026-1174Same product: Birkir Prime
CVE-2026-1171Same product: Birkir Prime
CVE-2026-1175Same product: Birkir Prime
CVE-2026-1169Same product: Birkir Prime
CVE-2026-1684Shared CWE-404
CVE-2026-1587Shared CWE-404
CVE-2025-22846Shared CWE-404
CVE-2026-1586Shared CWE-404
CVE-2026-1522Shared CWE-404

Affected Assets

birkir
prime
≤ 0.4.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly implements protections against resource exhaustion and malformed requests targeting the GraphQL endpoint.

prevent

Enforces access control decisions to block unauthenticated remote manipulation of the vulnerable /graphql handler.

prevent

Requires validation of inputs to the GraphQL Directive Handler to reject malicious payloads that trigger denial of service.

References