Cyber Resilience

CVE-2026-48895

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.0041 34th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2026-48895 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 34th 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 AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation) — 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 attacker could manipulate some client headers to perform an open-redirect, to potentially expose the session token. This issue affects Apache APISIX: from 3.0.0 through 3.16.0. Users are recommended…

more

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

Open redirect vuln in public-facing Apache APISIX directly enables initial access via exploitation of the exposed service (T1190).

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

CVEs Like This One

CVE-2026-44915Same 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-2026-40961Same vendor: Apache
CVE-2024-32638Same 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
  • SC-7 Boundary Protection
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

Directly enforces validation of URLs and client headers to block crafted open-redirect inputs exploited by CVE-2026-48895.

prevent

Enforces information flow rules that can restrict untrusted redirects and header-driven destination changes used in this APISIX flaw.

prevent

Boundary protection mechanisms can filter or block malicious redirects at ingress points before session tokens are exposed.

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