Cyber Resilience

CVE-2026-44915

Open Redirect in Apache Apisix 3.0.0 – 3.17.0

Published
19 June 2026
Modified
23 June 2026
Patch / advisory
CVSS Score v4 2.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N/E:X/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.0040 33th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-44915 is a low-severity Open Redirect (CWE-601) vulnerability in Apache Apisix. Its CVSS base score is 2.1 (Low).

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

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

URL Redirection to Untrusted Site ('Open Redirect') vulnerability in Apache APISIX. The default configuration of cas-auth in Apache APISIX is vulnerable to phishing and credential theft. This issue affects Apache APISIX: from 3.0.0 through 3.16.0. Users are recommended to upgrade…

more

to version 3.17.0, which fixes the issue.

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.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
Why these techniques?

Open redirect in public-facing APISIX enables exploitation of the app and facilitates spearphishing links for credential theft/phishing.

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

CVEs Like This One

CVE-2026-48895Same product: Apache Apisix
CVE-2026-31908Same product: Apache Apisix
CVE-2026-39998Same product: Apache Apisix
CVE-2026-47339Same product: Apache Apisix
CVE-2026-49872Same product: Apache Apisix
CVE-2026-44046Same product: Apache Apisix
CVE-2026-49871Same product: Apache Apisix
CVE-2026-31923Same product: Apache Apisix
CVE-2024-32638Same product: Apache Apisix
CVE-2025-46647Same product: Apache Apisix

Affected Assets

apache
apisix
3.0.0 — 3.17.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Validates redirect target URLs supplied to cas-auth so that only trusted destinations are accepted, directly blocking the open redirect.

prevent

Enforces policy on allowed information flows, restricting redirect destinations to approved domains and thereby limiting phishing/credential-theft vectors.

prevent

Requires prompt application of the vendor patch (3.17.0) that removes the vulnerable default cas-auth redirect behavior.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and untrusted-redirect controls that prevent CWE-601.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.

References